maven-ant-script and bash scripts

2006-10-05 Thread Chris Berry
Greetings, I need to call a bash script -- from an Ant script -- that I want to roll into a Maven plugin based on maven-ant-script. Sound convoluted ;-) It is, but this is the path of least resistance. I have an existing Ant build to convert. My question; Can one do this from maven-ant-script??

Re: maven-ant-script and bash scripts

2006-10-05 Thread dan tran
exec-maven-plugin ? On 10/5/06, Chris Berry [EMAIL PROTECTED] wrote: Greetings, I need to call a bash script -- from an Ant script -- that I want to roll into a Maven plugin based on maven-ant-script. Sound convoluted ;-) It is, but this is the path of least resistance. I have an existing

Re: maven-ant-script and bash scripts

2006-10-05 Thread Chris Berry
Thanks Dan. The maven-exec plugin would work to call a script, and could actually solve my problem. But it doesn't really answer the fundamental problem with the maven-ant-script plugin, which works out of a JAR, and thus, just isn't flexible enough. It really needs to unpack the JAR (or pieces