--- [EMAIL PROTECTED] wrote:
> There are 18 files under ${build.dir}/src, 12 of them are listed below
> to be included in the compile, 14 actually end up
> in the ${build.dir}/classes folder after the build has run.
> 
> Has anyone seen this before?

Java compilers will compile whatever files they need, regardless of
whether you've listed them in the command-line. So those two extra files
are being pulled in by some file(s) in the 12 you're (explicitly)
compiling.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

Reply via email to