Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2737 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2737 - development/main
  • Date: Mon, 06 Jun 2005 16:05:20 -0400

Author: peter AT neubauer.se
Date: Mon Jun 6 16:05:19 2005
New Revision: 2737

Modified:
development/main/build.sh
development/main/build.xml
Log:
adding the luntbuild-clean to main build.sh


Modified: development/main/build.sh
==============================================================================
--- development/main/build.sh (original)
+++ development/main/build.sh Mon Jun 6 16:05:19 2005
@@ -14,6 +14,7 @@
# depot build depot
# metro build metro
# test build test
+# ci builds luntbuild-clean, transit, magic, depot, metro, test

build()
{
@@ -70,6 +71,11 @@
cd -
}

+luntbuildclean()
+{
+ build luntbuild-clean
+}
+
ID=$2
TARGET=$1

@@ -83,6 +89,7 @@
echo " metro -- build the metro distribution"
echo " test -- build the integration tests"
echo " all -- builds transit, magic, metro distributions and
integration tests"
+ echo " ci -- build intended for contineous integration"
echo " [revision] optional build revision identified used when"
echo " building number releases."
exit 1
@@ -123,3 +130,12 @@
metro
test
fi
+
+if [ "$TARGET" == "ci" ] ; then
+ luntbuildclean
+ transit
+ magic
+ depot
+ metro
+ test
+fi

Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Mon Jun 6 16:05:19 2005
@@ -54,7 +54,7 @@
</target>

<target name="luntbuild-clean" depends="clean" description="Clean-up prior
to CI builds on ci.dpml.net. Should not be used directly.">
- <delete includeemptydirs="true">
+ <delete includeemptydirs="true" failonerror="false">
<fileset dir="${user.home}/.dpml">
<include name="data/cache/dpml/**"/>
<include name="data/share/**"/>
@@ -63,6 +63,9 @@
<fileset dir="${user.home}/.ant/lib">
<include name="dpml-**"/>
</fileset>
+ <fileset dir="${user.home}/.java/.userPrefs/net/dpml">
+ <include name="**/*"/>
+ </fileset>
</delete>
</target>




  • svn commit: r2737 - development/main, peter, 06/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page