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.
But, build.xml row 126 seems ok:
<ant antfile="${ejb.module.build.script.path}" dir="."
target="build-internal">
<!-- Override properties expected for the ejb module script -->
<property name="ejb.module.src"
value="${entapp.src}/${ejb.module}"/>
<property name="ejb.module.build"
value="${entapp.build}/${entapp.build.jar}"/>
<reference refid="ejb.module.dependent.jars"/>
</ant>
What is wrong?
Am I suppsed to change something from the initial code to get it to
compile?
I have searched the mail archive and found som similar questins, but I
can't find any answer....
Please Help,
Johan
-: ...men du missfvrster mig om du tror att det dr vppet fvr
diskussion. :-
_______________________________________________
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.