Re: How to execute a perl script from maven ?

2008-07-18 Thread Russ Tremain
At 2:59 PM +0200 7/18/08, nicolas de loof wrote: >Right, but this requires perl to be available on every developer system. > >I was looking for a pure java solution. But maybe there is no Java >interpreter for Perl... > porting perl to the java-vm is a task no one has taken on. maybe later. howev

Re: How to execute a perl script from maven ?

2008-07-18 Thread nicolas de loof
Right, but this requires perl to be available on every developer system. I was looking for a pure java solution. But maybe there is no Java interpreter for Perl... 2008/7/18 Siegfried Goeschl <[EMAIL PROTECTED]>: > Hi Nicolas, > > have you seen http://mojo.codehaus.org/exec-maven-plugin/exec-m

Re: How to execute a perl script from maven ?

2008-07-18 Thread Siegfried Goeschl
Hi Nicolas, have you seen http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html ?! Cheers, Siegfried Goeschl nicolas de loof wrote: Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating the p

How to execute a perl script from maven ?

2008-07-18 Thread nicolas de loof
Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating the perl script to another language is not an option as it is allready very complex ... Nicolas