+1 Don't know if I am allowed to vote! Jason, please check my mail about
possible error when using jarfilesets. It may just be that the example on
the site is incorrect. Other than that, I can vouch that I've tried this out
and it works nicely. The new tranlsate-project goal saves a fair bit of XML
from the pom because the build-helper plugin is no longer needed. Thanks to
Jason.

On 3/12/07, Kris Bravo <[EMAIL PROTECTED]> wrote:

+1

Kris

On Sun, 2007-03-11 at 13:02 -0700, Jason Dillon wrote:
> And... last one for today... ;-)
>
> I would like to release retrotranslator-maven-plugin 1.0-alpha-2.
>
> This version includes:
>
>   * Latest Retrotranslator v1.2.1 (big upgrade from last version
> which was using 1.0.8)
>   * New goals to translate Maven projects (translate-project and
> translate-war)
>   * Supports same fileset/jarfileset/dirset configuration as the Ant
> task
>
> Due to the last item, the configuration had to be changed again
> though... :-(  Basically since more than one fileset per-type can be
> configured, what used to be:
>
> ----8<----
> <fileset>
>      <basedir>${project.build.outputDirectory}</basedir>
>      <includes>
>          <include>**/*.class</include>
>      </includes>
> </fileset>
> ---->8----
>
> Is now:
>
> ----8<----
> <filesets>
>      <fileset>
>          <basedir>${project.build.outputDirectory}</basedir>
>          <includes>
>              <include>**/*.class</include>
>          </includes>
>      </fileset>
> </filesets>
> ---->8----
>
> I'm not terribly happy with all the XML required to configure it...
> but it works, and until I learn some new Maven magic to simplify the
> configuration I think its going to stay like this.  Anyways, this is
> still an alpha, so expect some configuration changes ;-)
>
> Also pending is setting up integration tests for this puppy, but I
> won't have time for that in the near future... and a few folks have
> expressed interest in a release, so hopefully alpha-3 will have
> integration tests.
>
> Site is here:
>
>      http://mojo.codehaus.org/retrotranslator-maven-plugin
>
> Latest snaps are here:
>
>      http://snapshots.repository.codehaus.org/org/codehaus/mojo/
> retrotranslator-maven-plugin/1.0-alpha-2-SNAPSHOT/
>
> --jason
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>


Reply via email to