Re: [ANN] m2eclipse 0.9.0 Released

2008-03-16 Thread Jason van Zyl
Because Eugene has been working on it quietly, and fixed hundreds of  
issues and so we feel this is actually being close to a 1.0 so the 0.9  
is representative of the work that's been done in the last 3 months by  
the few people working on the integration. Eugene wanted to work in  
peace scrubbing out some old code that was crap and refactored much of  
the internals heavily based on feedback from our clients. There's been  
a huge amount of work that's happened, and the version is  
representative of that.


On 16-Mar-08, at 2:08 PM, Siarhei Dudzin wrote:

A general question. I am wondering, why is the sudden version number  
jump?


Siarhei


Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--

Three people can keep a secret provided two of them are dead.

-- Unknown 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-16 Thread Siarhei Dudzin
A general question. I am wondering, why is the sudden version number jump?

Siarhei


Re: [ANN] m2eclipse 0.9.0 Released

2008-03-15 Thread Adam Hardy

Eugene Kuleshov on 14/03/08 19:41, wrote:


deckrider wrote:

By the way, I like have a multi-module project like this:

pom.xml
foo/pom.xml
bar/pom.xml
...

I like that I can check this out of Subversion as a Maven project
using this same structure so that it does not become individual
Eclipse projects scattered about my workspace!

[snipped]


Also note that, using name patterns you can keep all projects from the same
root next to each other in your Eclipse workspace.


you can use also 'working sets' to hide projects that are not currently relevant 
for you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-14 Thread Eugene Kuleshov


deckrider wrote:
> 
> By the way, I like have a multi-module project like this:
> 
> pom.xml
> foo/pom.xml
> bar/pom.xml
> ...
> 
> I like that I can check this out of Subversion as a Maven project
> using this same structure so that it does not become individual
> Eclipse projects scattered about my workspace!
> 
> Keep up the good work.

Thanks. We wanted to leave this to the user. But please be warned that there
some gaps between Maven classpaths and Eclipse JDT classpaths and we can't
always close them. Even so it is now quite close, we found that with
separate projects we can do better in some corner cases (e.g. diferent JDK
versions, conflicting dependency versions, some special packagings and
number of other). If you don't hit those corner cases, using single project
should be fine.

Also note that, using name patterns you can keep all projects from the same
root next to each other in your Eclipse workspace.

  regards,
  Eugene


-- 
View this message in context: 
http://www.nabble.com/-ANN--m2eclipse-0.9.0-Released-tp15993837s177p16052550.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-14 Thread deckrider
By the way, I like have a multi-module project like this:

pom.xml
foo/pom.xml
bar/pom.xml
...

I like that I can check this out of Subversion as a Maven project
using this same structure so that it does not become individual
Eclipse projects scattered about my workspace!

Keep up the good work.



On 3/13/08, Eugene Kuleshov <[EMAIL PROTECTED]> wrote:
>
>
> deckrider wrote:
> >
> > I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
> > selecting both /path/to/apache-maven-2.0.8 and
> > /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
> > should use?
>
> There was a bug, that is fixed in the trunk and will be included into the
> next release (hopefully in a next few days).
>
>   regards,
>   Eugene
>
>
>
> --
> View this message in context:
> http://www.nabble.com/-ANN--m2eclipse-0.9.0-Released-tp15993837s177p16043160.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread Eugene Kuleshov


deckrider wrote:
> 
> I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
> selecting both /path/to/apache-maven-2.0.8 and
> /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
> should use?

There was a bug, that is fixed in the trunk and will be included into the
next release (hopefully in a next few days).

  regards,
  Eugene



-- 
View this message in context: 
http://www.nabble.com/-ANN--m2eclipse-0.9.0-Released-tp15993837s177p16043160.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
Searching turned up this:

http://jira.codehaus.org/browse/MNGECLIPSE-482

