Build problem
Build problem
- Subject: Build problem
- From: Wolfram Stebel <email@hidden>
- Date: Sat, 05 Feb 2005 09:56:56 +0100
Trying a split install, i get this error for Deployment build:
=== 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: ///myApp.woa
=== Exit code: 1 ===
...failed PhaseScriptExecution
<Execution>/Users/Wolfram/Entwicklungsprojekte/WebObjects/myApp/build/myApp.
build/myApp.build/BPTag005-script.sh ...
** BUILD FAILED **
*****************
Content of BPTag005-script.sh:
#!/bin/sh
# Create the run scripts and classpath files for all platforms
. "${BUILD_FILES_DIR}/CreateRunFiles.sh"
*****************
the probably last executed block of CreateRunFiles.sh:
echo "Creating crossplatform server-side launch files..."
SERVER_LAUNCH_BOOTSTRAPPER_NAME=WOBootstrap.jar
SERVER_LAUNCH_BOOTSTRAPPER_FILE_NAME_SRC="${BUILD_FILES_DIR}/${SERVER_LAUNCH
_BOOTSTRAPPER_NAME}"
SERVER_LAUNCH_BOOTSTRAPPER_FILE_NAME_DST="${WRAPPER_DIR}/${SERVER_LAUNCH_BOO
TSTRAPPER_NAME}"
${RM} -f "${SERVER_LAUNCH_BOOTSTRAPPER_FILE_NAME_DST}"
${CP} -f "${SERVER_LAUNCH_BOOTSTRAPPER_FILE_NAME_SRC}"
"${SERVER_LAUNCH_BOOTSTRAPPER_FILE_NAME_DST}"
fi
*****************
I compared the project settings with another error free project and can't
find a difference.
There exist several files Info.plist in the project tree, exact the same as
in the compared project.
A major difference between the projects is, that the "problem project" uses
an additionaly home made framework.
WebServer Build is error free.
Any suggestions?
Thanks!
Wolfram
_______________________________________________
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