This is from yesterday. It helps if I send messages to the list rather than to
myself.
Hi,
I've checked in an Ant build script to download
I run a Jenkins build and a few tries I've managed to get it to:
1. Checked the SDK out of SNV
2. Set the environment variables are set correctly (probably can be improved)
3. Downloads the required playerglobal.swc and airglobal.swc if required.
4. Run ant main on the main build script.
The build failed on what looks like might be an issue with the current checked
in build scripts?
BUILD FAILED
f:\hudson\hudson-slave\workspace\Flex SDK build\build.xml:230: The following
error occurred while executing this line:
f:\hudson\hudson-slave\workspace\Flex SDK build\frameworks\build.xml:67: The
following error occurred while executing this line:
f:\hudson\hudson-slave\workspace\Flex SDK build\frameworks\build.xml:437: The
following error occurred while executing this line:
f:\hudson\hudson-slave\workspace\Flex SDK
build\frameworks\projects\framework\build.xml:197:
f:\hudson\hudson-slave\workspace\Flex SDK
build\frameworks\projects\framework\lib\player\11.1 not found.
Path should be f:\hudson\hudson-slave\workspace\Flex SDK build\lib\player\11.1
as the environment var is set like so:
PLAYERGLOBAL_HOME=${PROJECT_NAME}/../lib/player/11.1/
(Which should expand to "f:\hudson\hudson-slave\workspace\Flex SDK
build\lib\player\11.1\")
Note that it not currently doing a release build or running the checkin tests.
This should now be trigger once/day and on the hour if there's been a checkin.
The build fail email also works - quite well in fact :-)
Thanks,
Justin