Thomas Dudziak wrote:

The easiest solution (that avoids the XDoclet bug) would probably be the
well-proven copy-to-work-dir strategy:

* copy all sources that you whish to process into a single working
directory
* process them (e.g. javac, XDoclet, javadoc, jar)
* put the results somewhere where they should end (e.g. lib folder etc.)

This strategy is applied by OJB, as well, because it makes it easy to
accomodate multiple sources of source files and other build information.



Thank you for idea!

Tom





--
Maksimenko Alexander
Softwarium, www.softwarium.net


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



Reply via email to