Results 1 to 1 of 1
Thread: Xlint in build.xml not working
- 06-23-2008, 01:35 AM #1
Member
- Join Date
- Mar 2008
- Posts
- 12
- Rep Power
- 0
Xlint in build.xml not working
Hi,
I have included the -Xlint option as follows in build.xml of ANT in Eclipse but I could not get the warnings that Xlint should give. When I run -Xlint from command line it works fine giving all the warnings for the code. Any help would be appreciated.
<javac debug="true" debuglevel="${debuglevel}" destdir="bin" source="${source}" target="${target}">
<src path="src"/>
<classpath refid="ANT.classpath"/>
<compilerarg value="-Xlint:all" />
</javac>
Similar Threads
-
To those who want to build a new OS, you may read this for a while...
By sukatoa in forum Forum LobbyReplies: 0Last Post: 06-11-2008, 01:56 PM -
Java mail problem(working in intranet,but not working in iternet)
By sundarjothi in forum Advanced JavaReplies: 8Last Post: 05-28-2008, 07:00 AM -
Teamwork 3.2.1 build 1540
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-09-2007, 10:37 PM -
Teamwork 3.2.1 build 1540
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-08-2007, 04:22 PM -
Teamwork 3.2.0 build 414
By JavaBean in forum Java SoftwareReplies: 0Last Post: 07-11-2007, 03:13 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks