At 3:26 AM +0000 8/10/02, sixth_rule wrote:
i downloaded Jbuilder
and got the zip file on the sourceforge pagei loaded up the code and
hit the run button and i get 5 erros
all involving this line
static org.apache.log4j.Category log =
org.apache.log4j.Category.getInstance(LocoNetMessage.class.getName());
I just tried it from scratch to see if I could reproduce your problem. The steps are:
download & unzip the jb1.0.3.zip file; that created a jb1.0.3 directory
cd jb1.0.3/java
jbuilder jmri.jpx
(This opened the JBuilder window with a tree of files, etc,
displayed down the left side)
click "rebuild" icon (little wheel with an arrow pointing
to 1's and 0's)
This gave warnings because of the filenames of certain files having been changed. I don't know whether this happened in the upload or in the download. The files it complained about are:
./test/jmri/jmrit/symbolicprog/CombinedLocoSelListP#52D2B.java
which needs to be renamed to:
./test/jmri/jmrit/symbolicprog/CombinedLocoSelListPaneTest.java
./src/jmri/configurexml/AbstractTurnoutManag#52982.java
which needs to be renamed to:
./src/jmri/configurexml/AbstractTurnoutManagerConfigXML.java
./src/jmri/jmrix/loconet/configurexml/LnSecurityElementMan#52B50.java
which needs to be renamed to:
./src/jmri/jmrix/loconet/configurexml/LnSecurityElementManagerXml.java
./test/jmri/jmrix/easydcc/EasyDccTrafficContro#52D5B.java
which needs to be renamed to:
./test/jmri/jmrix/easydcc/EasyDccTrafficControlScaffold.java
./test/jmri/jmrix/easydcc/EasyDccTrafficContro#52D5C.java
which needs to be renamed to:
./test/jmri/jmrix/easydcc/EasyDccTrafficControllerTest.java
I don't know what happened to these files, perhaps some filename-length-limit was hit somewhere.
After these are renamed, quit and restart JBuilder (some versions have a "refresh" option under the "Projects" menu that has the same effect). Clicking rebuild then gave me an expected warning about "Deprecated" features being used, and otherwise completed fine. I've uploaded a screenshot of this to the group photos area
From here, it could run DecoderPro, JBuilder, etc just fine.
In summary, I didn't recreate your problem. It would be helpful to have the exact text of the messages. They sound like what you had happening before, when the libraries were not connected. Could you check whether there's a "JMRILibraries.library" in the directory where you start JBuilder? That directory should look like:
[karl:~/Desktop/jb1.0.3/java] jake% ls-F
CVS/ jmri.jpx src/
JMRILibraries.library* jmri.jpx.local test/
classes/ jmri.jpx~*
(src, test, CVS are directories; classes might not be there if you haven't built yet; you also might not have a jmri.jpx~ file)
If that looks OK, I think we'll need to get some help from other people on the list who use Windows machines.
Bob
--
--------------
Bob Jacobsen (Bob_Jacobsen@..., 510-486-7355, fax 510-495-2957)
At CERN until August 10, replies may be slow.