No "--" in comments: something new in Java, Project Builder or WO ?
No "--" in comments: something new in Java, Project Builder or WO ?
- Subject: No "--" in comments: something new in Java, Project Builder or WO ?
- From: Jaime Magiera <email@hidden>
- Date: Sat, 18 Jun 2005 23:15:13 -0400
After upgrading my dev environment with the latest XCode tools, I
started having problems when compiling my D2JC application (error
below). I check my code, but couldn't find any instances of this in
comments. I then checked any linked frameworks. Turns out almost
every class in JCAuthentication.framework has "--" in the comments. I
removed those, recompiled, and the problem disappeared.
Anyone know where this change is coming from?
thanks,
Jaime
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.
java.lang.IllegalStateException: Server exception: The string "--" is
not permitted within comments.
at
com.webobjects.eodistribution.client.EODistributedObjectStore._checkRetu
rnValuesForExceptions(EODistributedObjectStore.java:569)
at
com.webobjects.eodistribution.client.EODistributedObjectStore.invokeStat
elessRemoteMethodWithKeyPath(EODistributedObjectStore.java:1102)
at
com.webobjects.eogeneration.client._EORemoteXMLProvider._provideXMLs
(_EORemoteXMLProvider.java:30)
at
com.webobjects.eogeneration.EOControllerFactory._concreteEvaluateMultipl
eRules(EOControllerFactory.java:395)
at
com.webobjects.eogeneration.EOControllerFactory._evaluateMultipleRules
(EOControllerFactory.java:496)
at
com.webobjects.eogeneration.EOControllerFactory._concreteGenerateSpecifi
cationsAndActions(EOControllerFactory.java:561)
at
com.webobjects.eogeneration.EOControllerFactory._defaultSpecifications
(EOControllerFactory.java:627)
at
com.webobjects.eogeneration.EOControllerFactory._activateDefaultControll
ers(EOControllerFactory.java:772)
at
com.webobjects.eogeneration.EOControllerFactory.activateDefaultControlle
rs(EOControllerFactory.java:789)
at
com.webobjects.eogeneration.EODynamicApplication.finishInitialization
(EODynamicApplication.java:107)
at com.webobjects.eoapplication.EOApplication$1.run
(EOApplication.java:512)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:
178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
_______________________________________________
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