Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2009 17:34:48 +0200
From:      "Andrei V. Lavreniyuk" <andy.lavr@reactor-xg.kiev.ua>
To:        java@FreeBSD.org
Subject:   New patch ant.sh.in for FreeBSD ports devel/apache-ant
Message-ID:  <49749D98.4080402@reactor-xg.kiev.ua>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040409070900000604050309
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit

Hi!



It will be more correct whew, view attached files - patch-ant.sh.in



-- 
  Best regards, Andrei V. Lavreniyuk.


--------------040409070900000604050309
Content-Type: text/plain;
 name="patch-ant.sh.in"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-ant.sh.in"

--- ant.sh.in.orig	2006-09-07 11:15:39.000000000 +0300
+++ ant.sh.in	2009-01-19 17:30:45.677679527 +0200
@@ -79,4 +79,6 @@
 	exit 1
 fi
 
+CLASSPATH=$ANT_LIB:$CLASSPATH;export CLASSPATH
+
 exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}" -Dant.home="${DATADIR}" org.apache.tools.ant.launch.Launcher ${ANT_ARGS} -lib "${CLASSPATH}" "$@"

--------------040409070900000604050309--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49749D98.4080402>