You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/05 16:51:36 UTC

svn commit: r278761 - in /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH: maven.xml project.properties

Author: henning
Date: Mon Sep  5 07:51:32 2005
New Revision: 278761

URL: http://svn.apache.org/viewcvs?rev=278761&view=rev
Log:
Remove old and non-working nightly build configuration.


Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml?rev=278761&r1=278760&r2=278761&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/maven.xml Mon Sep  5 07:51:32 2005
@@ -175,56 +175,4 @@
 
   </goal>
 
-  <!-- ================================================== -->
-  <!-- Perform the nightly build process                  -->
-  <!-- ================================================== -->
-  <goal name="nightly:build"
-      description="Build distribution snapshots">
-
-    <cvs command="-q update -Pd"/>
-    <attainGoal name="clean"/>
-    <maven:snapshot project="${pom}"/>
-
-    <j:set var="maven.final.name" value="${snapshotSignature}-${pom.currentVersion}"/>
-    <attainGoal name="dist:build"/>
-
-  </goal>
-
-  <!-- ================================================== -->
-  <!-- Deploy the nightly builds                          -->
-  <!-- ================================================== -->
-  <goal name="nightly:deploy"
-     prereqs="nightly:build"
-     description="Deploy the nightly builds">
-
-    <user-check user="${maven.username}"/>
-
-    <echo>
-       deploymentAddress = ${pom.siteAddress}
-       deploymentDirectory = ${turbine.nightly.dist.dir}
-    </echo>
-
-    <j:set var="dist.dir" value="${maven.build.dir}/distributions" />
-
-    <!-- Make sure the destination directory exists before trying to copy -->
-    <exec dir="." executable="${maven.ssh.executable}">
-       <arg line="${pom.siteAddress} -l ${maven.username} 'mkdir -p ${turbine.nightly.dist.dir}'"/>
-    </exec>
-
-    <fileScanner var="distFiles">
-      <fileset dir="${dist.dir}">
-      </fileset>
-    </fileScanner>
-
-    <j:forEach var="file" items="${distFiles.iterator()}">
-      <echo>Processing ${file}</echo>
-
-      <exec dir="${dist.dir}" executable="${maven.scp.executable}">
-        <arg value="${file}"/>
-        <arg value="${maven.username}@${pom.siteAddress}:${turbine.nightly.dist.dir}"/>
-      </exec>
-    </j:forEach>
-
-  </goal>
-
 </project>

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties?rev=278761&r1=278760&r2=278761&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.properties Mon Sep  5 07:51:32 2005
@@ -62,13 +62,6 @@
 cactus.test.fileset.exclude=org.apache.turbine.services.xmlrpc.util.FileHandlerTest,org.apache.turbine.util.velocity.TestVelocityEmail
 
 # -------------------------------------------------------------------
-# N I G H T L Y   B U I L D   P R O P E R T I E S
-# -------------------------------------------------------------------
-
-turbine.nightly.dist.dir = \
-    /www/jakarta.apache.org/builds/jakarta-turbine/turbine-2/nightly
-
-# -------------------------------------------------------------------
 #
 # T O R Q U E  C O N F I G U R A T I O N
 #



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org