Hi,
We are holding our .classpath and .project in source control.
I’m testing myeclipse as an alternative to WSAD.
The thing is the xdoclet-build.xml has
<pathelement location="C:\..."
These paths will work only for me since my colleague might have it on D:\.. or X:\.. etc.
I think you should add support for paths based on variables preferably based on Eclipse class-path variables.
In the current situation I can’t add the xdoclet-build.xml to source control meaning changes must be done for every programmer manually.