Generic Build failed errors
Generic Build failed errors
- Subject: Generic Build failed errors
- From: Ricky Sharp <email@hidden>
- Date: Mon, 10 Nov 2003 12:07:07 -0800
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.