• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Generic Build failed errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Generic Build failed errors
      • From: Scott Tooker <email@hidden>
  • Prev by Date: Re: Switching off ZeroLink
  • Next by Date: Code competition problem
  • Previous by thread: Re: Moving to Xcode: Custom location for project build products
  • Next by thread: Re: Generic Build failed errors
  • Index(es):
    • Date
    • Thread