Making links to my classes relatives !!!!!!!!

Hello,

I'm using Javadoc to generate the doc of my classes in a filesystem but the links between them (not the ones of Sun) are as follows :

file:///E:/Projects/Websphere/spec/manuel%20ejb%20transfo/VeryLatest/Sources/Latest/doc/api/com/axway/xis/ejb/AsynchronousTransformationHome.html

and I would like them to be RELATIVE ... to be part of a file structure do/api to be delivered as a .zip file not reflecting my own file system structure.

Is there anybody who knows how to do ?

I've tried several javadoc options with no success.

Thanks.

PS: the Javadoc command is :

javadoc -sourcepath src -d doc/api -classpath lib/ejb.jar;lib/xerces.jar -author -version -windowtitle "Application Server Adapter : EJB de transformation" -bottom "Copyright © 2002 Axway Software." -linkoffline http://java.sun.com/j2se/1.3/docs/api package-list/j2se/1.3 -linkoffline http://java.sun.com/j2ee/sdk_1.3/techdocs/api package-list/j2ee/1.3 com.axway.xis.business com.axway.xis.ejb com.axway.xis.exception com.sopra.etalk.lqs

Pierre-Yves FOURMOND

Axway Software. a Sopra Group Company

Direction Edition de Progiciels

EAI - R&D XTalk

Puteaux 2 - Bureau n204

pyfourmond@axway.com

Tel : 01 47 17 22 55

Fax: 01 47 17 24 25

[1329 byte] By [pyfourmond] at [2007-9-26 19:37:49]
# 1

Where are you seeing file:///E:/Projects/Websphere/spec/manuel%20ejb%20transfo/VeryLatest/Sources/Latest/doc/api/com/axway/xis/ejb/ AsynchronousTransformationHome.html?

I have looked at the documentation that I have generated and in the browser I get a similar URL but in the source for the page I get the equivelent of com/axway/xis/ejb/ AsynchronousTransformationHome.html

The A HREF values are all relative to the current directory of the file being viewed.

teifion at 2007-7-3 12:27:10 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
I have also found the links to be relative already.
smh3r at 2007-7-3 12:27:10 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3

As the two developers have indicated, all *internal* links that Javadoc creates are always relative. It does this for the greatest flexibility. There is no option or means to make them absolute.

If that's not the case, please indicate the filename of the page where you see the absolute link you specified.

-Doug Kramer

Javadoc team

dkramer at 2007-7-3 12:27:10 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...