Hi,

anyone using CruiseControl 2.2.1 here ?

i want use CC 2.2.1 because of the new <antbootstrapper>
and <antpublisher> feature.

scenario :

one instance of CC should serve two projects

A buildorder.txt drops in, containing the project to build and
other projectspecific propertys.

i've tried like that :

cc_workdir
                |_artifacts
                |_checkout
                        |projectone
                         build.xml
                         ...
                        |projecttwo
                         ...
                         build.xml
                |_logs
                config.xml
                buildprojects.xml
                startcruise.bat


bootstrapper checks out both projectmodules (the build.xml are also in
cvs)
the antbootstrapper reads the buildorder.txt and sets property
${project}
the buildprojects.xml reads ${project} and calls the corresponding
${project}.build.xml

Problem :

unlike f.e ${cctimestamp} my own propertys i set in antbootstrapper 
are not available in buildprojects.xml and antpublisher.

Do i have to echo to file and read that file in every buildscript or
is there a better way to have this propertys available in all buildfiles
?

Thanks for any advice!

Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to