On Thu, Mar 13, 2008 at 10:13 AM, Nick Stolwijk <[EMAIL PROTECTED]> wrote:
> It seems the slashes are reversed. Did the plugin use File.separator or
>  a hard coded '\'?
>
>  With regards,
>
>  Nick S.
>
>
>
>  deckrider wrote:
>
>  > java.io.FileNotFoundException:
>  > /home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or
>  > directory)
>  >   at java.io.FileInputStream.open(Native Method)
>  >   at java.io.FileInputStream.(FileInputStream.java:106)
>  >   at java.io.FileInputStream.(FileInputStream.java:66)
>  >   at 
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:407)
>  >   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>  >
>  > /home/deckrider/apache-maven-2.0.8/bin/m2.conf is in fact present and 
> readable.
>  >
>  > On Thu, Mar 13, 2008 at 6:34 AM, Jeff MAURY <[EMAIL PROTECTED]> wrote:
>  >
>  >> Can you describe the kind of error you got ?
>  >>
>  >>  Jeff MAURY
>  >>
>  >>
>  >>
>  >>
>  >>  On 3/13/08, deckrider <[EMAIL PROTECTED]> wrote:
>  >>  >
>  >>  > I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
>  >>  > selecting both /path/to/apache-maven-2.0.8 and
>  >>  > /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
>  >>  > should use?
>  >>  >
>  >>  >
>  >>  >
>  >>  > On 3/11/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
>  >>  > > Nice! I stumbled on the ability to use external installations, 
> including
>  >>  > > 2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
>  >>  > > primetime.
>  >>  > >
>  >>  > > -Original Message-
>  >>  > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]
>  >>  > > Sent: Tuesday, March 11, 2008 6:16 PM
>  >>  > > To: Maven Users List
>  >>  > > Subject: [ANN] m2eclipse 0.9.0 Released
>  >>  > >
>  >>  > > Hi,
>  >>  > >
>  >>  > > Eugene, and crew have made huge strides with the release of the
>  >>  > > m2eclipse 0.9.0. You can find Eugene's blog entry about it here:
>  >>  > >
>  >>  > > http://www.jroller.com/eu/entry/m2eclipse_0_9_0
>  >>  > >
>  >>  > > Among the very cool features
>  >>  > >
>  >>  > > - Integration with Archetype 2.x
>  >>  > > - Full integration with Remote Maven Repositories (central index
>  >>  > > retrieval is included)
>  >>  > > - Full searching for plugin goals (this is probably the first place
>  >>  > > you'll ever see all goals for all plugins visible in one place, made
>  >>  > > possible with the Nexus index)
>  >>  > > - Project Materialization (take a dependent project and materialize
>  >>  > > the source, to make it a source dependency)
>  >>  > > - We made available a stand-alone Nexus indexer so you can index your
>  >>  > > own repositories and see them in Eclipse with m2e
>  >>  > >
>  >>  > > The documentation is here:
>  >>  > >
>  >>  > > http://docs.codehaus.org/display/M2ECLIPSE/Home
>  >>  > >
>  >>  > > Feature comparison:
>  >>  > >
>  >>  > > http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
>  >>  > >
>  >>  > > Update site:
>  >>  > >
>  >>  > > http://m2eclipse.sonatype.org/update
>  >>  > >
>  >>  > > Eugene will also be hosting the OSGi, Eclipse and Maven BOF at
>  >>  > > EclipseCon:
>  >>  > >
>  >>  > > http://www.eclipsecon.org/2008/?page=sub/&id=602
>  >>  > >
>  >>  > > We'll have some seriously cool demos for those who show up! We will
>  >>  > > also be hanging out at the Webtide booth for those who want to chat
>  >>  > > about Maven and Eclipse.
>  >>  > >
>  >>  > > Thanks,
>  >>  > >
>  >>  > > Jason
>  >>  > >
>  >>  > > --
>  >>  > > Jason van Zyl
>  >>  > > Founder,  Apache Maven
>  >>  > > jason at sonatype dot com
>  >>  > > --
>  >>  > >
>  >>  > >
>  >>  > >
>  >>  > >
>  >>  > >
>  >>  > > -
>  >>  > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >>  > > For additional commands, e-mail: [EMAIL PROTECTED]
>  >>  > >
>  >>  > >
>  >>  > > -
>  >>  > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >>  > > For additional commands, e-mail: [EMAIL PROTECTED]
>  >>  > >
>  >>  > >
>  >>  >
>  >>  >
>  >>  > --
>  >>  > ASCII ribbon campaign:
>  >>  > ()  against HTML email
>  >>  > /\  against Microsoft attachments
>  >>  >Information:  http://www.expita.com/nomime.html
>  >>  >
>  >>  > -
>  >>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >>  >
>  >>  >
>  >>
>  >>
>  >>  --
>  >>  La mélancolie c'est communiste
>  >>  Tout le monde y a droit de temps en temps
>  >>  La mélancolie n'est pas capitaliste
>  >>  C'est même gratuit pour les perdants
>  >>  La mélancolie c'est pacifiste
>  >>  On ne lui rentre jama

Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread Nick Stolwijk
It seems the slashes are reversed. Did the plugin use File.separator or 
a hard coded '\'?


