----- Original Message ----- From: "Joshua Allen" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, November 27, 2002 14:46 Subject: bug report - <genkey>
> The <genkey> task does not expand property values. > <genkey alias="${keystorealias}" keystore="${keystore}" storepass="${keystorepassword}" keypass="${keypassword}" verbose="true"> > > Will substitite ${keystorealias} for the alias instead of whatever the property value is. I think you may have left keystorealias unassigned. conversion from ${propname} to a value in any attribute assingment is done by ant, not the individual tasks, so this is situation is pretty much impossible. It does happen in element bodies, which we fix whenever we notice. -steve -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>