Property | Definition |
svn.jars.dir | Location of the open source SvnAnt libraries (http://subclipse.tigris.org/svnant.html). These libraries are required by the checkout Ant task. To use a VCS other than SVN, modify this parameter accordingly. |
svn.user | User name of the SVN. |
svn.password | Password of the SVN. |
svn.url | URL of the SVN from where the build script checks out the assets. |
build.checkout.dir | The root directory from which the build script will check out the asset sources. This property can point to only one directory; therefore, it should be the root directory containing all projects that will be built. For example, if your solution contains an Integration Server project, your full project directory might be /root/project/builds/webM/IS. In this case, you would not include /IS in the path. Instead, you would enter /root/project/src/webM/. |