Can any one tell me why this target hangs on the last row of execution.
signtool is Netscape's signing tool it asks for the password before completing
signing and just before that it hangs.
Is there any other way to do this?
<target name="sign">
<exec dir="." executable="cmd.exe">
<arg line='/c signtool -k "key" -d . -Z "${jar_file}" "${source}"'/>
</exec>
</target>
//thanks
-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 28, 2002 8:20 AM
To: Ant Developers List
Subject: Re: Build problem
--- "Boro Nikic (QMP)" <[EMAIL PROTECTED]> wrote:
> My ant builds all the files all the time.
> Is that a normal behavior?
> If not what could be wrong?
See if this answers things for you:
http://jakarta.apache.org/ant/faq.html#always-recompiles
If not, try sending mail again, but try to include a bit more detail in
what the problem actually is.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>