Javac will not do this for you.  Use a <copy> task after your <javac> task
in your compile target to copy all your resource files from your source tree
to the build tree.  

Paul

> -----Original Message-----
> From: Jiang, Bianca [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 11, 2002 9:55 AM
> To: '[EMAIL PROTECTED]'
> Subject: how to include none .class files with task javac?
> 
> 
> When using javac, I need all my resource files to be copied 
> to the build
> directory
> together with .class files.   But don't know how to do that.
> 
> I tried different attributes with javac, but got the 
> following output for
> the resources:
> resource.properties skipped - don't know how to handle it
> 
> 
> Thank you,
> 
> Bianca
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to