processing-templates
processing-templates copied to clipboard
Eclipse example template doesn't respect classpath when building javadoc
When running the build.xml file to compile my library, I get warnings due to missing files. I guess that's due to a, more or less, hardcoded classpath. using
<classpath>
<path refid="classpath"/>
</classpath>
fixed it. PR to follow..