On Wed, 5 Dec 2001, Ed Mangual <[EMAIL PROTECTED]> wrote:

> Thanks Frank
>  
> Tried the following, but still got the same error as in my prior
> email.
>  
>                         <exec dir="${afi.packaging.work}"
> executable="signtool" failonerror="true">
>                                     <arg value="-d${nshome}"/>
>                                     <arg value="-c9"/>
>                                     <arg value="-k${nscert}"/>
>                                     <arg value="--verbosity -1"/>
>                                     <arg value="-Z ${archive}.jar"/>
>                                     <arg value="-e.class"/>
>                                     <arg value="-e.properties"/>
>                                     <arg value="."/>             
>                         </exec>

This should probably work.  Are you really getting exactly the same
error?  I ask, as

org.apache.tools.ant.types.Commandline$Argument.setLine(Commandline.java

will never be invoked by the above construct.

Stefan

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

Reply via email to