- This topic has 8 replies, 3 voices, and was last updated 20 years, 7 months ago by Scott Anderson.
-
AuthorPosts
-
Don FairMemberHi,
I have tried to run through the demo that uses XDoclet.
When I get to the step that goesProperties > XDoclet Configurations
First I don’t have an entry like that I have:
myeclipse-XDoclet
When I click it. I get the pop up window on the right hand side.
When I right click in it. I get the select dialog.
When I choose
Add Standard I get an empty dialog.I have tried everything I can think of. I still get an empty dialog.
I have tried the Java JDK 1.4.0 1.4.1 1.4.2.
I have the latest eclipse and the latest MyEclipse.I just can’t figure out what is going on.
Thanks
don 🙄
Riyad KallaMemberThis sounds like it might be an installation issue. Can you check your log file for exceptions (<eclipse install>\workspace\.metadata\.log file) and paste them in here for review.
Don FairMember!ENTRY org.jboss.ide.eclipse.xdoclet.run 4 0 Mar 23, 2004 09:02:09.542
!MESSAGE java.lang.reflect.InvocationTargetException
!STACK 0
java.lang.reflect.InvocationTargetException
at org.jboss.ide.eclipse.xdoclet.run.configuration.Configurations$1.run(Configurations.java:126)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Caused by: java.io.FileNotFoundException: C:\resources\standards.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:69)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:156)
at java.net.URL.openStream(URL.java:913)
at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:605)
at org.apache.crimson.parser.Parser2.parse(Parser2.java:333)
at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:151)
at org.jboss.ide.eclipse.xdoclet.run.configuration.Configurations$1.run(Configurations.java:97)
… 1 more
Riyad KallaMemberThis doesn’t look right:
C:\resources\standards.xml
Where did you install Eclipse, MyEclipse to? Is there a c:\resources directory on your computer? Do you have the JBossIDE plugin installed? Can you try a fresh reinstall (unzip, run, close) of Eclipse, then a fresh reinstall of MyEclipse to that newly installed Eclipse?
Don FairMemberWhere did you install Eclipse
c:\eclipseIs there a c:\resources directory on your computer
No.Do you have the JBossIDE plugin installed?
No.Can you try a fresh reinstall (unzip, run, close) of Eclipse, then a fresh reinstall of MyEclipse to that newly installed Eclipse?
I will but it will be the second time.
don
Don FairMemberDo you have the JBossIDE plugin installed?
Unless it is in MyEclipse. Which it appears to be.
Scott AndersonParticipantdhf,
Can you please post your full configuration information as we request in the Posting Guidelines thread at the top of this forum? Are you using the JDK 1.4 XML endorsement mechansim in any way? How are you launching Eclipse to ensure which JDK is used? Are you using the -vm commandline option?
Don FairMember– System Setup ——————————-
Operating System and version:
XP version 2002 Service Pack 1Eclipse version:
3m7Eclipse build id:
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:MyEclipse version: Version: 3.6.200 Build id: 200401011200-3.7RC2
Eclipse JDK version: 1.4.2
Application Server JDK version: 1.4.1
Are there any exceptions in the Eclipse log file?
– Message Body ——————————-
Hi,
I have the JDK in the path and the JAVA_HOME set to point to
jdk 1.4.2I will try to remove eclipse and myeclipse.
deleting the directories and then re-installdon
Scott AndersonParticipantClosure: Don reports a download and reinstall cured it here:
https://www.genuitec.com/forums/topic/download-reinstall-closed/&highlight=One of the issues was quite possibly running 3.7 RC2 with M7. 3.7RC2 only runs effectively with M6. Eclipse 3.0M7 requires MyEclipse 3.7 GA.
-
AuthorPosts