m2eclipse plugin and generated-source and Eclipse Classpath

2008-10-29 Thread Gopal Patwa
/executions /plugin -- View this message in context: http://www.nabble.com/m2eclipse-plugin-and-generated-source-and-Eclipse-Classpath-tp20237126p20237126.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: m2eclipse plugin and generated-source and Eclipse Classpath

2008-10-29 Thread Eugene Kuleshov
/m2eclipse-plugin-and-generated-source-and-Eclipse-Classpath-tp20237126p20239918.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

eclipse classpath

2008-03-20 Thread James Clinton
I'd like to change the output directory of the eclipse classpath. mvn eclipse:eclipse defaults to project/target/classes Is this possible? DISCLAIMER: This e-mail is confidential and may also be legally privileged. If you are not the intended recipient, use of the information contained

Re: Runtime dependencies in Eclipse classpath

2007-05-17 Thread Larry Meadors
in context: http://www.nabble.com/Runtime-dependencies-in-Eclipse-classpath-tf3769914s177.html#a10658508 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Runtime dependencies in Eclipse classpath

2007-05-16 Thread lightbulb432
is that it is not included in the compile-time classpath, but is added to the JAR or WAR upon packaging - is this an accurate statement? Thanks. -- View this message in context: http://www.nabble.com/Runtime-dependencies-in-Eclipse-classpath-tf3769914s177.html#a10658508 Sent from the Maven - Users mailing list archive

Re: Runtime dependencies in Eclipse classpath

2007-05-16 Thread Larry Meadors
this message in context: http://www.nabble.com/Runtime-dependencies-in-Eclipse-classpath-tf3769914s177.html#a10658508 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Runtime dependencies in Eclipse classpath

2007-05-16 Thread lightbulb432
in context: http://www.nabble.com/Runtime-dependencies-in-Eclipse-classpath-tf3769914s177.html#a10658508 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Customizing generated Eclipse .classpath file

2007-05-10 Thread lightbulb432
contain that value.) Would this be some kind of filter? Thanks. -- View this message in context: http://www.nabble.com/Customizing-generated-Eclipse-.classpath-file-tf3721918s177.html#a10414288 Sent from the Maven - Users mailing list archive at Nabble.com

eclipse .classpath generation in a multiproject with eclipse:eclipse

2006-11-22 Thread AndreasWuest
hello, i have a question concerning the usage of eclipse in a multiproject build. i have a project that has the following structure : + project + ear + ejb + web The project contains a pom.xml with the defined modules: modules moduleear/module moduleejb/module

Re: eclipse .classpath generation in a multiproject with eclipse:eclipse

2006-11-22 Thread Thomas Recloux
The maven eclipse plugin creates eclipse .project and .classpath files for each maven project ( : pom.xml file). You should read this guide : http://maven.apache.org/guides/mini/guide-ide-eclipse.html 2006/11/22, AndreasWuest [EMAIL PROTECTED]: hello, i have a question concerning the usage of

Re: eclipse .classpath generation in a multiproject with eclipse:eclipse

2006-11-22 Thread AndreasWuest
i have seen the guide, but it did not really convice me. so this guide tells me that i need at least two eclipse instances. one that only servers as a cvs client, and one which is used as java ide. i can't see the disadvantage of having a .project and a .classpath created in the parent, with

Re: eclipse .classpath generation in a multiproject with eclipse:eclipse

2006-11-22 Thread Thomas Recloux
i have seen the guide, but it did not really convice me. so this guide tells me that i need at least two eclipse instances. one that only servers as a cvs client, and one which is used as java ide. You can't use an other cvs client for the root pom ? i can't see the disadvantage of having a

Re: eclipse .classpath generation in a multiproject with eclipse:eclipse

2006-11-22 Thread Barrie Treloar
On 11/23/06, AndreasWuest [EMAIL PROTECTED] wrote: i have seen the guide, but it did not really convice me. so this guide tells me that i need at least two eclipse instances. one that only servers as a cvs client, and one which is used as java ide. i can't see the disadvantage of having a

