Maven1 Netbeans 6.1 support?

View: New views
5 Messages — Rating Filter:   Alert me  

Maven1 Netbeans 6.1 support?

by Bert van Brakel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, we're still using maven1 for a number of our large codebases. I'm currently running Netbeans 6.1, and was wondering if there is support for maven1 for netbeans 6.1?

The docs seems to say up to 5.5, and so when I try and install this version on 6.1 if comes up with install errors.

Anyone know how to make it work on 6.1? What do I need to change in the source to make it run?

I know we probably should move to maven2, infact many of our projects have, however this is a legacy enterprise system and changes like that aren't made overnight, so it looks like it's there to stay in the forseeable future.


Any assistence most appreciated.

Re: Maven1 Netbeans 6.1 support?

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eric Hartmann did a conversion from 5.5 to 6.0. It should still be
working in 6.1..

http://blogs.codehaus.org/people/mkleint/archives/001639_maven_11_support_now_also_for_upcoming_netbeans_60.html

Hope that helps

Milos

On 5/14/08, Bert van Brakel <bertvanbrakel@...> wrote:

>
>  Hi, we're still using maven1 for a number of our large codebases. I'm
>  currently running Netbeans 6.1, and was wondering if there is support for
>  maven1 for netbeans 6.1?
>
>  The docs seems to say up to 5.5, and so when I try and install this version
>  on 6.1 if comes up with install errors.
>
>  Anyone know how to make it work on 6.1? What do I need to change in the
>  source to make it run?
>
>  I know we probably should move to maven2, infact many of our projects have,
>  however this is a legacy enterprise system and changes like that aren't made
>  overnight, so it looks like it's there to stay in the forseeable future.
>
>
>  Any assistence most appreciated.
>  --
>  View this message in context: http://www.nabble.com/Maven1-Netbeans-6.1-support--tp17226266p17226266.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
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Maven1 Netbeans 6.1 support?

by Bert van Brakel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cheers for that, link installs fine, but I see Netbeans still can't recursively create new projects from the project.xml files. I take this is only supported for Maven2 ?

This is the feature I'm really after at the moment.

Milos Kleint wrote:
Eric Hartmann did a conversion from 5.5 to 6.0. It should still be
working in 6.1..

http://blogs.codehaus.org/people/mkleint/archives/001639_maven_11_support_now_also_for_upcoming_netbeans_60.html

Hope that helps

Milos

On 5/14/08, Bert van Brakel <bertvanbrakel@gmail.com> wrote:
>
>  is support for
>  maven1 for netbeans 6.1?
>
>  The docs seems to say up to 5.5, and so when I try and install this version
>  on 6.1 if comes up with install errors.
>

Re: Maven1 Netbeans 6.1 support?

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what do you mean by "recursively create new projects from
project.xml"? each project is constructed based on the project.xml
content.

Milos

On Wed, May 14, 2008 at 5:29 PM, Bert van Brakel
<bertvanbrakel@...> wrote:

>
>  Cheers for that, link installs fine, but I see Netbeans still can't
>  recursively create new projects from the project.xml files. I take this is
>  only supported for Maven2 ?
>
>  This is the feature I'm really after at the moment.
>
>
>
>  Milos Kleint wrote:
>  >
>  > Eric Hartmann did a conversion from 5.5 to 6.0. It should still be
>  > working in 6.1..
>  >
>  > http://blogs.codehaus.org/people/mkleint/archives/001639_maven_11_support_now_also_for_upcoming_netbeans_60.html
>  >
>  > Hope that helps
>  >
>  > Milos
>  >
>  > On 5/14/08, Bert van Brakel <bertvanbrakel@...> wrote:
>  >>
>
> >>  is support for
>  >>  maven1 for netbeans 6.1?
>  >>
>  >>  The docs seems to say up to 5.5, and so when I try and install this
>  >> version
>  >>  on 6.1 if comes up with install errors.
>  >>
>  >
>  >
>
>  --
>  View this message in context: http://www.nabble.com/Maven1-Netbeans-6.1-support--tp17226266p17233893.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
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Maven1 Netbeans 6.1 support?

by Bert van Brakel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry if I wasn't clear. What I mean is,  point netbeans to a root directory and it finds all the maven projects, including all child projects/modules, and based of these creates nested netbeans projects.

Same behaviour as for the maven2 netbeans plugin. This is a feature I really really like.

Milos Kleint wrote:
what do you mean by "recursively create new projects from
project.xml"? each project is constructed based on the project.xml
content.

Milos

On Wed, May 14, 2008 at 5:29 PM, Bert van Brakel
<bertvanbrakel@gmail.com> wrote:
>
>  Cheers for that, link installs fine, but I see Netbeans still can't
>  recursively create new projects from the project.xml files. I take this is
>  only supported for Maven2 ?

>
>  Milos Kleint wrote:
>  >
>  > Eric Hartmann did a conversion from 5.5 to 6.0. It should still be
>  > working in 6.1..
>  >
>  > http://blogs.codehaus.org/people/mkleint/archives/001639_maven_11_support_now_also_for_upcoming_netbeans_60.html
>  >
>  > Hope that helps
>  >
>  > Milos
>  >
>  > On 5/14/08, Bert van Brakel <bertvanbrakel@gmail.com> wrote:
>  >>
> >>  is support for
>  >>  maven1 for netbeans 6.1?
>  >>
>  >>  The docs seems to say up to 5.5, and so when I try and install this
>  >> version
>  >>  on 6.1 if comes up with install errors.