Re: Generic Build failed errors
Re: Generic Build failed errors
- Subject: Re: Generic Build failed errors
- From: Scott Tooker <email@hidden>
- Date: Mon, 10 Nov 2003 13:44:15 -0800
Does the build results window (shift-cmd-B) show anything?
Scott
On Nov 10, 2003, at 12:07 PM, Ricky Sharp wrote:
> I needed to do some experimentation with some java code, so I started
> with the Java Tool project template and after compiling up the
> following lines in my main:
>
> String originalString = new String ("Hello World!" );
> byte[] encodedBytes = originalString.getBytes( "ISO-8859-1" );
>
> I always get a Build failed (1 error) displayed in the project window.
> The Errors and Warnings group is dimmed and doesn't contain anything.
>
> AFAIK, getBytes that takes a String parameter is a valid API and has
> existed since JDK 1.1. If I change the second line to:
>
> byte[] encodedBytes = originalString.getBytes();
>
> I no longer get the build failed message and the tool runs.
>
> If I type in complete nonsense and compile, I only ever get the
> generic error.
>
> What could cause Xcode to only spit out only this generic error and
> not give me any type of details on why it is failing? This is a clean
> install of the 1.0 version of Xcode as shipped with Panther 7B85, then
> updated to version 1.0.1 via software update.
>
> Thanks,
>
> Rick Sharp
> Instant Interactive(tm)
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.