I am experiencing a very strange problem with my ejbdoclet task. At the command prompt, I can execute the Ant build without any difficulty. However, inside of IDEA, I get the following error while executing the task:
Cannot find doclet class xdoclet.DocletTask$DocletMain Note that it is not complainging that it can't find the DocletTask class. The <taskdef> executes without any problem. Matter of fact, I can use the <available> task to determine that the xdoclet classes are indeed visible to Ant. I have printed out the ant variables representing the Java classpath and the classpath that is passed to the taskdef, and they are identical in both the IDEA-invoked build and from the command-line. I have seen posts from others that appear to be using ejbdoclet inside of IDEA. Any pointers? _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
