xcodebuild
xcodebuild
- Subject: xcodebuild
- From: email@hidden
- Date: Thu, 2 Dec 2004 09:53:34 +0100
Hello,
I have a question about a problem with xcodebuild. I created a new WOComponent
and have added it to the related project to the target ?Application Server?.
When I build the project in Xcode, everything works and the java file of
the component is found. But when I try to build the project from terminal
with xcodebuild like: ?sudo xcodebuild install -project ProjectName.pbxproj
-buildstyle Deployment DSTROOT=/? the java file is not found. So when xcodebuild
will compile the project they are errors showing that the symbol could not
resolved and the class is missing. The error looks like this:
GVCommunity.java:2190: cannot resolve symbol
symbol : class GVPDFWizard
location: class GVCommunity
GVPDFWizard gvpdfWizard = (GVPDFWizard)pageWithName("GVPDFWizard");
The files GVPDFWizard.api and GVPDFWizard.wo are found from xcodebuild and
copied, only the class file of the component is missing when xcodebuild will
compile.
I tried to remove the file from the project and to add the java file again
to the project, but with no success. The file is found when I build in Xcode,
but missing when I build with xcodebuild.
Has someone also made similar experiences and an answer?
Thanks.
Best regards,
Manfred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden