Re: [mevenide-user] Cannot run project in Netbeans (possible fix)
Teknorulez <[email protected]> Wed, 25 Jun 2008 02:52:41 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
Hello,
i have solved this problem on my linux pc with the following actions:
- find a file called
.m2/repository/org/codehaus/mevenide/ide-mojos/1.3/ide-mojos-1.3.pom
- In this file search "repositories" section and change the value of
releases\enabled tags
of "netbeans" repository from "true" to "false" like this:
<repositories>
<repository>
<id>netbeans</id>
<name>repository hosting netbeans.org api artifacts</name>
<url>http://208.44.201.216:18080/maven</url>
<releases>
<enabled>true--->false</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
- repeat this operation for the file called
.m2/org/codehaus/mevenide/ide-mojos/1.3/ide-mojos-1.3.pom
this work for me and projects finally run without pausing !!!!
P.S.= sorry for my english.... :(!
bye,
TEKNORULES
Jacques Ledoux wrote:
>
> Hello,
>
> I run Netbeans 5.5 and I installed version 2.3 of Mevenide. I run on
> Ubuntu Linux in a small local network. The Linux firewall is configured
> to let HTTP traffic flow through a NAT. Also note that I have installed
> Netbeans 6.0 M10 with the Mevenide module and I have the exact same
> problem with both platforms.
>
> I can build and install the sample project without any problems but when
> I run, I get the following message:
>
> == artifact org.apache.maven:maven-project: checking for updates from
> == netbeans
>
> It stops for few minutes like if everything were hanged and then, the
> looging restart with this message:
>
> == [WARN]repository metadata for: org.apache.maven:maven-project could
> == not be retrieved from repository netbeans due to an error: Error
> == transferring file
> == Repository netbeans will be blacklisted
>
> The flow of messages then continue and the program runs displaying the
> "Hello world" as expected but about 3-4 minutes later.
>
> I have Googled for hours trying to find a solution to this. I have found
> few messages with reference to similar problems but none have been
> answered with a clear explanation or fix to this problem.
>
> Thanks for your support.
>
> Jacques Ledoux
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>
--
View this message in context: http://www.nabble.com/Cannot-run-project-in-Netbeans-tp11457506p18108684.html
Sent from the mevenide - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email