, 2004 5:11 PM
> To: [EMAIL PROTECTED]
> Subject: RE: scm:checkout-project overrides command line
> parameters when project.xml exists
>
> Hi,
>
> My recent patch has broken the scm plugin. I'll take a look
> ASAP but please be sure not to include it in 1.0.2.
>
Looks good, just check you still get prompted for the values when running from a
directory with no project.xml.
A better Jelly expression would be:
${!empty(context.getVariable('...'))} I think. That should test both null and
not 0 length.
- Brett
Quoting Carlos Sanchez <[EMAIL PROTECTED]>:
> H