Re: calling Ant from java

2008-06-08 Thread Chris Green
Just done a google on 'calling ant from java' and one of the results I got was someone else asking the same question. http://www.junlu.com/msg/17340.html Purhaps the resulting answers to his question may help you. Chris On Mon, Jun 9, 2008 at 8:43 AM, Sonal Bannore < [EMAIL PROTECTED]> wrote:

calling Ant from java

2008-06-08 Thread Sonal Bannore
Hi, I am calling ant from java program. When I am calling the my-build.xml, it gives parsing error as invalid file or cannot be read. My-build.xml has import statement. When I remove that statement(import), the parsing error disappers, and the code works fine. I have ant.jar and ant-lau

I am new to ANT

2008-06-08 Thread mahesh.mach
I am new to ant. I have some doubts... Whats a callable target to an ant build file? And is it the case that if I use ant to build my java source files, I should not begin the main class using "java " (ie) will i lose previous configuration settings thanks -- View this message in context

appending to fileset

2008-06-08 Thread Shawn Castrianni
Is there a way to incrementally add files to a fileset? I am building a fileset by looping through an XML file and need to add files to a named fileset one by one if they meet certain criteria. Is this possible without converting everything into paths or strings or stuff like that? --- Shawn