|
Re: Building XMLC: msg#00003java.enhydra.xmlc
On Thursday 13 February 2003 12:34, David Corbin wrote: > I'm trying to build XMLC 2.1, and I'm having problems. When I attempt > to use ANT, I get > > file:/home/dcorbin/workspace/XMLC/xmlc/modules/xmlc/build.xml:139: Error > running jikes compiler do you have jikes installed? If yes, make sure the executable is in your path. If not, create a xmlc/modules/xmlc/build.properties file and put the line "build.compiler=modern" in there - this will override the default compiler setting to use the JDK compiler instead of jikes. BTW, you can override any of the properties in build-default.properties by putting a corresponding entry into build.properties. > When I try to set up an eclipse project to build it (prefered), it can't > find com.lutris.logging, and I can't find it anywhere (source or .jar) > either. That's caused by the obsolete org.enhydra.xml.xmlc.EnhydraXMLCLogger class and the classes in the equally obsolete org.enhydra.xml.xmlc.reloading package. The ant build simply ingores these classes (see also "build.exclude" in build-default.properties). If you can't tell eclipse to exclude selected .java files from the build (Never tried that, actually), you can simply delete XMLCLogger.java and everything in the org.enhydra.xml.xmlc.reloading package. BTW, you might check out the CVS version - besides having the obsolete stuff removed, the current CVS head has a new, improved page reloading facility. Hope this helps, Richard -- Richard Kunze [ t]ivano Software, Bahnhofstr. 18, 63263 Neu-Isenburg Tel.: +49 6102 80 99 07 - 0, Fax.: +49 6102 80 99 07 - 1 http://www.tivano.de, kunze@xxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Building XMLC, David Corbin |
|---|---|
| Next by Date: | trick to remove items from template rows for one row only, David Michaels |
| Previous by Thread: | Building XMLC, David Corbin |
| Next by Thread: | trick to remove items from template rows for one row only, David Michaels |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |