| Issue 5: | Syntax error in build file | |
| 1 person starred this issue and may be notified of changes. | Back to list |
There appears to be a syntax error in the javadoc section of the build file
<javadoc bottom="processing library ${project.name} by ${author.name}. ${project.copyright}"
classpath="${classpath.local.location}/core.jar;{project.bin}"
I think the second line should be
classpath="${classpath.local.location}/core.jar;${project.bin}"
Apr 2, 2011
Project Member
#1
soj...@gmail.com
Status:
Verified
|