I am totally stuck with a very simple problem where all the solutions I have tried didn't work.
I developped an EJB packages for an app under package org.TechAdvantage.intranet.ejb.cmp
All is good, works perfectly.
I am now developping another app that needs a class under this package hierarchy.
But I am getting this error :
[ejbdoclet] 6418 [main] ERROR XDocletMain.start - <<The Bean class is needed but not found in Xdoclet source path for interface org.TechAdvantage.intranet.ejb.cmp.PersonneLocal>>
[ejbdoclet] file:/users/vol1/gardais/qualite/beans/build.xml:69: XDoclet failed.
[ejbdoclet] at xdoclet.DocletTask.start(DocletTask.java:461)
[ejbdoclet] at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:95)
I know, you're gonna tell me "fix your classpath, it will work"
I did so !
I've tried all the way, adding the jar file containing the class in the system classpath, it fails.
I modified the <path> element I use as a classpathref for my doclet tasks, it fails to.
It looks like xdoclet don't want to find the class !
the project I am developping is under $HOME/qualite/beans and the needed-class under $HOME/eclipse/workspace/Scheduler/build.
Does Xdoclet is retricted to the basedir of the project ?
Is there a way to display the classpath that a task use in order to check if the needed paths are inside ?
thanks, I am really lost and I don;t know why !
ionel
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
