2009-10-21 13:12:44 UTC
Hi Dimitri,
The prebuilt .jar files are located in the directory JHotDraw 7.3.1/Samples/
You can launch the sample applications by double clicking a .jar file.
The only exception is file JHotDraw 7.3.1/Samples/JHotDraw/jhotdraw.jar which contains all compiled class files. You can include this file into the class path of your application.
When you use Ant to build jhotdraw.jar by yourself, make sure you use the target "jar" in the file build-jhotdraw.xml. This file is located in JHotDraw 7.3.1/Source/jhotdraw7.
Do not use the file build.xml. This file is "pwned" by the NetBeans IDE. It will only work, if you open the JHotDraw 7.3.1/Source/jhotdraw7 as a NetBeans project, and then resolve the missing references using .jar files located in JHotDraw 7.3.1/Source/jhotdraw7/lib.
hth,
Werner