|
From: <dme...@us...> - 2014-05-13 12:15:56
|
Revision: 8292
http://sourceforge.net/p/bigdata/code/8292
Author: dmekonnen
Date: 2014-05-13 12:15:52 +0000 (Tue, 13 May 2014)
Log Message:
-----------
adding overwrite="true" to package-nss-brew files to insure templated files are archived
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-13 10:36:35 UTC (rev 8291)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-13 12:15:52 UTC (rev 8292)
@@ -1228,11 +1228,11 @@
todir="${dist.bin}" />
<chmod file="${dist.bin}/startNSS" perm="755" />
<copy file="${src.resources}/deployment/nss/etc/jetty.xml"
- todir="${dist.var.jetty}/etc" />
+ todir="${dist.var.jetty}/etc" overwrite="true" />
<copy file="${src.resources}/deployment/nss/WEB-INF/RWStore.properties"
- todir="${dist.var.jetty}/WEB-INF" />
+ todir="${dist.var.jetty}/WEB-INF" overwrite="true" />
<copy file="${src.resources}/deployment/nss/WEB-INF/classes/log4j.properties"
- todir="${dist.var.jetty}/WEB-INF/classes" />
+ todir="${dist.var.jetty}/WEB-INF/classes" overwrite="true" />
</target>
@@ -1313,7 +1313,7 @@
</target>
- <target name="package-brew-nss" depends="clean, stage"
+ <target name="package-nss-brew" depends="clean, stage"
description="Create compressed tar file for Jetty based deployment via Brew and Chef installers.">
<tar destfile="${bigdata.dir}/REL-NSS.${version}.tgz"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dme...@us...> - 2014-05-21 17:01:39
|
Revision: 8405
http://sourceforge.net/p/bigdata/code/8405
Author: dmekonnen
Date: 2014-05-21 17:01:36 +0000 (Wed, 21 May 2014)
Log Message:
-----------
test for nss packaging
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 16:56:51 UTC (rev 8404)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 17:01:36 UTC (rev 8405)
@@ -1273,8 +1273,7 @@
<copy file="${src.resources}/deployment/nss/bin/startNSS"
todir="${dist.bin}" />
<chmod file="${dist.bin}/startNSS" perm="755" />
- <copy file="${src.resources}/deployment/nss/etc/jetty.xml"
- todir="${dist.var.jetty}/etc" overwrite="true" />
+ <!-- copy file="${src.resources}/deployment/nss/etc/jetty.xml" todir="${dist.var.jetty}/etc" overwrite="true" / -->
<copy file="${src.resources}/deployment/nss/WEB-INF/RWStore.properties"
todir="${dist.var.jetty}/WEB-INF" overwrite="true" />
<copy file="${src.resources}/deployment/nss/WEB-INF/classes/log4j.properties"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dme...@us...> - 2014-05-21 18:36:06
|
Revision: 8408
http://sourceforge.net/p/bigdata/code/8408
Author: dmekonnen
Date: 2014-05-21 18:36:01 +0000 (Wed, 21 May 2014)
Log Message:
-----------
updates to remove jetty template dependency
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:33:09 UTC (rev 8407)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:36:01 UTC (rev 8408)
@@ -1378,7 +1378,7 @@
<exclude name="bigdata/lib-ext" />
<include name="bigdata/var/jetty/**" />
<include name="bigdata/var/config/logging/logging.properties" />
- <exclude name="bigdata/var/jetty/jetty.xml" />
+ <!-- exclude name="bigdata/var/jetty/jetty.xml" / -->
<exclude name="bigdata/var/jetty/html/new.html" />
<exclude name="bigdata/var/jetty/html/old.html" />
</tarfileset>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dme...@us...> - 2014-05-21 18:53:19
|
Revision: 8409
http://sourceforge.net/p/bigdata/code/8409
Author: dmekonnen
Date: 2014-05-21 18:53:16 +0000 (Wed, 21 May 2014)
Log Message:
-----------
removed commented out lines related to nss-brew packaging
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:36:01 UTC (rev 8408)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:53:16 UTC (rev 8409)
@@ -1273,7 +1273,6 @@
<copy file="${src.resources}/deployment/nss/bin/startNSS"
todir="${dist.bin}" />
<chmod file="${dist.bin}/startNSS" perm="755" />
- <!-- copy file="${src.resources}/deployment/nss/etc/jetty.xml" todir="${dist.var.jetty}/etc" overwrite="true" / -->
<copy file="${src.resources}/deployment/nss/WEB-INF/RWStore.properties"
todir="${dist.var.jetty}/WEB-INF" overwrite="true" />
<copy file="${src.resources}/deployment/nss/WEB-INF/classes/log4j.properties"
@@ -1378,7 +1377,6 @@
<exclude name="bigdata/lib-ext" />
<include name="bigdata/var/jetty/**" />
<include name="bigdata/var/config/logging/logging.properties" />
- <!-- exclude name="bigdata/var/jetty/jetty.xml" / -->
<exclude name="bigdata/var/jetty/html/new.html" />
<exclude name="bigdata/var/jetty/html/old.html" />
</tarfileset>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|