A lot of our build.xmls contain things like this, where “ls -l /tmp” is just
some arbitrary command:
ls -l /tmp
When you run this (with verbosity on), you get the output of ls. So far so
good.
What you *don’t* get is what command just ran. In this case, we do not see
“ls -l /t
I haven't run a test yet, but would it be faster, for a large fileset,
to run vs. running over a samba network share for windows
to linux?
Hello,
Having an problem updating the value of in a property file and
retaining the format. For example i have the following
stuff.properties:
test1 =aaa
test2 =bbb
test3 =ccc
I run the following:
I get the following:
test1 =aaa
test2=