Hi there,

this is my first posting to this list, so please take this into consideration when I might drop a clanger ;)

I'm also new to xdoclet2 and I found it very interesting. For my evaluation I have written three new plugin classes (two creating Java code and one creating xml). The next step would be to integrate these plugins into my ant build procedure for automation and integration into a nightly build. However I always run into a

BUILD FAILED
..\build\ant\xdoclet.xml:31: org.picocontainer.PicoInitializationException

The exception doesn't state anything more than the line above. I'm a little lost on this now and therefore request some help.

I have more or less copied (the really rudimentary) example from the 2 minutes tutorial:

...
       <taskdef name="xdoclet" classname="org.xdoclet.ant.XDocletTask"
           classpathref="xdoclet.task.classpath" />

       <xdoclet>
           <!-- defines the file handled by xdoclet2 -->
           <fileset dir="src/test">
               <include name="**/Input.java" />
           </fileset>

           <!-- defines the processing of a plugin -->
           <component classname="com.lionbioscience.codegen.TestPlugin"
               destdir="${module.build.dir}/codegen" />
       </xdoclet>

Any comments appreciated...

Cheers,
Karsten Klein

--
Karsten Klein                        LION bioscience Ltd.
Principal Software Architect         St Andrews House
[EMAIL PROTECTED]     St Andrews Road
+49 6221 4038384                     Cambridge, CB4 1DL
+49 179 4815959                      United Kingdom

--

PRIVACY & CONFIDENTIALITY NOTICE
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Any attachment - if any - to this message has been checked for viruses, but please rely on your own virus checker and procedures, as we do not bear any responsibility and/or liability for damages resulting in this regard or connected therewith.


Reply via email to