----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 11:52 Subject: RE: [PROPOSE] task parameters that are only supplied when a property is defined
> You're welcome. Trouble is, I'm brand new to ant-dev, I'm not a committer, > and none of the committers or people with influence about the direction of > ANT have said anything about this, so it does not augur well about this > proposal being ever considered... > > The build properties can > be factored in a property file, but the Java properties to pass in to <java> > and <junit> cannot! All tasks that run a Java class should support some kind > of <propertyset> or <syspropertyset>. they do already: <java> <sysproperty file= ... /> </java> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
