On Fri, 25 Apr 2008, Peter Reilly <[EMAIL PROTECTED]> wrote:
> This is due to: [au:antunit] Build File:
> /srv/gump/public/workspace/ant/src/tests/antunit/types/scriptcondition-test.xml
BSF didn't build and the test is still executed. "All we need to do"
is to detect the absence of BSF or javax.
I think I was going to revert these... in fact, I
thought I already did it. :(
-Matt
--- Peter Reilly <[EMAIL PROTECTED]> wrote:
> This is due to:
> [au:antunit] Build File:
>
/srv/gump/public/workspace/ant/src/tests/antunit/types/scriptcondition-test.xml
> [au:antunit] Tests run: 16, Failures:
This is due to:
[au:antunit] Build File:
/srv/gump/public/workspace/ant/src/tests/antunit/types/scriptcondition-test.xml
[au:antunit] Tests run: 16, Failures: 0, Errors: 14, Time elapsed: 0.316 sec
[au:antunit] Target: testBeanshellReturnTrue caused an ERROR
[au:antunit]at line 100, column 42
We have a task in ANT to update propertyfile with format like
And this can change the pattern in property file, now I do not want to
change/update property file but still I want that, if the value of key is 1
lets say proper.name=1 then my target should read it as "01" and NOT "1".
Now ca