Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Wendy Smoak
On 1/20/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: the Tobago plugin instatiates the apt classes (if fork=true then it uses apt from command line), and then invokes the compile method, so the classpath must be the same classpath that the plugin is running under. Thanks for catching this on

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Musachy Barroso
the Tobago plugin instatiates the apt classes (if fork=true then it uses apt from command line), and then invokes the compile method, so the classpath must be the same classpath that the plugin is running under. Here is a link to the mojo class, in case you want to check it out: http://svn.apach

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Wendy Smoak
On 1/20/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Under core: $ mvn -Dmaven.test.skip=true compile ... [INFO] [compiler:compile] Compiling 401 source files to /home/musachy/dev/struts/core/target/classes [INFO] [apt:execute {execution: default}] warning: Specified AnnotationProcessorFact

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Musachy Barroso
under annotations: $ mvn clean install works fine. Under core: $ mvn -Dmaven.test.skip=true compile [INFO] Scanning for projects... [INFO] snapshot org.apache.struts:struts-annotations:1.0-SNAPSHOT: checking for updates from snapshots-maven-codehaus [INFO] snapshot org.apache.struts:struts-a

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Wendy Smoak
On 1/20/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: What do I need to do to compile? Apt keeps complaining that it cannot find the processor factory (that's inside the annotations jar). My maven knowledge nears zero :) Try building struts-annotations locally, then building struts 2. If that

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Musachy Barroso
What do I need to do to compile? Apt keeps complaining that it cannot find the processor factory (that's inside the annotations jar). My maven knowledge nears zero :) musachy On 1/20/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: Unfortunately, I think Struts 2.0.3 needs one more try. I've modifi

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Wendy Smoak
On 1/20/07, Ted Husted <[EMAIL PROTECTED]> wrote: At this point, I think we should let Struts 2.0.3 lie. If we need to roll a Stuts 2.0.4 to go past beta, because of the Struts Annotation tagging, then so be it. But, in the meantime, perhaps we can get some people to take 2.0.3 for a spin to see

Re: Struts 2.0.3 and struts-annotations

2007-01-20 Thread Ted Husted
I'm on my way out of town, and I won't be able to run another release for at least a week. At this point, I think we should let Struts 2.0.3 lie. If we need to roll a Stuts 2.0.4 to go past beta, because of the Struts Annotation tagging, then so be it. But, in the meantime, perhaps we can get som

Struts 2.0.3 and struts-annotations

2007-01-19 Thread Wendy Smoak
Unfortunately, I think Struts 2.0.3 needs one more try. I've modified struts2/core/pom.xml to declare struts-annotations as a build extension rather than a compile-time dependency [1]. In addition, struts-annotations needs to be tagged and released with a non-snapshot version number. (And core/