To clarify, what I would ideally like is for the user to select from a list of available projects using <selectParamater> and then, based on their selection, dynamically set <trunkURL> as well as the username, pw and db that the associated <nant> task uses for compilation of files. Is that possible?
On Apr 27, 11:52 am, Mike M <[email protected]> wrote: > Is it possible to use additional dynamic parameters in a > <selectParameter> statement? For example, in the following code is it > possible to also set the username, password and database details to be > used in the <buildArgs> of a <nant> task? > > <selectParameter name="BuildType"> > <description>The type of build to perform.</description> > <allowedValues> > <value name="Development">build</value> > > <!-- Set dynamic parameters for nant task?? --> > > <value name="Acceptance">acceptance</value> > <value name="Production">production</value> > </allowedValues> > </selectParameter> > > -- > Subscription > settings:http://groups.google.com/group/ccnet-user/subscribe?hl=en
