• 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: 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

  • Follow-Ups:
    • Re: No "--" in comments: something new in Java, Project Builder or WO ?
      • From: Johan Henselmans <email@hidden>
References: 
 >No "--" in comments: something new in Java, Project Builder or WO ? (From: Jaime Magiera <email@hidden>)

  • Prev by Date: Re: create Installer for WebObjects Application
  • Next by Date: Re: create Installer for WebObjects Application
  • Previous by thread: 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