Having a user task at the project level ..

2003-06-24 Thread Harsha Kalidindi
Hi: I am using Ant 1.5.3. I have few custom tasks. Can I have any of them be configured to be valid at the project level? Right now, I cannot seem to specify them outside a target. Regards, Harsha [EMAIL PROTECTED] 212.762.4165 This communication is intended for the addressee(s)

FileSet reference in Javac ..

2003-06-20 Thread Harsha Kalidindi
Hi: I looked through the mail archives to see if anyone had the same issue with not being able to reference FileSets in Javac. I saw a query but no responses. fileset id=sources1 ... /fileset javac destdir=.. fileset refid=sources1/

command line option visibility within a task ..

2003-05-06 Thread Harsha Kalidindi
Hi: I am trying to write a few tasks to extend ant in our environment. I would like these tasks to emit some debug information depending on the command line options used with the ant invocation. Is there a way I can get a list of command line options that ant was invoked

modify classpath for a following compile ..

2003-05-06 Thread Harsha Kalidindi
Hi: I have question about Tasks and setting Classpath .. project ... target ... mytask ... /mytask javac .../ /target /project I am implementing mytask. Can I change/modify