xdoclet-build.xml contains references like:
<pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/rt.jar”/>
<pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar”/>
<pathelement location=”C:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar”/>
…
<pathelement location=”C:/java/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.5.1/data/libraryset/1.3/javax.servlet.jar”/>
Theses references cause many problems when you want to share your project with another user. You have to update the references to relfect the user’s paths.
I think that my eclipse should compute these values at runtime and pass them to ant as needed.