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