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: Johan Henselmans <email@hidden>
- Date: Mon, 20 Jun 2005 10:03:51 +0200
On 19-jun-2005, at 9:20, Michael Holtermann wrote:
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:
40netsense.nl
This email sent to email@hidden
Does that include html files? I encountered the same error, and i
checked the frameworks and files associated with them that were not
Apples's with
find ./ -name "*" -exec grep -H -i -- '--' {} \;
and all it came up with were html files that included some commented
code.
Best Regards,
Johan Henselmans
_______________________________________________
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