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.<init>(FileInputStream.java:106) > > at java.io.FileInputStream.<init>(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] > > -- 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]
