|
|
Tutorials
Python IDE Tutorial
Go to the Python IDE page
DiaGen Compilation Tutorial
Purpose: make compilation of DiaGen quick and painless.
Required Files:
JavaSDK 1.4.1 or 1.4.2
,
NetBeans 3.6
,
DiaGen 3.1 (diagen-installer-040427.jar)
Tested on Linux and Windows.
- Install the DiaGen jar file to a folder ..\DiaGen
- Move DiaGen\designer\diagen\designer to DiaGen\diagen\designer
- Move DiaGen\framework\diagen\designer to DiaGen\diagen\framework
- Move DiaGen\generator\diagen\designer to DiaGen\diagen\generator
- Move DiaGen\xmleditor\diagen\designer to DiaGen\diagen\xmleditor
- Move DiaGen\examples\de to DiaGen\de
- Move DiaGen\examples\diagen\designer\sample to DiaGen\diagen\designer\sample
- Move DiaGen\examples\diagen\editor\sample to DiaGen\diagen\editor\sample
- Move DiaGen\lib\* to DiaGen\ (move all the files in lib to DiaGen, not diagen).
- Remove SVG (Scalable Vector Graphics), since the dependency is *cough* hard to find.
- diagen.editor.ui.EditorPane.java line 150 to 161, remove SVGSupport.
- diagen.editor.ui.EditorControl.java line 245 to 248, remove more SVG.
Now you just "Build All" on the diagen folder, and then you can run the various executable
editors. Piece of cake. Didn't work? Did I forget to mention you have to mount the following jar files:
qoca-1.0beta2-mod2.jar and dtdparser115.jar, before you "Build All"? ;-)
|