Print

Print


Commit in GeomConverter on MAIN
build.sh-151.5 removed
buildAllWarnings.sh-11.2 removed
buildNoTests.sh-11.1 removed
test-single.sh-11.1 removed
scripts/build.sh+15added 1.1
       /buildAllWarnings.sh+1added 1.1
       /buildNoTests.sh+1added 1.1
       /m2-exec.sh+9added 1.1
       /test-single.sh+1added 1.1
+27-18
5 added + 4 removed, total 9 files
JM: moving scripts to sub dir

GeomConverter
build.sh removed after 1.5
diff -N build.sh
--- build.sh	23 Feb 2007 03:03:00 -0000	1.5
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-checkcyg=$(uname | grep CYGWIN)
-if [ -n "$checkcyg" ]
-then 
-  install_dir=$(cygpath -w $(pwd))
-else
-  install_dir=$(pwd)
-fi
-
-echo "install_dir=$install_dir"
-
-maven -Drun.install=${install_dir} \
-      -Dmaven.test.skip=true \
-      eclipse jar:install run:install

GeomConverter
buildAllWarnings.sh removed after 1.2
diff -N buildAllWarnings.sh
--- buildAllWarnings.sh	15 Jul 2005 00:49:35 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-maven -Dmaven.compile.compilerargs="-Xlint:unchecked -Xlint:deprecation" -Dmaven.compile.fork=true

GeomConverter
buildNoTests.sh removed after 1.1
diff -N buildNoTests.sh
--- buildNoTests.sh	14 Jul 2005 07:32:38 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-maven -Dmaven.test.skip=true jar:install

GeomConverter
test-single.sh removed after 1.1
diff -N test-single.sh
--- test-single.sh	27 Mar 2007 20:20:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1 +0,0 @@
-maven test:single -Dtestcase=$1

GeomConverter/scripts
build.sh added at 1.1
diff -N build.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ build.sh	6 Aug 2008 00:22:40 -0000	1.1
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+checkcyg=$(uname | grep CYGWIN)
+if [ -n "$checkcyg" ]
+then 
+  install_dir=$(cygpath -w $(pwd))
+else
+  install_dir=$(pwd)
+fi
+
+echo "install_dir=$install_dir"
+
+maven -Drun.install=${install_dir} \
+      -Dmaven.test.skip=true \
+      eclipse jar:install run:install

GeomConverter/scripts
buildAllWarnings.sh added at 1.1
diff -N buildAllWarnings.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ buildAllWarnings.sh	6 Aug 2008 00:22:40 -0000	1.1
@@ -0,0 +1 @@
+maven -Dmaven.compile.compilerargs="-Xlint:unchecked -Xlint:deprecation" -Dmaven.compile.fork=true

GeomConverter/scripts
buildNoTests.sh added at 1.1
diff -N buildNoTests.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ buildNoTests.sh	6 Aug 2008 00:22:40 -0000	1.1
@@ -0,0 +1 @@
+maven -Dmaven.test.skip=true jar:install

GeomConverter/scripts
m2-exec.sh added at 1.1
diff -N m2-exec.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ m2-exec.sh	6 Aug 2008 00:22:40 -0000	1.1
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ -z "$1" ]; then
+    echo "Missing name of main class!"
+    exit 1
+else
+    mainclass=$1
+fi
+shift
+mvn exec:java -Dexec.mainClass="$mainclass" -Dexec.args="$*"

GeomConverter/scripts
test-single.sh added at 1.1
diff -N test-single.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ test-single.sh	6 Aug 2008 00:22:40 -0000	1.1
@@ -0,0 +1 @@
+maven test:single -Dtestcase=$1
CVSspam 0.2.8