When using the “MyEclipse-Xdoclet” Property view to generate the xdoclet-config.xml file, wrong pathelements in the Ant script are produced for jars added using “Add Jars” (jars relative to workspace) in the projects Build path.
The generated pathelements are all relative to the root of the filesystem, instead of relative to the workspace root for these jars, and XDoclet is giving me a warning due to incomplete classpath.
This problem does not occur when using “Add external jars”, as these are always relative to the root of the filesystem.
Running on Eclipse 2.1.2RC2 and MyEclipse 2.6.3 on Linux.