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
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
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
---
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