I'm assuming you tried whenempty="create" ?
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it, or disclose it
to anyone else. If you r
End needs to be strictly greater than begin. Change end to 2 and you
should be ok.
The contents of this e-mail are intended for the named addressee only. It
contains information that may be confidential. Unless you are the named
addressee or an authorized designee, you may not copy or use it,
Harry, put the parallel inside the sequential. They aren't a pair where
you would choose one or the other. The sequential task has hooks that
let the loop structure set the variable for you. Inside sequential, you
can access idx as @{idx} rather than the more usual ${idx}
Hi David,
It has to do with the procedures I'm trying to piggyback onto. The ant
target creates some required code review documentation. The goal is to
have the ant target fail, rather than having the commit fail as you
typically would with a pre-commit hook script (or a report as you might
wit
Hi All;
I'm trying to identify modified java files in an SVN working copy and
run checkstyle on these files. So far I've got a property with a list
of everything modified like:
/path/file1;/path/file2;/path/file3
It seems like I need something the opposite of pathconvert to turn this
p