mocklib-checkins Mailing List for mocklib (Page 26)
Brought to you by:
bittwidler,
fastdragon
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(6) |
Jul
(1) |
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
(46) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(54) |
Feb
(120) |
Mar
(31) |
Apr
(11) |
May
(8) |
Jun
(5) |
Jul
|
Aug
(22) |
Sep
(295) |
Oct
(6) |
Nov
(10) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(9) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(8) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(8) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
(17) |
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nobody <fas...@us...> - 2005-12-21 22:26:14
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21507 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** build 21 Dec 2005 22:08:31 -0000 1.24 --- build 21 Dec 2005 22:26:02 -0000 1.25 *************** *** 1,3 **** --- 1,5 ---- + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 22:17:16
|
Update of /cvsroot/mocklib/mocklib2/tools/ant/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19814 Added Files: ant2 Log Message: committing executable ant2 --- NEW FILE: ant2 --- #! /bin/sh # Copyright 2001-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Extract launch and ant arguments, (see details below). ant_exec_args= no_config=false use_jikes_default=false ant_exec_debug=false show_help=false for arg in "$@" ; do if [ "$arg" = "--noconfig" ] ; then no_config=true elif [ "$arg" = "--usejikes" ] ; then use_jikes_default=true elif [ "$arg" = "--execdebug" ] ; then ant_exec_debug=true elif [ my"$arg" = my"--h" -o my"$arg" = my"--help" ] ; then show_help=true ant_exec_args="$ant_exec_args -h" else if [ my"$arg" = my"-h" -o my"$arg" = my"-help" ] ; then show_help=true fi ant_exec_args="$ant_exec_args \"$arg\"" fi done # Source/default ant configuration if $no_config ; then rpm_mode=false usejikes=$use_jikes_default else # load system-wide ant configuration if [ -f "/etc/ant.conf" ] ; then . /etc/ant.conf fi # load user ant configuration if [ -f "$HOME/.ant/ant.conf" ] ; then . $HOME/.ant/ant.conf fi if [ -f "$HOME/.antrc" ] ; then . "$HOME/.antrc" fi # provide default configuration values if [ -z "$rpm_mode" ] ; then rpm_mode=false fi if [ -z "$usejikes" ] ; then usejikes=$use_jikes_default fi fi # Setup Java environment in rpm mode if $rpm_mode ; then if [ -f /usr/share/java-utils/java-functions ] ; then . /usr/share/java-utils/java-functions set_jvm set_javacmd fi fi # OS specific support. $var _must_ be set to either true or false. cygwin=false; darwin=false; case "`uname`" in CYGWIN*) cygwin=true ;; Darwin*) darwin=true if [ -z "$JAVA_HOME" ] ; then JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home fi ;; esac if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d "${HOME}/opt/ant" ] ; then ANT_HOME="${HOME}/opt/ant" fi ## resolve links - $0 may be a link to ant's home PRG="$0" progname=`basename "$0"` # need this for relative symlinks while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`"/$link" fi done ANT_HOME=`dirname "$PRG"`/.. # make it fully qualified ANT_HOME=`cd "$ANT_HOME" && pwd` fi # For Cygwin, ensure paths are in UNIX format before anything is touched if $cygwin ; then [ -n "$ANT_HOME" ] && ANT_HOME=`cygpath --unix "$ANT_HOME"` [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` fi # set ANT_LIB location ANT_LIB="${ANT_HOME}/lib" if [ -z "$JAVACMD" ] ; then if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAVA_HOME/bin/java" fi else JAVACMD=`which java 2> /dev/null ` if [ -z "$JAVACMD" ] ; then JAVACMD=java fi fi fi if [ ! -x "$JAVACMD" ] ; then echo "Error: JAVA_HOME is not defined correctly." echo " We cannot execute $JAVACMD" exit 1 fi # Build local classpath using just the launcher in non-rpm mode or # use the Jpackage helper in rpm mode with basic and default jars # specified in the ant.conf configuration. Because the launcher is # used, libraries linked in ANT_HOME will also be include, but this # is discouraged as it is not java-version safe. A user should # request optional jars and their dependencies via the OPT_JAR_LIST # variable if $rpm_mode && [ -f /usr/bin/build-classpath ] ; then LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)" # If the user requested to try to add some other jars to the classpath if [ -n "$OPT_JAR_LIST" ] ; then _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)" if [ -n "$_OPTCLASSPATH" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$_OPTCLASSPATH" fi fi # Explicitly add javac path to classpath, assume JAVA_HOME set # properly in rpm mode if [ -f "$JAVA_HOME/lib/tools.jar" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/tools.jar" fi if [ -f "$JAVA_HOME/lib/classes.zip" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/classes.zip" fi # if CLASSPATH_OVERRIDE env var is set, LOCALCLASSPATH will be # user CLASSPATH first and ant-found jars after. # In that case, the user CLASSPATH will override ant-found jars # # if CLASSPATH_OVERRIDE is not set, we'll have the normal behaviour # with ant-found jars first and user CLASSPATH after if [ -n "$CLASSPATH" ] ; then # merge local and specified classpath if [ -z "$LOCALCLASSPATH" ] ; then LOCALCLASSPATH="$CLASSPATH" elif [ -n "$CLASSPATH_OVERRIDE" ] ; then LOCALCLASSPATH="$CLASSPATH:$LOCALCLASSPATH" else LOCALCLASSPATH="$LOCALCLASSPATH:$CLASSPATH" fi # remove class path from launcher -lib option CLASSPATH="" fi else # not using rpm_mode; use launcher to determine classpaths if [ -z "$LOCALCLASSPATH" ] ; then LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar else LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar:$LOCALCLASSPATH fi fi if [ -n "$JAVA_HOME" ] ; then # OSX hack to make Ant work with jikes if $darwin ; then OSXHACK="${JAVA_HOME}/../Classes" if [ -d "${OSXHACK}" ] ; then for i in "${OSXHACK}"/*.jar do JIKESPATH="$JIKESPATH:$i" done fi fi fi # Allow Jikes support (off by default) if $usejikes; then ANT_OPTS="$ANT_OPTS -Dbuild.compiler=jikes" fi # For Cygwin, switch paths to appropriate format before running java if $cygwin; then if [ "$OS" = "Windows_NT" ] && cygpath -m .>/dev/null 2>/dev/null ; then format=mixed else format=windows fi ANT_HOME=`cygpath --$format "$ANT_HOME"` ANT_LIB=`cygpath --$format "$ANT_LIB"` JAVA_HOME=`cygpath --$format "$JAVA_HOME"` LOCALCLASSPATH=`cygpath --path --$format "$LOCALCLASSPATH"` if [ -n "$CLASSPATH" ] ; then CLASSPATH=`cygpath --path --$format "$CLASSPATH"` fi CYGHOME=`cygpath --$format "$HOME"` fi # Show script help if requested if $show_help ; then echo $0 '[script options] [options] [target [target2 [target3] ..]]' echo 'Script Options:' echo ' --help, --h print this message and ant help' echo ' --noconfig suppress sourcing of /etc/ant.conf,' echo ' $HOME/.ant/ant.conf, and $HOME/.antrc' echo ' configuration files' echo ' --usejikes enable use of jikes by default, unless' echo ' set explicitly in configuration files' echo ' --execdebug print ant exec line generated by this' echo ' launch script' echo ' ' fi # add a second backslash to variables terminated by a backslash under cygwin if $cygwin; then case "$ANT_HOME" in *\\ ) ANT_HOME="$ANT_HOME\\" ;; esac case "$CYGHOME" in *\\ ) CYGHOME="$CYGHOME\\" ;; esac case "$JIKESPATH" in *\\ ) JIKESPATH="$JIKESPATH\\" ;; esac case "$LOCALCLASSPATH" in *\\ ) LOCALCLASSPATH="$LOCALCLASSPATH\\" ;; esac case "$CLASSPATH" in *\\ ) CLASSPATH="$CLASSPATH\\" ;; esac fi # Execute ant using eval/exec to preserve spaces in paths, # java options, and ant args ant_sys_opts= if [ -n "$CYGHOME" ]; then if [ -n "$JIKESPATH" ]; then ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\" -Dcygwin.user.home=\"$CYGHOME\"" else ant_sys_opts="-Dcygwin.user.home=\"$CYGHOME\"" fi else if [ -n "$JIKESPATH" ]; then ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\"" fi fi ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -lib \"$CLASSPATH\" $ant_exec_args" if $ant_exec_debug ; then echo $ant_exec_command fi eval $ant_exec_command |
From: Nobody <fas...@us...> - 2005-12-21 22:15:41
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19485 Added Files: tmp Log Message: testing --- NEW FILE: tmp --- |
From: Nobody <fas...@us...> - 2005-12-21 22:08:39
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17936 Modified Files: build Log Message: trigger build Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** build 21 Dec 2005 21:53:10 -0000 1.23 --- build 21 Dec 2005 22:08:31 -0000 1.24 *************** *** 1,5 **** - - #************************************ # Generated file. Do not modify --- 1,3 ---- |
From: Nobody <fas...@us...> - 2005-12-21 22:04:56
|
Update of /cvsroot/mocklib/mocklib2/tools/ant/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17244 Added Files: ant Log Message: trying to change permissions of file --- NEW FILE: ant --- #! /bin/sh # Copyright 2001-2004 The Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Extract launch and ant arguments, (see details below). ant_exec_args= no_config=false use_jikes_default=false ant_exec_debug=false show_help=false for arg in "$@" ; do if [ "$arg" = "--noconfig" ] ; then no_config=true elif [ "$arg" = "--usejikes" ] ; then use_jikes_default=true elif [ "$arg" = "--execdebug" ] ; then ant_exec_debug=true elif [ my"$arg" = my"--h" -o my"$arg" = my"--help" ] ; then show_help=true ant_exec_args="$ant_exec_args -h" else if [ my"$arg" = my"-h" -o my"$arg" = my"-help" ] ; then show_help=true fi ant_exec_args="$ant_exec_args \"$arg\"" fi done # Source/default ant configuration if $no_config ; then rpm_mode=false usejikes=$use_jikes_default else # load system-wide ant configuration if [ -f "/etc/ant.conf" ] ; then . /etc/ant.conf fi # load user ant configuration if [ -f "$HOME/.ant/ant.conf" ] ; then . $HOME/.ant/ant.conf fi if [ -f "$HOME/.antrc" ] ; then . "$HOME/.antrc" fi # provide default configuration values if [ -z "$rpm_mode" ] ; then rpm_mode=false fi if [ -z "$usejikes" ] ; then usejikes=$use_jikes_default fi fi # Setup Java environment in rpm mode if $rpm_mode ; then if [ -f /usr/share/java-utils/java-functions ] ; then . /usr/share/java-utils/java-functions set_jvm set_javacmd fi fi # OS specific support. $var _must_ be set to either true or false. cygwin=false; darwin=false; case "`uname`" in CYGWIN*) cygwin=true ;; Darwin*) darwin=true if [ -z "$JAVA_HOME" ] ; then JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home fi ;; esac if [ -z "$ANT_HOME" -o ! -d "$ANT_HOME" ] ; then # try to find ANT if [ -d /opt/ant ] ; then ANT_HOME=/opt/ant fi if [ -d "${HOME}/opt/ant" ] ; then ANT_HOME="${HOME}/opt/ant" fi ## resolve links - $0 may be a link to ant's home PRG="$0" progname=`basename "$0"` # need this for relative symlinks while [ -h "$PRG" ] ; do ls=`ls -ld "$PRG"` link=`expr "$ls" : '.*-> \(.*\)$'` if expr "$link" : '/.*' > /dev/null; then PRG="$link" else PRG=`dirname "$PRG"`"/$link" fi done ANT_HOME=`dirname "$PRG"`/.. # make it fully qualified ANT_HOME=`cd "$ANT_HOME" && pwd` fi # For Cygwin, ensure paths are in UNIX format before anything is touched if $cygwin ; then [ -n "$ANT_HOME" ] && ANT_HOME=`cygpath --unix "$ANT_HOME"` [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` fi # set ANT_LIB location ANT_LIB="${ANT_HOME}/lib" if [ -z "$JAVACMD" ] ; then if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD="$JAVA_HOME/jre/sh/java" else JAVACMD="$JAVA_HOME/bin/java" fi else JAVACMD=`which java 2> /dev/null ` if [ -z "$JAVACMD" ] ; then JAVACMD=java fi fi fi if [ ! -x "$JAVACMD" ] ; then echo "Error: JAVA_HOME is not defined correctly." echo " We cannot execute $JAVACMD" exit 1 fi # Build local classpath using just the launcher in non-rpm mode or # use the Jpackage helper in rpm mode with basic and default jars # specified in the ant.conf configuration. Because the launcher is # used, libraries linked in ANT_HOME will also be include, but this # is discouraged as it is not java-version safe. A user should # request optional jars and their dependencies via the OPT_JAR_LIST # variable if $rpm_mode && [ -f /usr/bin/build-classpath ] ; then LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)" # If the user requested to try to add some other jars to the classpath if [ -n "$OPT_JAR_LIST" ] ; then _OPTCLASSPATH="$(/usr/bin/build-classpath $OPT_JAR_LIST 2> /dev/null)" if [ -n "$_OPTCLASSPATH" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$_OPTCLASSPATH" fi fi # Explicitly add javac path to classpath, assume JAVA_HOME set # properly in rpm mode if [ -f "$JAVA_HOME/lib/tools.jar" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/tools.jar" fi if [ -f "$JAVA_HOME/lib/classes.zip" ] ; then LOCALCLASSPATH="$LOCALCLASSPATH:$JAVA_HOME/lib/classes.zip" fi # if CLASSPATH_OVERRIDE env var is set, LOCALCLASSPATH will be # user CLASSPATH first and ant-found jars after. # In that case, the user CLASSPATH will override ant-found jars # # if CLASSPATH_OVERRIDE is not set, we'll have the normal behaviour # with ant-found jars first and user CLASSPATH after if [ -n "$CLASSPATH" ] ; then # merge local and specified classpath if [ -z "$LOCALCLASSPATH" ] ; then LOCALCLASSPATH="$CLASSPATH" elif [ -n "$CLASSPATH_OVERRIDE" ] ; then LOCALCLASSPATH="$CLASSPATH:$LOCALCLASSPATH" else LOCALCLASSPATH="$LOCALCLASSPATH:$CLASSPATH" fi # remove class path from launcher -lib option CLASSPATH="" fi else # not using rpm_mode; use launcher to determine classpaths if [ -z "$LOCALCLASSPATH" ] ; then LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar else LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar:$LOCALCLASSPATH fi fi if [ -n "$JAVA_HOME" ] ; then # OSX hack to make Ant work with jikes if $darwin ; then OSXHACK="${JAVA_HOME}/../Classes" if [ -d "${OSXHACK}" ] ; then for i in "${OSXHACK}"/*.jar do JIKESPATH="$JIKESPATH:$i" done fi fi fi # Allow Jikes support (off by default) if $usejikes; then ANT_OPTS="$ANT_OPTS -Dbuild.compiler=jikes" fi # For Cygwin, switch paths to appropriate format before running java if $cygwin; then if [ "$OS" = "Windows_NT" ] && cygpath -m .>/dev/null 2>/dev/null ; then format=mixed else format=windows fi ANT_HOME=`cygpath --$format "$ANT_HOME"` ANT_LIB=`cygpath --$format "$ANT_LIB"` JAVA_HOME=`cygpath --$format "$JAVA_HOME"` LOCALCLASSPATH=`cygpath --path --$format "$LOCALCLASSPATH"` if [ -n "$CLASSPATH" ] ; then CLASSPATH=`cygpath --path --$format "$CLASSPATH"` fi CYGHOME=`cygpath --$format "$HOME"` fi # Show script help if requested if $show_help ; then echo $0 '[script options] [options] [target [target2 [target3] ..]]' echo 'Script Options:' echo ' --help, --h print this message and ant help' echo ' --noconfig suppress sourcing of /etc/ant.conf,' echo ' $HOME/.ant/ant.conf, and $HOME/.antrc' echo ' configuration files' echo ' --usejikes enable use of jikes by default, unless' echo ' set explicitly in configuration files' echo ' --execdebug print ant exec line generated by this' echo ' launch script' echo ' ' fi # add a second backslash to variables terminated by a backslash under cygwin if $cygwin; then case "$ANT_HOME" in *\\ ) ANT_HOME="$ANT_HOME\\" ;; esac case "$CYGHOME" in *\\ ) CYGHOME="$CYGHOME\\" ;; esac case "$JIKESPATH" in *\\ ) JIKESPATH="$JIKESPATH\\" ;; esac case "$LOCALCLASSPATH" in *\\ ) LOCALCLASSPATH="$LOCALCLASSPATH\\" ;; esac case "$CLASSPATH" in *\\ ) CLASSPATH="$CLASSPATH\\" ;; esac fi # Execute ant using eval/exec to preserve spaces in paths, # java options, and ant args ant_sys_opts= if [ -n "$CYGHOME" ]; then if [ -n "$JIKESPATH" ]; then ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\" -Dcygwin.user.home=\"$CYGHOME\"" else ant_sys_opts="-Dcygwin.user.home=\"$CYGHOME\"" fi else if [ -n "$JIKESPATH" ]; then ant_sys_opts="-Djikes.class.path=\"$JIKESPATH\"" fi fi ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -lib \"$CLASSPATH\" $ant_exec_args" if $ant_exec_debug ; then echo $ant_exec_command fi eval $ant_exec_command |
From: Nobody <fas...@us...> - 2005-12-21 22:04:12
|
Update of /cvsroot/mocklib/mocklib2/tools/ant/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17021 Removed Files: ant Log Message: testing --- ant DELETED --- |
From: Nobody <fas...@us...> - 2005-12-21 21:57:44
|
Update of /cvsroot/mocklib/mocklib2/tools/ant/bin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15515 Modified Files: ant Log Message: ange to executable Index: ant =================================================================== RCS file: /cvsroot/mocklib/mocklib2/tools/ant/bin/ant,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ant 27 Jun 2005 03:40:35 -0000 1.1 --- ant 21 Dec 2005 21:57:36 -0000 1.2 *************** *** 1,4 **** --- 1,5 ---- #! /bin/sh + # Copyright 2001-2004 The Apache Software Foundation # |
From: Nobody <fas...@us...> - 2005-12-21 21:53:20
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14733 Modified Files: build Log Message: test ant movement Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** build 21 Dec 2005 20:21:05 -0000 1.22 --- build 21 Dec 2005 21:53:10 -0000 1.23 *************** *** 1,3 **** --- 1,5 ---- + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 21:04:48
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4986/bldfiles Modified Files: build.xml Log Message: get rid of sleep Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 21 Dec 2005 20:58:09 -0000 1.8 --- build.xml 21 Dec 2005 21:04:41 -0000 1.9 *************** *** 108,113 **** <echo message="basedir=${basedir}"/> - <sleep minutes="1"/> - <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> <pathconvert dirsep="/" pathsep=" " property="temp.somepath" refid="junit.lib" setonempty="true"/> --- 108,111 ---- |
From: Nobody <fas...@us...> - 2005-12-21 20:58:19
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3562/bldfiles Modified Files: build.xml Log Message: testing sleep Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 21 Dec 2005 20:42:40 -0000 1.7 --- build.xml 21 Dec 2005 20:58:09 -0000 1.8 *************** *** 108,111 **** --- 108,113 ---- <echo message="basedir=${basedir}"/> + <sleep minutes="1"/> + <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> <pathconvert dirsep="/" pathsep=" " property="temp.somepath" refid="junit.lib" setonempty="true"/> |
From: Nobody <fas...@us...> - 2005-12-21 20:48:10
|
Update of /cvsroot/mocklib/mocklib2/tools/old In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1145/tools/old Removed Files: buildtemplate.jar Log Message: get rid of build template --- buildtemplate.jar DELETED --- |
From: Nobody <fas...@us...> - 2005-12-21 20:42:48
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32190/bldfiles Modified Files: build.xml Log Message: add debug logs Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.xml 21 Dec 2005 20:01:27 -0000 1.6 --- build.xml 21 Dec 2005 20:42:40 -0000 1.7 *************** *** 102,109 **** <!-- Override this property to build official release --> ! <property name="version" value="Developer-Build"/> <echo message="***************************USING THIS ANT************************"/> <echo message="ant.home=${ant.home}"/> <echo message="*****************************************************************"/> <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> --- 102,110 ---- <!-- Override this property to build official release --> ! <property name="version" value="Developer-Build"/> <echo message="***************************USING THIS ANT************************"/> <echo message="ant.home=${ant.home}"/> <echo message="*****************************************************************"/> + <echo message="basedir=${basedir}"/> <!--Just a convenient pathconvert to debug paths above by converting to string and printing --> |
From: Nobody <fas...@us...> - 2005-12-21 20:21:18
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27212 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** build 21 Dec 2005 19:47:30 -0000 1.21 --- build 21 Dec 2005 20:21:05 -0000 1.22 *************** *** 1,6 **** - - - #************************************ # Generated file. Do not modify --- 1,3 ---- |
From: Nobody <fas...@us...> - 2005-12-21 20:01:48
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23081/bldfiles Modified Files: build.xml Log Message: fix emma report location! Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.xml 21 Dec 2005 19:05:55 -0000 1.5 --- build.xml 21 Dec 2005 20:01:27 -0000 1.6 *************** *** 464,467 **** --- 464,475 ---- <fail if="is.test.fail"/> + <!-- emma is not playing nice so we must feed it the absolute path of + the report directory, otherwise if run from another directory, it + puts it relative to that instead of relative to base dir --> + <property name="report.tmp" location="${codecov.report}"/> + + <echo message="HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH"/> + <echo message="report=${report.tmp}"/> + <emma enabled="${emma.enabled}" > <report sourcepath="${javacode}:${versioning.src}" > *************** *** 470,475 **** </fileset> ! <txt outfile="${codecov.report}/coverage.txt" /> ! <html outfile="${codecov.report}/coverage.html" /> </report> </emma> --- 478,483 ---- </fileset> ! <txt outfile="${report.tmp}/coverage.txt" /> ! <html outfile="${report.tmp}/coverage.html" /> </report> </emma> |
From: Nobody <fas...@us...> - 2005-12-21 19:47:38
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20584 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** build 21 Dec 2005 19:36:34 -0000 1.20 --- build 21 Dec 2005 19:47:30 -0000 1.21 *************** *** 1,3 **** --- 1,6 ---- + + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 19:36:42
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17418 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** build 21 Dec 2005 19:29:58 -0000 1.19 --- build 21 Dec 2005 19:36:34 -0000 1.20 *************** *** 1,5 **** - - #************************************ # Generated file. Do not modify --- 1,3 ---- |
From: Nobody <fas...@us...> - 2005-12-21 19:34:55
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17075/bldfiles Modified Files: release.xml Log Message: add echo message Index: release.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/release.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** release.xml 21 Dec 2005 19:05:55 -0000 1.3 --- release.xml 21 Dec 2005 19:34:44 -0000 1.4 *************** *** 92,95 **** --- 92,96 ---- <target name="createdist" depends="javadocexamples"> + <echo message="codecov=${codecov.report}"/> <copy todir="${projstaging}"> <fileset dir="${codecov.report}"/> |
From: Nobody <fas...@us...> - 2005-12-21 19:30:07
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16107 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build 21 Dec 2005 19:28:17 -0000 1.18 --- build 21 Dec 2005 19:29:58 -0000 1.19 *************** *** 1,3 **** --- 1,5 ---- + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 19:28:26
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15870 Modified Files: build Log Message: testing Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** build 21 Dec 2005 19:13:25 -0000 1.17 --- build 21 Dec 2005 19:28:17 -0000 1.18 *************** *** 1,6 **** - - - #************************************ # Generated file. Do not modify --- 1,3 ---- |
From: Nobody <fas...@us...> - 2005-12-21 19:13:37
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11166 Modified Files: build Log Message: tsegin Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** build 21 Dec 2005 19:10:26 -0000 1.16 --- build 21 Dec 2005 19:13:25 -0000 1.17 *************** *** 1,3 **** --- 1,6 ---- + + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 19:10:34
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10255 Modified Files: build Log Message: test build Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** build 21 Dec 2005 19:07:27 -0000 1.15 --- build 21 Dec 2005 19:10:26 -0000 1.16 *************** *** 1,5 **** - - #************************************ # Generated file. Do not modify --- 1,3 ---- |
From: Nobody <fas...@us...> - 2005-12-21 19:07:35
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9361 Modified Files: build Log Message: trigger build Index: build =================================================================== RCS file: /cvsroot/mocklib/mocklib2/build,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** build 21 Dec 2005 18:44:19 -0000 1.14 --- build 21 Dec 2005 19:07:27 -0000 1.15 *************** *** 1,2 **** --- 1,5 ---- + + + #************************************ # Generated file. Do not modify |
From: Nobody <fas...@us...> - 2005-12-21 19:06:08
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8881/bldfiles Modified Files: build.xml Added Files: release.xml Log Message: creating ability to do release builds Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.xml 21 Dec 2005 18:50:39 -0000 1.4 --- build.xml 21 Dec 2005 19:05:55 -0000 1.5 *************** *** 3,7 **** Run "ant -projecthelp" to view all the possible targets and descriptions. --> ! <project name="std_buildfile" default="testall" basedir=".."> <!-- Now allow any of the properties to be overridden --> --- 3,7 ---- Run "ant -projecthelp" to view all the possible targets and descriptions. --> ! <project name="std_buildfile" default="release" basedir=".."> <!-- Now allow any of the properties to be overridden --> *************** *** 419,425 **** *********************************************************************** --> - - - <target name="testall" depends="instrumentation" description="Run ALL junit and abbot tests after compiling code"> <mkdir dir="${junit.results}"/> --- 419,422 ---- --- NEW FILE: release.xml --- <!-- This file is run after testall. It is primarily so you can move the distribution built in createdist.xml and code coverage web pages anywhere you want after the build is done --> <project name="std_buildfile" default="createdist" basedir=".."> <property name="misc" value="${input}/misc"/> <property name="javadoc.examples.title" value="MockLib Examples"/> <!-- temporary until we fix buildtemplate to not erase every folder in tools --> <property name="taglet" value="${tool.dir}/taglet"/> <property name="user" value="fastdragon"/> <!-- *********************************************************************** JAVADOC TARGET *********************************************************************** --> <target name="javadocimpl" description="Generate JavaDoc"> <mkdir dir="${projstaging}/impl"/> <copy todir="${projstaging}/impl"> <fileset dir="${javacode}" excludes="**\*.java"/> </copy> <echo message="list is at ${misc}"/> <echo message="package lists in=${package.list}"/> <javadoc packagenames="biz.xsoftware.mock.*" sourcepath="${javacode}" destdir="${projstaging}/impl" author="true" version="true" use="true" public="yes" overview="${misc}/mockoverview.html" windowtitle="${javadoc.title} ${version}" doctitle="${javadoc.title} ${version}" Verbose="true"> <!-- classpath needed to link up to third_party libs without 100's of warnings --> <classpath> <path refid="tool.and.lib"/> </classpath> <fileset dir="${javacode}"> <include name="**/.java"/> </fileset> <doctitle><![CDATA[<h1>${javadoc.title} ${version}</h1>]]></doctitle> <bottom><![CDATA[<i>${copyright}</i><br> ${javadoc.bottom}]]> </bottom> <link offline="true" href="http://java.sun.com/j2se/1.4.2/docs/api" packagelistLoc="${package.list}/jdk"/> <link offline="true" href="http://www.junit.org/junit/javadoc/3.8.1" packagelistLoc="${package.list}/junit"/> </javadoc> </target> <target name="javadocexamples" depends="javadocimpl" description="Generate JavaDoc"> <mkdir dir="${projstaging}/examples"/> <copy todir="${projstaging}/examples"> <fileset dir="${javacode}" excludes="**\*.java"/> </copy> <echo message="list is at ${misc}"/> <javadoc packagenames="biz.xsoftware.examples.*" sourcepath="${javacode}" destdir="${projstaging}/examples" author="true" version="true" use="true" private="yes" overview="${misc}/examplesoverview.html" windowtitle="${javadoc.examples.title} ${version}" doctitle="${javadoc.examples.title} ${version}" Verbose="true" breakiterator="yes" stylesheetfile="${taglet}/stylesheet.css"> <taglet name="biz.xsoftware.showcode.ShowCodeTaglet" path="${taglet}/showcode.jar"/> <!-- classpath needed to link up to third_party libs without 100's of warnings --> <classpath> <path refid="tool.and.lib"/> </classpath> <fileset dir="${javacode}"> <include name="**/.java"/> </fileset> <doctitle><![CDATA[<h1>${javadoc.examples.title} ${version}</h1>]]></doctitle> <bottom><![CDATA[<i>${copyright}</i><br> ${javadoc.bottom}]]> </bottom> <link offline="true" href="http://java.sun.com/j2se/1.4.2/docs/api" packagelistLoc="${package.list}/jdk"/> <link offline="true" href="http://www.junit.org/junit/javadoc/3.8.1" packagelistLoc="${package.list}/junit"/> <link offline="false" href="../impl"/> </javadoc> </target> <target name="createdist" depends="javadocexamples"> <copy todir="${projstaging}"> <fileset dir="${codecov.report}"/> <fileset dir="${jardist}" includes="${jar.name}"/> </copy> <!-- <copy file="README" tofile="${dist.build.dir}/README" overwrite="yes" /> <copy file="LICENSE" tofile="${dist.build.dir}/LICENSE" overwrite="yes" /> --> <mkdir dir="${dist}"/> <!-- package everything up nice and tidy --> <zip zipfile="${dist}/${name}-${version}.zip" basedir="${staging}" includes="**" update="yes" /> <!--tar tarfile="${dist.dir}/${name}-${version}.tar" basedir="${dist.build.dir}" includes="**" /> <gzip zipfile="${dist.dir}/${name}-${version}.tar.gz" src="${dist.dir}/${name}-${version}.tar" /--> </target> <!-- this is run after createdist is run and after testall is run so codecoverage, the release, can all be posted to some website --> <target name="release" depends="createdist" if="pw"> <echo message="***************************************************************"/> <echo message="***************************************************************"/> <echo message=" Delivering zip=${name}-${version}.zip to"/> <echo message=" sourceforge ftp site, and to ${name} website"/> <echo message=" The website will be updated at mocklib.sourceforge.net"/> <echo message=" Please finish this and go to sourceforge.net/projects/mocklib"/> <echo message=" to pick up the release and release it to the world"/> <echo message=""/> <echo message=" ps. This will take a while"/> <echo message="***************************************************************"/> <echo message="***************************************************************"/> <ftp server="upload.sourceforge.net" remotedir="incoming" userid="anonymous" password="${user}@user.sourceforge.net"> <fileset dir="${dist}"> <include name="${name}-${version}.zip"/> </fileset> </ftp> <scp file="${dist}/${name}-${version}.zip" todir="${user}@shell.sourceforge.net:/home/groups/m/mo/mocklib" password="${pw}"/> <sshexec host="shell.sourceforge.net" username="${user}" password="${pw}" command="rm -rf /home/groups/m/mo/mocklib/htdocs/*"/> <sshexec host="shell.sourceforge.net" username="${user}" password="${pw}" command="unzip /home/groups/m/mo/mocklib/${name}-${version}.zip -d /home/groups/m/mo/mocklib/htdocs/"/> <sshexec host="shell.sourceforge.net" username="${user}" password="${pw}" command="mv /home/groups/m/mo/mocklib/htdocs/${name}/* /home/groups/m/mo/mocklib/htdocs"/> <sshexec host="shell.sourceforge.net" username="${user}" password="${pw}" command="rm /home/groups/m/mo/mocklib/${name}*.zip"/> </target> </project> |
From: Nobody <fas...@us...> - 2005-12-21 18:50:51
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5505/bldfiles Modified Files: build.xml Log Message: testing Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build.xml 21 Dec 2005 18:49:05 -0000 1.3 --- build.xml 21 Dec 2005 18:50:39 -0000 1.4 *************** *** 419,422 **** --- 419,425 ---- *********************************************************************** --> + + + <target name="testall" depends="instrumentation" description="Run ALL junit and abbot tests after compiling code"> <mkdir dir="${junit.results}"/> |
From: Nobody <fas...@us...> - 2005-12-21 18:49:14
|
Update of /cvsroot/mocklib/mocklib2/bldfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4331/bldfiles Modified Files: build.xml Log Message: testing Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib2/bldfiles/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.xml 21 Dec 2005 18:45:58 -0000 1.2 --- build.xml 21 Dec 2005 18:49:05 -0000 1.3 *************** *** 419,423 **** *********************************************************************** --> - <target name="testall" depends="instrumentation" description="Run ALL junit and abbot tests after compiling code"> <mkdir dir="${junit.results}"/> --- 419,422 ---- |