With regards,

Nick S.

deckrider wrote:


java.io.FileNotFoundException:
/home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at java.io.FileInputStream.(FileInputStream.java:66)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:407)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

/home/deckrider/apache-maven-2.0.8/bin/m2.conf is in fact present and readable.

On Thu, Mar 13, 2008 at 6:34 AM, Jeff MAURY <[EMAIL PROTECTED]> wrote:
  

Can you describe the kind of error you got ?

 Jeff MAURY




 On 3/13/08, deckrider <[EMAIL PROTECTED]> wrote:
 >
 > I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
 > selecting both /path/to/apache-maven-2.0.8 and
 > /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
 > should use?
 >
 >
 >
 > On 3/11/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
 > > Nice! I stumbled on the ability to use external installations, including
 > > 2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
 > > primetime.
 > >
 > > -Original Message-
 > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]
 > > Sent: Tuesday, March 11, 2008 6:16 PM
 > > To: Maven Users List
 > > Subject: [ANN] m2eclipse 0.9.0 Released
 > >
 > > Hi,
 > >
 > > Eugene, and crew have made huge strides with the release of the
 > > m2eclipse 0.9.0. You can find Eugene's blog entry about it here:
 > >
 > > http://www.jroller.com/eu/entry/m2eclipse_0_9_0
 > >
 > > Among the very cool features
 > >
 > > - Integration with Archetype 2.x
 > > - Full integration with Remote Maven Repositories (central index
 > > retrieval is included)
 > > - Full searching for plugin goals (this is probably the first place
 > > you'll ever see all goals for all plugins visible in one place, made
 > > possible with the Nexus index)
 > > - Project Materialization (take a dependent project and materialize
 > > the source, to make it a source dependency)
 > > - We made available a stand-alone Nexus indexer so you can index your
 > > own repositories and see them in Eclipse with m2e
 > >
 > > The documentation is here:
 > >
 > > http://docs.codehaus.org/display/M2ECLIPSE/Home
 > >
 > > Feature comparison:
 > >
 > > http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
 > >
 > > Update site:
 > >
 > > http://m2eclipse.sonatype.org/update
 > >
 > > Eugene will also be hosting the OSGi, Eclipse and Maven BOF at
 > > EclipseCon:
 > >
 > > http://www.eclipsecon.org/2008/?page=sub/&id=602
 > >
 > > We'll have some seriously cool demos for those who show up! We will
 > > also be hanging out at the Webtide booth for those who want to chat
 > > about Maven and Eclipse.
 > >
 > > Thanks,
 > >
 > > Jason
 > >
 > > --
 > > Jason van Zyl
 > > Founder,  Apache Maven
 > > jason at sonatype dot com
 > > --
 > >
 > >
 > >
 > >
 > >
 > > -
 > > To unsubscribe, e-mail: [EMAIL PROTECTED]
 > > For additional commands, e-mail: [EMAIL PROTECTED]
 > >
 > >
 > > -
 > > To unsubscribe, e-mail: [EMAIL PROTECTED]
 > > For additional commands, e-mail: [EMAIL PROTECTED]
 > >
 > >
 >
 >
 > --
 > ASCII ribbon campaign:
 > ()  against HTML email
 > /\  against Microsoft attachments
 >Information:  http://www.expita.com/nomime.html
 >
 > -
 > To unsubscribe, e-mail: [EMAIL PROTECTED]
 > For additional commands, e-mail: [EMAIL PROTECTED]
 >
 >


 --
 La mélancolie c'est communiste
 Tout le monde y a droit de temps en temps
 La mélancolie n'est pas capitaliste
 C'est même gratuit pour les perdants
 La mélancolie c'est pacifiste
 On ne lui rentre jamais dedans
 La mélancolie oh tu sais ça existe
 Elle se prend même avec des gants
 La mélancolie c'est pour les syndicalistes
 Il faut juste sa carte de permanent

 Miossec (2006)

 http://www.jeffmaury.com
 http://riadiscuss.jeffmaury.com






  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