RE: [ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-29 Thread Darren Hartford
8:10 PM To: Maven Users List Subject: Re: [ot] m2 antlib and eclipse classpath task - someone else take a look pls? This would be a question for Ant. I'm not sure how you generally deal with iterating paths for generating content. Of course, another option is to use the Maven Eclipse

Re: [ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-29 Thread Brett Porter
and eclipse classpath task - someone else take a look pls? This would be a question for Ant. I'm not sure how you generally deal with iterating paths for generating content. Of course, another option is to use the Maven Eclipse plugin to generate the eclipse .classpath from the POM you have

[ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-28 Thread Darren Hartford
Hey all, Great success using the M2 Antlib, specifically with the default-install of Eclipse! I'm trying to get the classpath that is generated from the artifact:dependencies to CREATE the eclipse .classpath to keep the environments in-sync, with the maven pom.xml being the master file

Re: [ot] m2 antlib and eclipse classpath task - someone else take a look pls?

2005-09-28 Thread Brett Porter
This would be a question for Ant. I'm not sure how you generally deal with iterating paths for generating content. Of course, another option is to use the Maven Eclipse plugin to generate the eclipse .classpath from the POM you have already created (which could be wrapped in an ant task

Re: Generating eclipse .classpath files

2004-12-23 Thread Bent André Solheim
possible to generate eclipse classpath files in maven like the .project files ??? When I use the eclipse plugin maven is generating an empty classpath file and when i fiddle around with the multiproject plugin maven is generating multiple classpath files for each subproject. But I need one

Re: Generating eclipse .classpath files

2004-12-22 Thread Claudius Spellmann
:05:01 +0100, Claudius Spellmann [EMAIL PROTECTED] wrote: Hi, Is it actually possible to generate eclipse classpath files in maven like the .project files ??? When I use the eclipse plugin maven is generating an empty classpath file and when i fiddle around with the multiproject plugin maven

Generating eclipse .classpath files

2004-12-21 Thread Claudius Spellmann
Hi, Is it actually possible to generate eclipse classpath files in maven like the .project files ??? When I use the eclipse plugin maven is generating an empty classpath file and when i fiddle around with the multiproject plugin maven is generating multiple classpath files for each subproject

Re: Generating eclipse .classpath files

2004-12-21 Thread Steve Molloy
, 2004-12-21 at 12:05 +0100, Claudius Spellmann wrote: Hi, Is it actually possible to generate eclipse classpath files in maven like the .project files ??? When I use the eclipse plugin maven is generating an empty classpath file and when i fiddle around with the multiproject plugin maven

Re: Generating eclipse .classpath files

2004-12-21 Thread Bent André Solheim
On Tue, 21 Dec 2004 12:05:01 +0100, Claudius Spellmann [EMAIL PROTECTED] wrote: Hi, Is it actually possible to generate eclipse classpath files in maven like the .project files ??? When I use the eclipse plugin maven is generating an empty classpath file and when i fiddle around

Eclipse classpath generation

2004-09-17 Thread Ryan Chichirico
I've run into a problem in eclipse that seems to be fixed according to http://jira.codehaus.org/browse/MAVEN-341 but after upgrading to maven-eclipse-plugin-1.8 it still doesn't seem to work. I'm trying to override some jars like activation.jar and mail.jar in my local project.properties file by

Adding specific files to the Eclipse classpath using the Maven Ec lipse plugin?

2004-01-08 Thread Marco Pas
\src\projectB\src\java \src\projectB\src\test When generating .project and .classpath files using the Maven Eclipse plugin, both projects will have to have \src\configfiles\log4j.xml added to their (Eclipse) classpath, this to enable Eclipse to run Unit Test that do some logging. Any idea's how

Update Eclipse .classpath after running maven eclipse

2003-12-17 Thread Yoway . Buorn
One of our guys here was working on a project in Eclipse while I was mavenizing the dependencies and running maven eclipse to update .classpath. When I was done, I asked him to update his project so that he could get the new .classpath and be on his way. Unfortunately, CVS came back with an

Re: Update Eclipse .classpath after running maven eclipse

2003-12-17 Thread Jeffrey Bonevich
This is an issue with Eclipse and CVS, not Maven. Tell your teammate to do one of the following: (1) move .classpath in his eclipse project out of the way and cvs update (you might have to exit eclipse to do this) (2) manually add .classpath to his CVS/Entries file (at the project top level) -

RE: eclipse .classpath with source javadoc attachments

2003-10-01 Thread Michal Maczka
-Original Message- From: Leif Nelson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 12:28 AM To: [EMAIL PROTECTED] Subject: eclipse .classpath with source javadoc attachments Hi all- Not sure if anyone has thought of this... But, here's what we've been thinking

eclipse .classpath with source javadoc attachments

2003-09-30 Thread Leif Nelson
Hi all- Not sure if anyone has thought of this... But, here's what we've been thinking lately. Wouldn't it be nice, if the eclipse:generate-classpath could generate a .classpath file with references to src attachments? Furthermore, wouldn't it also be nifty, if when deploying jars, you