pointing to javadoc using classpath variables [message #251739] |
Fri, 29 February 2008 16:03 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03773 seconds