java.io.FileNotFoundException:
/home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at java.io.FileInputStream.(FileInputStream.java:66)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:407)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

/home/deckrider/apache-maven-2.0.8/bin/m2.conf is in fact present and readable.

On Thu, Mar 13, 2008 at 6:34 AM, Jeff MAURY <[EMAIL PROTECTED]> wrote:
> Can you describe the kind of error you got ?
>
>  Jeff MAURY
>
>
>
>
>  On 3/13/08, deckrider <[EMAIL PROTECTED]> wrote:
>  >
>  > I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
>  > selecting both /path/to/apache-maven-2.0.8 and
>  > /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
>  > should use?
>  >
>  >
>  >
>  > On 3/11/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
>  > > Nice! I stumbled on the ability to use external installations, including
>  > > 2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
>  > > primetime.
>  > >
>  > > -Original Message-
>  > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]
>  > > Sent: Tuesday, March 11, 2008 6:16 PM
>  > > To: Maven Users List
>  > > Subject: [ANN] m2eclipse 0.9.0 Released
>  > >
>  > > Hi,
>  > >
>  > > Eugene, and crew have made huge strides with the release of the
>  > > m2eclipse 0.9.0. You can find Eugene's blog entry about it here:
>  > >
>  > > http://www.jroller.com/eu/entry/m2eclipse_0_9_0
>  > >
>  > > Among the very cool features
>  > >
>  > > - Integration with Archetype 2.x
>  > > - Full integration with Remote Maven Repositories (central index
>  > > retrieval is included)
>  > > - Full searching for plugin goals (this is probably the first place
>  > > you'll ever see all goals for all plugins visible in one place, made
>  > > possible with the Nexus index)
>  > > - Project Materialization (take a dependent project and materialize
>  > > the source, to make it a source dependency)
>  > > - We made available a stand-alone Nexus indexer so you can index your
>  > > own repositories and see them in Eclipse with m2e
>  > >
>  > > The documentation is here:
>  > >
>  > > http://docs.codehaus.org/display/M2ECLIPSE/Home
>  > >
>  > > Feature comparison:
>  > >
>  > > http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
>  > >
>  > > Update site:
>  > >
>  > > http://m2eclipse.sonatype.org/update
>  > >
>  > > Eugene will also be hosting the OSGi, Eclipse and Maven BOF at
>  > > EclipseCon:
>  > >
>  > > http://www.eclipsecon.org/2008/?page=sub/&id=602
>  > >
>  > > We'll have some seriously cool demos for those who show up! We will
>  > > also be hanging out at the Webtide booth for those who want to chat
>  > > about Maven and Eclipse.
>  > >
>  > > Thanks,
>  > >
>  > > Jason
>  > >
>  > > --
>  > > Jason van Zyl
>  > > Founder,  Apache Maven
>  > > jason at sonatype dot com
>  > > --
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > -
>  > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > > For additional commands, e-mail: [EMAIL PROTECTED]
>  > >
>  > >
>  > > -
>  > > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > > For additional commands, e-mail: [EMAIL PROTECTED]
>  > >
>  > >
>  >
>  >
>  > --
>  > ASCII ribbon campaign:
>  > ()  against HTML email
>  > /\  against Microsoft attachments
>  >Information:  http://www.expita.com/nomime.html
>  >
>  > -
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>
>  --
>  La mélancolie c'est communiste
>  Tout le monde y a droit de temps en temps
>  La mélancolie n'est pas capitaliste
>  C'est même gratuit pour les perdants
>  La mélancolie c'est pacifiste
>  On ne lui rentre jamais dedans
>  La mélancolie oh tu sais ça existe
>  Elle se prend même avec des gants
>  La mélancolie c'est pour les syndicalistes
>  Il faut juste sa carte de permanent
>
>  Miossec (2006)
>
>  http://www.jeffmaury.com
>  http://riadiscuss.jeffmaury.com
>



