On the annotations project but a different topic, I have a patch to make the annotation processor use reflection to discover the annotations on compiled classes, so people extending the S2 tags can generate their tlds in the same way. We would also need this when the ajax tags are refactored into its own plugin.

thanks
musachy

Wendy Smoak wrote:
On 1/21/07, Rene Gielen <[EMAIL PROTECTED]> wrote:

A little late, but:
I added a short description to the struts-annotations pom.

Not late, and thanks. :)

Since it was a single module, I tried out the Maven release plugin--
mvn release:prepare worked fine, [1] but I couldn't get
release:perform to cooperate with the gpg plugin.  (Just found the
docs, I needed a profile in settings.xml, not a property on the
command line...)

I did manage to overwrite the struts.apache.org/2.x site because
<distributionManagement><site> was wrong in pom.xml, but I
re-published ( "mvn site-deploy -Pall" ) from struts2/trunk so it
should be fine.

The tag is here:
http://svn.apache.org/repos/asf/struts/maven/tags/STRUTS_ANNOTATIONS_1_0_0/

And the repo is staged here:
http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/

To try it out, temporarily add a repository to your pom.xml or
settings.xml, and change the struts-annotations dependency version
number.

<repository>
<id>struts-annotations-100-staging</id>
<name>Struts Annotations 1.0.0 Staging Repository</name>
<url>http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/</url>
</repository>

[1] with the exception of making too many changes to the pom, but I
think that's fixed in svn.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to