Re: [jelly] [latka] Plugin for Maven

2002-12-12 Thread dion
Morgan Delagrange <[EMAIL PROTECTED]> wrote on 13/12/2002 03:44:26 AM: > This is pretty cool. I assume it uses the latest, > Jelly-driven version of Latka? The new code seems > pretty stable, but it could use more testing. :) Yep, using a snapshot of Latka I built when I made the plugin. There

Re: [latka] Plugin for Maven

2002-12-12 Thread Morgan Delagrange
This is pretty cool. I assume it uses the latest, Jelly-driven version of Latka? The new code seems pretty stable, but it could use more testing. On a side note, the old Latka implementation automatically checked to make sure all variables were defined. We can't do that in quite the same way

[latka] Plugin for Maven

2002-12-08 Thread dion
I've added the beginnings of a Latka plugin to Maven. See http://jakarta.apache.org/turbine/maven/reference/plugins/latka/ for the home page. Currently all the plugin does is execute any scripts found in ${maven.latka.src.dir} which defaults to src/test/latka that have the file suffix ".latka"