RE: Question regarding -Xlint:unchecked

2006-12-15 Thread Chun Ji
hen it is explicitly specified . So the value ${src.dir} has different value for each build.xml file. Chun -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Sat 12/16/2006 4:12 AM To: Ant Users List Subject: Re: Question regarding -Xlint:unchecked He

Re: Question regarding -Xlint:unchecked

2006-12-15 Thread Antoine Levy-Lambert
Hello Chun Ji, please check the path that you pass in the dir attribute of the > invocation. Probably, it should be and not dir="${src.dir}" . You want this attribute to be the basedirectory of the build file that you invoke. Regards, Antoine On Dec 15, 2006, at 2:54 PM, Chun Ji wrote: I

Question regarding -Xlint:unchecked

2006-12-15 Thread Chun Ji
I have two build.xml used for my daily work. The first one has only one target, which is to compile the source code. For the second build.xml, there are a list of "targets", including a "target", that is to invoke the "compiling" target in the first build.xml. Here is part the my build.xml fil