RE: Malformed error

2007-06-13 Thread Anderson, Rob (Global Trade)
- > From: arijit [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 8:32 AM > To: user@ant.apache.org > Subject: Re: Malformed error > > > oops... got the problem... \u in the line mentioned below.. > replaced it with \\u :) > > > arijit wrote: > >

Re: Malformed error

2007-06-13 Thread arijit
oops... got the problem... \u in the line mentioned below.. replaced it with \\u :) arijit wrote: > > Can anyone see any problem with this line ? > > UDDI4j_WSIGCP=%LIB_WSIGCP%\uddi4j-2.0.5.jar > > This line is present in the test.properties file. Now when I remove this > line, it works. I

Re: Malformed error

2007-06-13 Thread arijit
Can anyone see any problem with this line ? UDDI4j_WSIGCP=%LIB_WSIGCP%\uddi4j-2.0.5.jar This line is present in the test.properties file. Now when I remove this line, it works. I have written this line manually and not copy-paste arijit wrote: > > i was hoping that would be the case.. :( >

Re: Malformed error

2007-06-13 Thread Cesar Martinez Izquierdo
arijit wrote: > i was hoping that would be the case.. :( > > but I wrote the code manually instead of copy-paste but still the same > problem > > > Cesar Martinez Izquierdo-3 wrote: >> arijit wrote: >>> I am unable to detect why this code is throwing malformed exception. >>> >>> >>> >>> Error

Re: Malformed error

2007-06-13 Thread arijit
i was hoping that would be the case.. :( but I wrote the code manually instead of copy-paste but still the same problem Cesar Martinez Izquierdo-3 wrote: > > arijit wrote: >> I am unable to detect why this code is throwing malformed exception. >> >> >> >> Error shown is > >> java.lang

Re: Malformed error

2007-06-13 Thread Cesar Martinez Izquierdo
arijit wrote: > I am unable to detect why this code is throwing malformed exception. > > > > Error shown is > > java.lang.IllegalArgumentException: Malformed \u encoding. > > any clue ? I would say you have an strange hidden character in that line. Try deleting the whole line and writ