processing-templates icon indicating copy to clipboard operation
processing-templates copied to clipboard

Eclipse example template doesn't respect classpath when building javadoc

Open rngtng opened this issue 12 years ago • 0 comments

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..

rngtng avatar Jun 09 '13 18:06 rngtng