Re: AW: Call Ant task from java file

2005-08-12 Thread graste
Am Fri, 12 Aug 2005 15:51:37 +0200 schrieb <[EMAIL PROTECTED]>: And you´re trying to catch files (include="**/CVS/") without touching the default excludes... Thanks. Default excludes were an issue. I could successfully run my plugin and the ant task from it to delete files. But I wonder:

Call Ant task from java file

2005-08-12 Thread graste
Hi, I'm new to ant tasks and their use outside of ant. I want to execute ent tasks outside of build.xml in a simple java class. My sample source code (inside a public static method of a plugin): -- // project Project project = new Project(); project.init(); // fileset FileSet fs = new