Re: Ant build.xml using XDoclet JDO module to automatically enhance class files

2003-02-27 Thread David Jencks
Is there a question here? The build file looks reasonable to me. The sun reference enhancer is kind of nasty about only enhancing files in the correct order and not telling you clearly if there is a problem, and is exceedingly slow if you enhance them one by one. The tjdo project on sourceforge h

Ant build.xml using XDoclet JDO module to automatically enhance class files

2003-02-27 Thread Sebastian Thomschke
Since I didn't find any other solutions on the web, I worte an ant build.xml that generates jdo metadata files based on @jdo xdoclet tags in java files having the @jdo.persistence-capable tag and afterwards uses these metadata files to automatically enhances the class files using the sun JDO enhanc