This should be the template for the specified sub-project under the cis-java/cis2000.
Ex.
There are two projects under the cis2000 in CVS
cis2000/com/stefli/project1
cis2000/com/stefli/project2
BUT, the project1 and project2 depend on the source codes under the cis2000.
the package of the file under project1 may use com.stefli.project1.XX to realize the biz.
1. Use cvs command in build file to update the specified sub-project, so it will not checkout/update the other projects.
2. Use your own target of build file to do the compilation task.
The hierarchy might be:
${CC}/projects/${your project}/build-cruisecontrol.xml
${CC}/projects/${your project}/cis-java
${CC}/projects/${your project}/cis-java/com/....
config.xml
================================================================================
build-cruisecontrol.xml
================================================================================
Another simple method:
Config.xml
================================================================================
Caution: you need to remove the CVS folders which you don't want to do the update.
That means if i want to only update the source code under the hpbigdeal folder, i need to only reserve the CVS folder
under the hpbigdeal, and remove others.

被折叠的 条评论
为什么被折叠?



