Re: Xcode 2.2 Error reporting

2005-11-21 Thread David Griffith
Thank you Lachlan, and thank you too Helge for your less than useful response. All the same, yes I suppose I should have taken the question to the Xcode list. Sorry about that. Regards, David. On 18 Nov 2005, at 03:06, Lachlan Deck wrote: Hi there, On 18/11/2005, at 1:43 AM, Helge Sta

Re: Xcode 2.2 Error reporting

2005-11-18 Thread Cliff Tuel
> if I can ask something, even if it isn't the "usual" way, at least > you're saying Xcode engineering team is responding on the Xcode > mailing list, so what about the WebObject team? can't they answer on > this mailing list too? They do! You're just not recognizing the names, and they don't alw

Re: Xcode 2.2 Error reporting

2005-11-18 Thread Dev WO
Hi Cliff, if I can ask something, even if it isn't the "usual" way, at least you're saying Xcode engineering team is responding on the Xcode mailing list, so what about the WebObject team? can't they answer on this mailing list too? since WWDC05 it has been a pain to work with the latest dev

Re: Xcode 2.2 Error reporting

2005-11-17 Thread Lachlan Deck
Hi there, On 18/11/2005, at 1:43 AM, Helge Staedtler wrote: Have you tried to throw away your prefs for xCode before ranting all over the place? The below reported problem exists with Xcode 2.2 - and I made sure by removing all developer prefs, reinstalling index templates and so on. Yo

Re: Xcode 2.2 Error reporting

2005-11-17 Thread Cliff Tuel
We have a great resource for Xcode questions: Many of the Xcode issues being raised on this list have already been discussed there, with responses from the Xcode engineering team. -- Cliff Tuel . http://apple.com/services/technicalsupport

Re: Xcode 2.2 Error reporting

2005-11-17 Thread Helge Staedtler
Have you tried to throw away your prefs for xCode before ranting all over the place? regards, helge Am 17.11.2005 11:22 Uhr schrieb "David Griffith" unter <[EMAIL PROTECTED]>: > I've installed Xcode 2.2 and now I just get: > > Command /Developer/Private/jam failed with exit code 1 > > instea

Re: Xcode 2.2 Error reporting

2005-11-17 Thread David Griffith
You're kidding. Is there no way to get a more detailed description? This could cost hours of time. Dave. On 17 Nov 2005, at 11:38, Tonny Staunsbrink wrote: I don't think so, this seems to be the new way Xcode handles Java build errors. On Nov 17, 2005, at 11:22 AM, David Griffith wrote

Re: Xcode 2.2 Error reporting

2005-11-17 Thread Tonny Staunsbrink
I don't think so, this seems to be the new way Xcode handles Java build errors. On Nov 17, 2005, at 11:22 AM, David Griffith wrote: I've installed Xcode 2.2 and now I just get: Command /Developer/Private/jam failed with exit code 1 instead of the more useful compiler messages I used to get

Xcode 2.2 Error reporting

2005-11-17 Thread David Griffith
I've installed Xcode 2.2 and now I just get: Command /Developer/Private/jam failed with exit code 1 instead of the more useful compiler messages I used to get before. This is if there is a compile error but it does indicate where in the code the error might be. Am I missing something? Re