Search the mailing list...

---
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...
---

Thompson, Christopher C (Kris) wrote:
OK, thanks I found it in XWork/src/editor/com/opensymphony/xworkeditor. However I can’t find any documentation on running it. Again, I remember seeing it on Jon’s weblog however that weblog seems to me no more. In particular it looks like it need a parameter to run it, what is that parameter?



Thanks



Kris Thompson



-----Original Message-----
*From:* Jason Carreira [mailto:[EMAIL PROTECTED]
*Sent:* Tuesday, November 25, 2003 3:49 PM
*To:* [EMAIL PROTECTED]
*Subject:* RE: [OS-webwork] What ever happened to the XWork definition Editor




It's in CVS and in the distribution, I think...

    -----Original Message-----
    *From:* Thompson, Christopher C (Kris)
    [mailto:[EMAIL PROTECTED]
    *Sent:* Tuesday, November 25, 2003 5:44 PM
    *To:* [EMAIL PROTECTED]
    *Subject:* [OS-webwork] What ever happened to the XWork definition
    Editor

    About 2 months or so ago someone created a XWork Swing-ish
    definition editor but I can’t seem to find it anymore.  Is anyone
    using it?  Where can I get it?



Thanks



Kris





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to