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]
