Yes that's exactly what I'm looking for, but I would prefer to have ant Ant task to do what Maven is doing with mvn eclipse:eclipse.
-----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, September 24, 2000 12:56 PM To: Ant Users List Subject: Re: Task to Create Eclipse and IDEA Project Files ah...this should be a bit more useful.. cd /TheDirectoryWhichContainsYourPom.xml mvn eclipse:eclipse you'll see an Eclipse .project which you can then import into Eclipse Martin-- ----- Original Message ----- From: "Dees, Ian (GE Healthcare)" <[EMAIL PROTECTED]> To: "Ant Users List" <[email protected]> Sent: Monday, September 24, 2007 12:22 PM Subject: RE: Task to Create Eclipse and IDEA Project Files I think you misunderstood what I was looking for. I'd like to create an Ant target to create the actual Eclipse and IntelliJ project files based on the dependencies specified in the pom.xml for our projects. I don't need to run anything in Eclipse or IntelliJ, and I don't need to use Eclipse or IntelliJ to run Ant tasks, I just need to create the project files. Thanks, Ian -----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Sunday, September 24, 2000 11:06 AM To: Ant Users List Subject: Re: Task to Create Eclipse and IDEA Project Files Good Morning Ian- the ability to run eclipse projects via the org.eclipse.ant.core plug-in. http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc isv /guide/ant_eclipse_tasks.htm Also any library additions fpr accessing native methods must be handled by the Eclipse plugin library as Ants classloader may not have been gc'ed before the next invocation of the Ant task plugins Apparently Eclipse plugin classloader cannot load Ant specific classes or jars since Ant classes/jars do not have a Eclipse plugin library signature http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc isv /guide/ant_eclipse_tasks.htm but.. the reverse is not true as The plug-in contributing the JARs is added to the Ant classpath Martin-- ----- Original Message ----- From: "Dees, Ian (GE Healthcare)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2007 10:19 AM Subject: Task to Create Eclipse and IDEA Project Files Is there an Ant task somewhere that mirrors the maven behavior for creating Eclipse .project and .classpath along with Intellij .iml and .imr files based on the dependencies specified pom.xml? Currently we are using Ant with the Maven plugin so that we can take advantage of the dependency graph auto-download ability. Thanks, Ian --------------------------------------------------------------------- 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] --------------------------------------------------------------------- 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]
