Re: Malformed \uxxxx encoding in propertyfile task - \u in propertyfile

2013-06-18 Thread Michael Niemand
t; on property files, see java.util.Properties load(Reader reader) at > http://docs.oracle.com/javase/7/docs/api/ > > Peter West > > "And all ate and were satisfied." > > On 11/06/2013, at 11:30 PM, Michael Niemand > wrote: > > > Dear Ant-users, > > &g

Malformed \uxxxx encoding in propertyfile task - \u in propertyfile

2013-06-11 Thread Michael Niemand
Dear Ant-users, I get the error below with an Ant skript I wrote. I already did some googling and found out, that the problem lies with strings containing \u, which happens under Windows because of the directory separator. I changed all those to / but the error remains. There are definitely no r

Re: basedir setting not working?

2013-04-18 Thread Michael Niemand
Ok, nevermind, I've found the problem. In the ant script I call the other ant script, I set the "dir" property to location A, so the basedir is taken from there ... On Thu, Apr 18, 2013 at 1:07 PM, Michael Niemand wrote: > Thanks Jan, > > I check out the project

Re: basedir setting not working?

2013-04-18 Thread Michael Niemand
edir is > set, > the system properties aren't populates as Ant properties. > (Also I would not do that because can't be sure from where a user is > calling > the buildfile with strange site effects ... think of a "ant clean" in your > home dir?) > > &g

basedir setting not working?

2013-04-17 Thread Michael Niemand
Hi folks, my basedir setting doesnt seem to work. I have the same project I check out to two different locations. in the second project the basedir setting doesnt seem to work. Here's what I do: The result is always: [echo] *** what's considered basedir before setting it: M:\pa