Re: [mevenide-user] Cannot run project in Netbeans

Teknorulez <[email protected]> Wed, 25 Jun 2008 02:56:11 -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 




Emilian Bold wrote:
> 
> I haven't followed the discussion, but the maven repo you're using
> have been update (see nbm-maven-plugin website).
> 
> Emilian
> 
> On 10/29/07, andy law (RI) <[email protected]> wrote:
>> For reference, running mvn on the command line suggests that the
>> 'netbeans' repository is being accessed as an http resource aiming at
>> http://208.44.201.216:18080/maven/. I suspect that the same thing is
>> happening inside the IDE.
>>
>> Later,
>>
>> Andy
>>
>> -------------
>> Yada, yada, yada...
>>
>> Roslin Institute is a company limited by guarantee, registered in
>> Scotland (registered number SC157100) and a Scottish Charity (registered
>> number SC023592). Our registered office is at Roslin, Midlothian, EH25
>> 9PS. VAT registration number 847380013.
>>
>> The information contained in this e-mail (including any attachments) is
>> confidential and is intended for the use of the addressee only.   The
>> opinions expressed within this e-mail (including any attachments) are
>> the opinions of the sender and do not necessarily constitute those of
>> Roslin Institute (Edinburgh) ("the Institute") unless specifically
>> stated by a sender who is duly authorised to do so on behalf of the
>> Institute.
>>
>>
>> > -----Original Message-----
>> > From: Andy Law [mailto:[email protected]]
>> > Sent: 29 October 2007 12:31
>> > To: [email protected]
>> > Subject: Re: [mevenide-user] Cannot run project in Netbeans
>> >
>> >
>> > We are also seeing this problem.
>> >
>> > How can I extract (from within netbeans) debug info to see
>> > where the system is trying to retrieve the relevant jar files from?
>> >
>> > Later,
>> >
>> > Andy
>> >
>> >
>> >
>> > 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
>> > >
>> > >
>> > >
>> >
>> > --
>> > View this message in context:
>> > http://www.nabble.com/Cannot-run-project-in-Netbeans-tf4033215
>> .html#a13466441
>> > Sent from the mevenide - user mailing list archive at Nabble.com.
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe from this list please visit:
>> >
>> >     http://xircles.codehaus.org/manage_email
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
> 
> 
> -- 
> Emilian Bold
> +40 740235562
> http://www.emilianbold.ro
> 
> Java and NetBeans Platform-loving consulting services from Timisoara,
> Romania.
> 
> ---------------------------------------------------------------------
> 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-tp11457506p18108730.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