Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » pointing to javadoc using classpath variables
pointing to javadoc using classpath variables [message #251739] Fri, 29 February 2008 16:03
Eclipse UserFriend
hi - i'm trying to develop a .classpath file for use by my team and wanted
to provide it with pre-canned links to
javadoc for specific jars

have a classpath variable which points the relevant product's home
directory
XXX_HOME=C:/Program Files/XXX

a typic classpathentry currently looks like this

<classpathentry kind="var" path="XXX_HOME/java/lib/com.xxx.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Program
Files/XXX/java/doc/XXXClasses/"/>
</attributes>
</classpathentry>

my question is ...
is there a way i can write the javadoc_location attribute in such a way so
it uses the classpath variable..?

i guess what I'm saying is I'd like to refer to it something like...

<attribute kind="var" name="javadoc_location"
value="XXX_HOME/java/doc/XXXClasses/"/>

this would allow the .classpath to work independently of where the team
member had installed product XXX

Is this possible? all docs i've seen seem to imply the value has to be a
fully qualified url

all suggestions greatfully received

John Kelly
Previous Topic:Howto use AST to declare a local variable
Next Topic:Tracking Renames
Goto Forum:
  


Current Time: Wed Jun 04 21:44:20 EDT 2025

Powered by FUDForum. Page generated in 0.03773 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top