Hi Conor,
Directory structure and package structure is ok. I tried with -debug option
and I found out the problem
it was copying old .class files for some files
Thanks for response.
Vijay
Conor MacNeill
<conor@cortexebusine To: Ant Users List
<[EMAIL PROTECTED]>
ss.com.au> cc:
Subject: Re: Compiling 2 files
10/31/02 08:34 PM
Please respond to
"Ant Users List"
Vijay Gupta wrote:
> Hi all,
>
> I have some problem with ant, I am trying to compile files.
> My folder has 46 files in sub directories, but when i run ant it says
> compiling 14 files..
> moreover it gives compilation errors saying can not resolve symbol in
some
> files
> when I cross checked the files they seems to be correct.
>
> If I compile same directory from dos prompt, It compiles everything,
> I am attaching build script here.
>
I'd suggest you start by running Ant with the -debug option. There will be
a
lot of output but the javac task generally tells you what files it is
considering, and which ones it is not. A common source of these problems is
that your directory layout does not match your package structure.
Conor
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>