Malformed bundle error using xcode webserver build style
Malformed bundle error using xcode webserver build style
- Subject: Malformed bundle error using xcode webserver build style
- From: Alexander Griekspoor <email@hidden>
- Date: Fri, 5 Dec 2003 11:07:32 +0100
Hi!
As a newbie to webobjects (it's fantastic!!!!) I'm locked with the
finish in sight... Ready to deploy my first great web application, I
tried performing the split install using xcode's webserver build style.
'Till now everything worked great and my project builds perfectly using
the development and deployment build style, but when I build using the
webserver style, the build stops with an error described as:
....
BuildPhase <Script>iRNAiDatabase.woa
PhaseScriptExecution
<Execution>/Volumes/Documents/WebObjects/iRNAiDatabase/build/
iRNAiDatabase.build/iRNAiDatabase.build/BPTag005-script.sh
echo "=== Script ==="
cat
/Volumes/Documents/WebObjects/iRNAiDatabase/build/iRNAiDatabase.build/
iRNAiDatabase.build/BPTag005-script.sh
echo "--- Output ---"
/Volumes/Documents/WebObjects/iRNAiDatabase/build/iRNAiDatabase.build/
iRNAiDatabase.build/BPTag005-script.sh
_result=$?
echo "=== Exit code: ${_result} ==="
exit ${_result}
=== Script ===
#!/bin/sh
# Create the run scripts and classpath files for all platforms
. "${BUILD_FILES_DIR}/CreateRunFiles.sh"
--- Output ---
Creating Mac OS server-side launch files...
Creating UNIX server-side launch files...
Creating Windows server-side launch files...
Creating crossplatform server-side launch files...
BPTag005-script.sh: missing Info.plist from malformed bundle:
/tmp/iRNAiDatabase.dst//Library/WebObjects/Applications/
iRNAiDatabase.woa
=== Exit code: 1 ===
...failed PhaseScriptExecution
<Execution>/Volumes/Documents/WebObjects/iRNAiDatabase/build/
iRNAiDatabase.build/iRNAiDatabase.build/BPTag005-script.sh ...
The example projects (like iShacks) build just fine with the same
style. Has anyone experienced similar behavior before, and/or knows
what to do? All help is more than welcome!
Many thanks in advance,
Alex
**************************************************************
** Alexander Griekspoor **
**************************************************************
The Netherlands Cancer Institute
Department of Tumorbiology (H4)
Plesmanlaan 121, 1066 CX, Amsterdam
Tel: + 31 20 - 512 2023
Fax: + 31 20 - 512 2029
E-mail: email@hidden
Web: http://www.mekentosj.com
MacOS X: The power of UNIX with the simplicity of the Mac
***************************************************************
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.