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

