You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2002/05/07 15:15:21 UTC

and JDK 1.2

After Matt's report that he failed to bootstrap with JDK 1.2, I've
installed it on my box to see whether there might by any other
problems lingering around - there certainly were.

One problem I've found right now is that the testEchoToLog testcase
for <echoproperty> fails as it expects "test.property=is set" but gets
"test.property=is\ set".  It is Properties#store escaping the spaces
in values.

Right now I'm simply planning to use a test-value without spaces to
make the test pass. 

If Ingmar and Matt are rewriting the output methods, this may be
something they may want to deal with inside of Ant, (i.e. not-using
Properties#store at all) - just an idea.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: and JDK 1.2

Posted by Ingmar J Stein <st...@xtramind.com>.
> If Ingmar and Matt are rewriting the output methods, this may be
> something they may want to deal with inside of Ant, (i.e. not-using
> Properties#store at all) - just an idea.

I would like to stick to Properties#store as it's the preferred way
to save a properties list. The escaping is really just a thing that
has to be addressed in the test case.

So, please merge your changes with my patches, Stefan :-)

Cheers,
Ingmar


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>