• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: No "--" in comments: something new in Java, Project Builder or WO ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >No "--" in comments: something new in Java, Project Builder or WO ? (From: Jaime Magiera <email@hidden>)
 >Re: No "--" in comments: something new in Java, Project Builder or WO ? (From: Michael Holtermann <email@hidden>)

  • Prev by Date: When a ssesion is created?
  • Next by Date: Re: No "--" in comments: something new in Java, Project Builder or WO ?
  • Previous by thread: Re: No "--" in comments: something new in Java, Project Builder or WO ?
  • Next by thread: Re: No "--" in comments: something new in Java, Project Builder or WO ?
  • Index(es):
    • Date
    • Thread