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]
