Re: Un-mavenize a Maven2 project ?

2009-03-01 Thread Mark Struberg
them to http://maven.apache.org/download LieGrue, strub --- Ian Petzer ianpet...@gmail.com schrieb am Sa, 28.2.2009: Von: Ian Petzer ianpet...@gmail.com Betreff: Re: Un-mavenize a Maven2 project ? An: Maven Users List users@maven.apache.org Datum: Samstag, 28. Februar 2009, 21:25 Hi Alessio

Re: Un-mavenize a Maven2 project ?

2009-03-01 Thread David Weintraub
On Fri, Feb 27, 2009 at 1:44 PM, Mark Struberg strub...@yahoo.de wrote: but ant must be installed also before it can be used. And installing ant is the same effort than installing maven. So this will not add anything to his problem. Ant is included when you install Eclipse. It's one of the

Re: Un-mavenize a Maven2 project ?

2009-02-28 Thread Ian Petzer
this will not add anything to his problem. LieGrue, strub --- David Weintraub qazw...@gmail.com schrieb am Fr, 27.2.2009: Von: David Weintraub qazw...@gmail.com Betreff: Re: Un-mavenize a Maven2 project ? An: Maven Users List users@maven.apache.org Datum: Freitag, 27. Februar 2009, 19:18 Would Ant

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Mark Struberg
with eclipse config are much more time consuming than downloading maven.zip. LieGrue, strub --- Alessio Pace alessio.p...@gmail.com schrieb am Fr, 27.2.2009: Von: Alessio Pace alessio.p...@gmail.com Betreff: Re: Un-mavenize a Maven2 project ? An: Maven Users List users@maven.apache.org Datum

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Alessio Pace
-mavenize a Maven2 project ? An: Maven Users List users@maven.apache.org Datum: Freitag, 27. Februar 2009, 8:43 On Fri, Feb 27, 2009 at 8:36 AM, Ketan Khairnar ketan.khair...@gmail.comwrote: simple solution would be to include classpath-entry in .classpath eclipse file e.g

Re: Re : Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Alessio Pace
Tel : 0 821 800 891 Gsm : +33 (0) 607 967 911 -Original Message- From: Alessio Pace alessio.p...@gmail.com Date: Fri, 27 Feb 2009 08:43:01 To: Maven Users Listusers@maven.apache.org Subject: Re: Un-mavenize

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Antonio Petrelli
2009/2/27 Alessio Pace alessio.p...@gmail.com: Hi thanks for your point of view, the fact is that the lab session is only few hours long, so I can't afford introducing Maven or asking users to install it inside Eclipse (you always have someone encountering errors, etc..).  Otherwise, surely I

RE: Un-mavenize a Maven2 project ?

2009-02-27 Thread Inman, Peter
:07 To: Maven Users List Subject: Re: Un-mavenize a Maven2 project ? 2009/2/27 Alessio Pace alessio.p...@gmail.com: Hi thanks for your point of view, the fact is that the lab session is only few hours long, so I can't afford introducing Maven or asking users to install it inside Eclipse (you

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Baptiste MATHUS
: Re: Un-mavenize a Maven2 project ? 2009/2/27 Alessio Pace alessio.p...@gmail.com: Hi thanks for your point of view, the fact is that the lab session is only few hours long, so I can't afford introducing Maven or asking users to install it inside Eclipse (you always have someone encountering

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread David Weintraub
Would Ant be okay to use? You don't have to demavenize a thing -- just add a build.xml to your project. We converted many of our projects from Ant to Maven, but still have both the build.xml and pom.xml in the root directory. I even removed the third party jars from our repository. Instead, I

Re: Un-mavenize a Maven2 project ?

2009-02-27 Thread Mark Struberg
: Un-mavenize a Maven2 project ? An: Maven Users List users@maven.apache.org Datum: Freitag, 27. Februar 2009, 19:18 Would Ant be okay to use? You don't have to demavenize a thing -- just add a build.xml to your project. We converted many of our projects from Ant to Maven, but still have

Un-mavenize a Maven2 project ?

2009-02-26 Thread Alessio Pace
Hi, a project I'm working on is built by Maven2. It is a single module, it uses M2 merely for dependency managament. I have to let some students play with it as part of a lab project. Their machines just have plain Eclipse, and the users are Maven-unaware, and I can't afford to make them

Re: Un-mavenize a Maven2 project ?

2009-02-26 Thread Ketan Khairnar
write a ant script to move maven project to new directory with standard eclipse project format. Once you open a project in eclipse class-path entries can be added. this is partial automation though On Fri, Feb 27, 2009 at 12:49 PM, Alessio Pace alessio.p...@gmail.comwrote: Hi, a project I'm

Re: Un-mavenize a Maven2 project ?

2009-02-26 Thread Alessio Pace
On Fri, Feb 27, 2009 at 8:24 AM, Ketan Khairnar ketan.khair...@gmail.comwrote: write a ant script to move maven project to new directory with standard eclipse project format. Once you open a project in eclipse class-path entries can be added. this is partial automation though Hi, thanks

Re: Un-mavenize a Maven2 project ?

2009-02-26 Thread Ketan Khairnar
simple solution would be to include classpath-entry in .classpath eclipse file e.g. *classpathentry combineaccessrules=false kind=src path=/DependencyProject/* On Fri, Feb 27, 2009 at 1:03 PM, Alessio Pace alessio.p...@gmail.comwrote: On Fri, Feb 27, 2009 at 8:24 AM, Ketan Khairnar

Re: Un-mavenize a Maven2 project ?

2009-02-26 Thread Alessio Pace
On Fri, Feb 27, 2009 at 8:36 AM, Ketan Khairnar ketan.khair...@gmail.comwrote: simple solution would be to include classpath-entry in .classpath eclipse file e.g. *classpathentry combineaccessrules=false kind=src path=/DependencyProject/* I don't know if we are talking about the exact

Re : Re: Un-mavenize a Maven2 project ?

2009-02-26 Thread Jean-François Mathiot
alessio.p...@gmail.com Date: Fri, 27 Feb 2009 08:43:01 To: Maven Users Listusers@maven.apache.org Subject: Re: Un-mavenize a Maven2 project ? On Fri, Feb 27, 2009 at 8:36 AM, Ketan Khairnar ketan.khair...@gmail.comwrote: simple solution would be to include classpath-entry in .classpath eclipse