[crossfire] Gridarta CFJavaEditor Jar?
Kevin R. Bulgrien
kbulgrien at att.net
Sun Sep 24 23:45:49 CDT 2006
Could someone make a jar file from the CFJavaEditor sources on the
Gridarta project? I have so far been unable to get a working
build environment. I get errors when I try the command-line build
instructions in INSTALL.txt, and I am having great difficultly
getting ant installed.
$ javac -d class -classpath lib/png.jar:lib/visualtek.jar:lib/jdom.jar:lib/crimson.jar src/cfeditor/*.java src/cfeditor/textedit/textarea/*.java src/cfeditor/textedit/scripteditor/*.java
src/cfeditor/JFontChooser.java:355: unclosed character literal
new_msg = new_msg.replace('§', '\n');
^
src/cfeditor/JFontChooser.java:355: illegal character: \167
new_msg = new_msg.replace('§', '\n');
^
src/cfeditor/JFontChooser.java:355: unclosed character literal
new_msg = new_msg.replace('§', '\n');
^
src/cfeditor/JFontChooser.java:355: ')' expected
new_msg = new_msg.replace('§', '\n');
^
error: cannot read: src/cfeditor/textedit/textarea/*.java
5 errors
Thanks,
Kevin
More information about the crossfire
mailing list