-
> 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:
> >
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
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.. :(
>
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
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
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