Hi
All,
I have added the
source code and necessary libraries into CVS to build the XWork.xml
editor.
The source for the
editor is in the "src/editor" directory.
The libraries
needed are in the "lib/editor" directory.
To build the
editor, all you need to do is type "ant editor-jar" when you are in the xwork
module directory.
To run the editor
(using Swing), all you need to do is change to the "build" directory and
type:
java
-jar xwork-editor-1.0-beta.jar
If you want to run
the editor with SWT, then you will need to have the SWT libraries for your
platform already downloaded since I didn't add them into CVS. Make sure
the swt.jar file is already in your classpath, and then add then start the
editor like:
java
-Djava.library.path=c:\path\to\swt\native\libs -jar
xwork-editor-1.0-beta.jar swt
If you look at the
source code for the editor, it will probably not make too much sense to anyone
right now. It is written using a XML User Interface library that I've
written to use for our internal development projects at XEsoft. Hopefully,
I'll have some time to post some documentation on how to use it so that other
developers can make enhancements to the editor as well.
Jon...
