Re: Basic Question
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Xcode runs a small server on a fixed port. There is an xml-based protocol that it uses to pass around information -- For instance, it can ask the current projects, their webserverresources, resources, etc. It can command Xcode to open a file and go to a particular line number as well (this is how the exception web page works, if you've ever wondered). WOLips does implement some of this protocol, but it's really annoying to make it behave the same way Xcode does (obviously no docs, so it's a lot of wandering around in the dark). We only PARTIALLY implement the protocol, but it's been sitting for a while, so I'm not sure what does and doesn't work at the moment ... > You will see something like this in the app log when you launch it > from Xcode: > snip > > Eclipse will give you this: > snip