Unfortunately, that didn't work..here's the extract from my pom
file...Would upgrading to 1.7.1 fix this problem? 

Thanks

<plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <version>1.3</version>
        <configuration>
        <tasks>
                 <sshexec host="gbi-test" username="Administrator"
password="Gbi123Test123" trust="true" command="\dev\install.exe -i
silent" failonerror="true"      outputproperty="installprogress"/>
                <echo message="Commencing installation ..."/>
                <echo message="${installprogress}"/>
        </tasks>
         </configuration>
        

-----Original Message-----
From: L. J. [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2008 6:29 PM
To: Maven Users List
Subject: Re: Ant-based Mojos using Ant 1.6.5

try specifying 1.3 in your maven-antrun-plugin if you are using it.

Thanks.

LJ

On Fri, Nov 7, 2008 at 12:23 PM, Edelson, Justin <
[EMAIL PROTECTED]> wrote:

> Currently, it seems that the support in Maven for writing plugins in 
> Ant uses Ant 1.6.5. Is there a plan to upgrade this to 1.7.1?
>
> I traced the depencency back to plexus-ant-factory, but it looks like 
> this component was deleted from Subversion about a month ago 
> (http://fisheye.codehaus.org/changelog/plexus/plexus-component-factori
> es 
> /trunk/plexus-ant-factory?cs=7731<http://fisheye.codehaus.org/changelo
> g/plexus/plexus-component-factories/trunk/plexus-ant-factory?cs=7731>
> ).
>
> Thanks,
>
> Justin Edelson
> VP, Platform Engineering
> MTV Networks Digital
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to