Ulrich,
I tried you suggestion but it did not work. Also it not consistent
sometimes I can exit and restart and the docs are available other times they
disappear and I have to manually reset the javadoc locations.
J.R.
-----Original Message-----
From: Ulrich Köster [mailto:ulric..bjectstyle.org]
Sent: Wednesday, March 19, 2003 12:05 PM
To: JR Ruggentaler
Cc: woproject-de..bjectstyle.org
Subject: Re: JavaDoc for included JARs
Hi JR,
at the first look this seems to be a bug in Eclipse:
Try to modify your .classpath:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaJDBCAdaptor.framework/Resource
s/Java/javajdbcadaptor.jar"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaWebObjects.framework/Resources
/Java/javawebobjects.jar"
javadoc="file:///Developer/Documentation/WebObjects/Reference/API/index.html
"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaEOControl.framework/Resources/
Java/javaeocontrol.jar"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaEOAccess.framework/Resources/J
ava/javaeoaccess.jar"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaWOExtensions.framework/Resourc
es/Java/JavaWOExtensions.jar"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaFoundation.framework/Resources
/Java/javafoundation.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
<classpathentry kind="var"
path="NEXT_SYSTEM_ROOT/Library/Frameworks/JavaXML.framework/Resources/Java/j
avaxml.jar"/>
<classpathentry kind="var"
path="NEXT_LOCAL_ROOT/Library/Frameworks/PostgresqlPlugIn.framework/Versions
/A/Resources/Java/PostgresqlPlugIn.jar"/>
<classpathentry kind="src" path="/org.postgresql"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Ulrich
Am Mittwoch, 19.03.03 um 18:09 Uhr schrieb JR Ruggentaler:
I set the JavaDoc location
(file:/C:/Apple/Developer/Documentation/WebObjects/Reference/API/) to the WO
JARs in my project to use Eclipse context sensitive help. When I exit and
restart Eclipse the JavaDoc path for the WO JARs disappear. Where are these
settings stored and does WOLips have anything to do with their disappearance
or is this and eclipse issue?
J.R.
This archive was generated by hypermail 2.0.0 : Wed Mar 19 2003 - 19:05:29 EST