-- 
ASCII ribbon campaign:
() against HTML email
/\ against Microsoft attachments
 Information: http://www.expita.com/nomime.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread Jeff MAURY
Can you describe the kind of error you got ?

Jeff MAURY


On 3/13/08, deckrider <[EMAIL PROTECTED]> wrote:
>
> I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
> selecting both /path/to/apache-maven-2.0.8 and
> /path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
> should use?
>
>
>
> On 3/11/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> > Nice! I stumbled on the ability to use external installations, including
> > 2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
> > primetime.
> >
> > -Original Message-
> > From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 11, 2008 6:16 PM
> > To: Maven Users List
> > Subject: [ANN] m2eclipse 0.9.0 Released
> >
> > Hi,
> >
> > Eugene, and crew have made huge strides with the release of the
> > m2eclipse 0.9.0. You can find Eugene's blog entry about it here:
> >
> > http://www.jroller.com/eu/entry/m2eclipse_0_9_0
> >
> > Among the very cool features
> >
> > - Integration with Archetype 2.x
> > - Full integration with Remote Maven Repositories (central index
> > retrieval is included)
> > - Full searching for plugin goals (this is probably the first place
> > you'll ever see all goals for all plugins visible in one place, made
> > possible with the Nexus index)
> > - Project Materialization (take a dependent project and materialize
> > the source, to make it a source dependency)
> > - We made available a stand-alone Nexus indexer so you can index your
> > own repositories and see them in Eclipse with m2e
> >
> > The documentation is here:
> >
> > http://docs.codehaus.org/display/M2ECLIPSE/Home
> >
> > Feature comparison:
> >
> > http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
> >
> > Update site:
> >
> > http://m2eclipse.sonatype.org/update
> >
> > Eugene will also be hosting the OSGi, Eclipse and Maven BOF at
> > EclipseCon:
> >
> > http://www.eclipsecon.org/2008/?page=sub/&id=602
> >
> > We'll have some seriously cool demos for those who show up! We will
> > also be hanging out at the Webtide booth for those who want to chat
> > about Maven and Eclipse.
> >
> > Thanks,
> >
> > Jason
> >
> > --
> > Jason van Zyl
> > Founder,  Apache Maven
> > jason at sonatype dot com
> > --
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> ASCII ribbon campaign:
> ()  against HTML email
> /\  against Microsoft attachments
>Information:  http://www.expita.com/nomime.html
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
La mélancolie c'est communiste
Tout le monde y a droit de temps en temps
La mélancolie n'est pas capitaliste
C'est même gratuit pour les perdants
La mélancolie c'est pacifiste
On ne lui rentre jamais dedans
La mélancolie oh tu sais ça existe
Elle se prend même avec des gants
La mélancolie c'est pour les syndicalistes
Il faut juste sa carte de permanent

