Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (c4ea31a9e31f65b59910f6cdfb35d202f0efcdfe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Julien ROZO (c4ea31a9e31f65b59910f6cdfb35d202f0efcdfe)
  • Date: Sat, 30 Aug 2008 16:51:38 +0200

On Saturday 30 of August 2008 16:44:57 Julien ROZO wrote:
> ant: updated version to 1.7.1 (fixing bug #13749), removed PATCHLEVEL
> in BUILD, added junit to CLASSPATH if installed (fixing bug #3230),
> added unexport of CLASSPATH added PRE_BUILD and ant-buildfile-junit.patch
> to remove junit testsif not installed (fixing bugs #13749 and #3230)
Awesome! The older they are, the more props you get. ^^

> -./build.sh -Ddist.dir=antbuild dist
> +# fix bug #3230
> +if spell_ok junit; then
> +
> CLASSPATH="$INSTALL_ROOT/usr/lib/java/ibm-dist/junit/junit-$(installed_vers
>ion junit).jar:$CLASSPATH" +fi &&
> +
> +export CLASSPATH &&
> +./build.sh -Ddist.dir=antbuild dist &&
> +export -p CLASSPATH
Shouldn't this be an export -n CLASSPATH?

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page