Re: No "--" in comments: something new in Java, Project Builder or WO ?
Re: No "--" in comments: something new in Java, Project Builder or WO ?
- Subject: Re: No "--" in comments: something new in Java, Project Builder or WO ?
- From: Michael Holtermann <email@hidden>
- Date: Sun, 19 Jun 2005 09:20:21 +0200
Am Sonntag, 19. Juni 2005 05:15 schrieb Jaime Magiera:
> 2005-06-18 22:38:17.800 Xcode[416] updateProject:checkOnly:
> apple.awt.EventQueueExceptionHandler Caught Throwable :
> java.lang.IllegalStateException: Server exception: The string "--" is
> not permitted within comments.
That's an error in a XML-file. In XML it's not allowed to have a comment like
this:
<?xml version="1.0" encoding="utf-8"?>
<root>
<!-- Now some nodes -- maybe with content -->
<!-- ^^ this will cause a parser error -->
<node />
</root>
So, check your files.
Greetings, Michael.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden