Hi,

I'm trying to compile all the files in my source tree (about 2000 files).
The compilation fails on 4 files. It seems that no class files were created.

This seems more like the work of the javac, but I'll be very happy if
someone could tell me if this is a normal behavior.
(I expected to get some of the class files).

Here is the javac command I used:

        <javac srcdir="${base}/src"
                        excludes="**/mobile/**"
                        destdir="${base}/lib/classes"
                        classpathref="project.class.path"/>

Thanks,
         Yaron.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to