Hi Ara, > So I added commons-collections 2.1 to my dependencies. The > error don't go > away. :-( > Where should I put this missing dependeny? Any ideas? > > Thx for your efforts and help. >
If you add <properties> <classpath>root</classpath> </properties> into the plugins project descriptor to each depenceny you avoid this crash. I don't know if this is a common practice to solve the problem. :-/ But this leads to another problem; here a sipplet of my maven.log file: 2002-12-03 12:42:35,171 ERROR org.apache.commons.jelly.tags.ant.AntTag - Can't create a deploymentdescriptor element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the <taskdef> that defined ejbdoclet. Mhm. I have the plugin deps filled and I have the dependencies into my own project descriptor. Similar warning are thrown for the following subtasks: - entitycmp - entitybmp - entitypk - homeinterface - jboss - localhomeinterface - localinterface - remoteinteface - session - utilobject Any ideas? What's missing in classpath? The ejbdoclet task starts now but slightly ignores any configuration and generate nothing. Bye Toby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
