need help adding a command to the compile task

2005-07-17 Thread Paul Goepfert
I have been writing a java program with apache ant. When I complie I get a warning that say to recompile with -Xlint:unchecked for details. How do I do that in ant? -Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

java-doc question

2005-07-05 Thread Paul Goepfert
What is the correct syntax to produce a java-doc task. I have looked at the javadoc task on Ant's Core-Task webpage. The javadoc task looks too involved foor what I need. All I need is too produce the default javadoc. I once had this done but the file was erased. Any help would be apprecia

Need help creating a WAR task

2005-06-28 Thread Paul Goepfert
Hi all, I am creating a WAR task in my build.xml file. How do I move two configuration xml files that are not my web.xml file to my war file? I would like to have these files in a dir called conf within the WEB-INF file. -Paul ---

Including properties files in my buld.xml file

2005-06-08 Thread Paul Goepfert
Hi, I have a properties file that is located in my source directory and when I build my program I would like it to be moved to my classes directory automatically. What do I have to include in my build xml file to do this? By the way this is a web app that I am developing. I don't have