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>
