Hi all, I've been busy today updating the shell scripts that are in the WOCommunity subversion repository so that they can maintain and use wonder builds that may not always be from trunk.
*** These changes will break any Hudson jobs that you may have setup that depend upon these scripts! *** There are a couple things you can do to fix any jobs that are having problems: • In the job configuration, add "@122" to the end of the SCRIPT_REPOSITORY parameter. It would now be: https://services.wocommunity.org/wowodc/hudsonbuildfi...@122 OR <- That's an "or" people • For any of your own frameworks or applications, modify all of your jobs to include a WONDER_BRANCH parameter. It should look something like this:
<<inline: PastedGraphic-2.png>>
The build scripts will automatically pick up this new value and use it. Without
this parameter, the build will fail.
• For any jobs you have that build Wonder, add the same Parameter, and change
the Repository URL for Wonder to:
${APPLICATION_REPOSITORY}/${BRANCHES_TAGS_TRUNK}${APPLICATION_BRANCH_TAG}/${APPLICATION_NAME}/${APPLICATION_REVISION}
The build scripts will automatically pick up this new value and use it. Without
this parameter, the build will fail.
PRO TIP: You really should keep a copy of the build scripts that you use with
each branch of your own projects so you will always have the scripts that built
that particular release of your application.
Dave_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