Miossec (2006)

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com


Re: [ANN] m2eclipse 0.9.0 Released

2008-03-13 Thread deckrider
I wasn't able to make this work on Eclipse 3.3 on Linux. I tried
selecting both /path/to/apache-maven-2.0.8 and
/path/to/apache-maven-2.0.8/bin with no luck. Is there some trick I
should use?



On 3/11/08, Brian E. Fox <[EMAIL PROTECTED]> wrote:
> Nice! I stumbled on the ability to use external installations, including
> 2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
> primetime.
>
> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2008 6:16 PM
> To: Maven Users List
> Subject: [ANN] m2eclipse 0.9.0 Released
>
> Hi,
>
> Eugene, and crew have made huge strides with the release of the
> m2eclipse 0.9.0. You can find Eugene's blog entry about it here:
>
> http://www.jroller.com/eu/entry/m2eclipse_0_9_0
>
> Among the very cool features
>
> - Integration with Archetype 2.x
> - Full integration with Remote Maven Repositories (central index
> retrieval is included)
> - Full searching for plugin goals (this is probably the first place
> you'll ever see all goals for all plugins visible in one place, made
> possible with the Nexus index)
> - Project Materialization (take a dependent project and materialize
> the source, to make it a source dependency)
> - We made available a stand-alone Nexus indexer so you can index your
> own repositories and see them in Eclipse with m2e
>
> The documentation is here:
>
> http://docs.codehaus.org/display/M2ECLIPSE/Home
>
> Feature comparison:
>
> http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
>
> Update site:
>
> http://m2eclipse.sonatype.org/update
>
> Eugene will also be hosting the OSGi, Eclipse and Maven BOF at
> EclipseCon:
>
> http://www.eclipsecon.org/2008/?page=sub/&id=602
>
> We'll have some seriously cool demos for those who show up! We will
> also be hanging out at the Webtide booth for those who want to chat
> about Maven and Eclipse.
>
> Thanks,
>
> Jason
>
> --
> Jason van Zyl
> Founder,  Apache Maven
> jason at sonatype dot com
> --
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] m2eclipse 0.9.0 Released

2008-03-11 Thread Brian E. Fox
Nice! I stumbled on the ability to use external installations, including
2.0.x. This is awesome since 2.1-SNAPSHOT isn't quite ready for
primetime.

-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 11, 2008 6:16 PM
To: Maven Users List
Subject: [ANN] m2eclipse 0.9.0 Released

Hi,

Eugene, and crew have made huge strides with the release of the  
m2eclipse 0.9.0. You can find Eugene's blog entry about it here:

http://www.jroller.com/eu/entry/m2eclipse_0_9_0

Among the very cool features

- Integration with Archetype 2.x
- Full integration with Remote Maven Repositories (central index  
retrieval is included)
- Full searching for plugin goals (this is probably the first place  
you'll ever see all goals for all plugins visible in one place, made  
possible with the Nexus index)
- Project Materialization (take a dependent project and materialize  
the source, to make it a source dependency)
- We made available a stand-alone Nexus indexer so you can index your  
own repositories and see them in Eclipse with m2e

The documentation is here:

http://docs.codehaus.org/display/M2ECLIPSE/Home

Feature comparison:

http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration

Update site:

http://m2eclipse.sonatype.org/update

Eugene will also be hosting the OSGi, Eclipse and Maven BOF at  
EclipseCon:

http://www.eclipsecon.org/2008/?page=sub/&id=602

We'll have some seriously cool demos for those who show up! We will  
also be hanging out at the Webtide booth for those who want to chat  
about Maven and Eclipse.

Thanks,

Jason

--
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
--





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]