hi moesian, you are using the latest template - with this template all build properties have been removed from the build.xml file and put into the build.properties file.
i just tried what you described - on a mac though - with the latest template and works ok when i create a new WB_Line object for testing. my classpath.local.include
Code:
classpath.local.include=core.jar,geom.jar
if i remove geom.jar from classpath.local.include, i get errors and the console will tell me that the build failed.
i assume, the error message you are getting refers to a warning message when compiling the build.xml file in normal mode (line 84: project.compile=normal) when the javadoc is created and added to the distribution. you are probably seeing something like this:
Code:
[javadoc] ... .java:45: package wblut.geom does not exist
its a warning message which is thrown by javadoc since it cant find a reference to the wblut.geom package (which can more or less be ignored), but this is only relevant for the javadoc command, not for compiling the source of your library.
since the console output says 'build successful', your library has been compiled properly and should work. did you give it a try? it should appear in your sketchbook/libraries folder. (no need to change the build.xml file, the properties file should do the job)
best,
andreas