User: schaefera Date: 01/10/19 21:24:23 Modified: jboss build.xml Log: First Iteration of the introduction of a Farm in JBoss. This implementation is the simplest way by creating a static Farm and only pushing the services to be deployed therefore when a deployment fails it is not performed. Revision Changes Path 1.41 +4 -1 build/jboss/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/build/jboss/build.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- build.xml 2001/10/13 18:54:50 1.40 +++ build.xml 2001/10/20 04:24:23 1.41 @@ -10,7 +10,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.40 2001/10/13 18:54:50 peter_f Exp $ --> +<!-- $Id: build.xml,v 1.41 2001/10/20 04:24:23 schaefera Exp $ --> <project default="main" name="JBoss/Build"> @@ -369,6 +369,7 @@ <property name="install.db" value="${install.root}/db"/> <property name="install.deploy" value="${install.root}/deploy"/> <property name="install.deploy.lib" value="${install.deploy}/lib"/> + <property name="install.deploy.farm" value="${install.deploy}/farm"/> <property name="install.lib" value="${install.root}/lib"/> <property name="install.lib.ext" value="${install.lib}/ext"/> <property name="install.log" value="${install.root}/log"/> @@ -676,6 +677,8 @@ <!-- Setup the deployment directory (deploy) --> <mkdir dir="${install.deploy}"/> + <!-- Setup the deployment directory for farm services (deploy/farm) --> + <mkdir dir="${install.deploy.farm}"/> <copy todir="${install.deploy}" filtering="no"> <fileset dir="${_module.output}/etc"> <include name="deploy.txt"/>
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development