Hi!
I have just installed the Xcode 1.1 from the CD I got with my system.
But when I try to build a J2EE webapp (the default HelloWorld servlet)
it fails although I havent changed one line of code.
I got the following error message:
BUILD FAILED
file:/Users/johan/Documents/Programmering/Java%20projekt/testing/
build.xml:126: Error reading project file: Invalid byte 1 of 1-byte
UTF-8 sequence.
I'm betting that there is a character in the path to your file that it
can't handle. Are there any non-ASCII letters in the path to any of the
elements in your .xml file?
Maybe take the space out, even?
Because you're right, your build.xml file looks fine...
_______________________________________________
web-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/web-development
Do not post admin requests to the list. They will be ignored.