{m1} running java from maven.xml

2007-01-16 Thread Toby Weston
Hi Folks, I've writen a POJO to do something useful and wanted to use it as part of my build. So I thought I'd try and kick it off form the maven.xml. So, I did something similar to this; But I get ClassNotFoundExcep

Re: users Digest 12 Jan 2007 17:31:53 -0000 Issue 3012

2007-01-14 Thread Toby Weston
x27;t need to convert javadoc to xdoc. The javadoc plugin generate the javadoc and it will be part of the generate site. Emmanuel Toby Weston a écrit : > Hi Folks, > > I could use a JavaDoc to xdoc plugin, is there one around? either for m1 or > m2? I'd like to splice my javadoc i

JavaDoc to xdoc plugin?

2007-01-12 Thread Toby Weston
Hi Folks, I could use a JavaDoc to xdoc plugin, is there one around? either for m1 or m2? I'd like to splice my javadoc into a xdoc page and then publish it as part of the site generated by maven. Thanks, -- Toby

Re: [M1] AspectJ with two source trees

2006-11-02 Thread Toby Weston
Yep, with no joy. I'm sure I'm missing something as it seems to use both source directories (ie, if I have just the testing one, it'll complain that class files from the other location do not exist). Thanks, Toby On 01/11/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Did you try the goal : as

[M1] AspectJ with two source trees (main/src & main/test)

2006-11-01 Thread Toby Weston
Hi Folks, Was hoping someone could give me a pointer with a problem I'm having with the aspectj plugin... I've got my source code under main/src and the unit tests under main/test, however I can't get aspectj compiling both. I added this to my project.xml hoping it would pick up both, but it doe