+1

--jason


On 3/11/07, Jason Dillon <[EMAIL PROTECTED]> 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