Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 02:30:14 GMT
From:      Jimmy Kelley <ljboiler@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/153697: ports java/jboss5 build failed
Message-ID:  <201102130230.p1D2UEcF085384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153697; it has been noted by GNATS.

From: Jimmy Kelley <ljboiler@gmail.com>
To: bug-followup@FreeBSD.org, ksmakoto@dd.iij4u.or.jp
Cc:  
Subject: Re: ports/153697: ports java/jboss5 build failed
Date: Sat, 12 Feb 2011 19:55:01 -0600

 --00151750eef61c32e7049c203899
 Content-Type: text/plain; charset=ISO-8859-1
 
 The "buildmagic" stuff imported into build.xml doesn't appear to work
 properly with ant 1.8.1.
 The following patch points the build to the ant tool included with the JBoss
 source
 and worked for me:
 
 
 --- Makefile.orig    2009-11-18 16:11:45.000000000 -0600
 +++ Makefile    2011-02-12 19:47:18.000000000 -0600
 @@ -20,6 +20,8 @@
  USE_JAVA=    yes
  JAVA_VERSION=    1.5+
  USE_ANT=    yes
 +ANT_HOME=    ${WRKSRC}/tools
 +ANT=        ${WRKSRC}/tools/bin/ant
  DATADIR=    ${PREFIX}/share/${UNIQUENAME}
  DOCSDIR=    ${PREFIX}/share/doc/${UNIQUENAME}
 
 --00151750eef61c32e7049c203899
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 The &quot;buildmagic&quot; stuff imported into build.xml doesn&#39;t appear=
  to work properly with ant 1.8.1.<br>The following patch points the build t=
 o the ant tool included with the JBoss source<br>and worked for me:<br><br>
 <br>--- Makefile.orig=A0=A0=A0 2009-11-18 16:11:45.000000000 -0600<br>+++ M=
 akefile=A0=A0=A0 2011-02-12 19:47:18.000000000 -0600<br>@@ -20,6 +20,8 @@<b=
 r>=A0USE_JAVA=3D=A0=A0=A0 yes<br>=A0JAVA_VERSION=3D=A0=A0=A0 1.5+<br>=A0USE=
 _ANT=3D=A0=A0=A0 yes<br>+ANT_HOME=3D=A0=A0=A0 ${WRKSRC}/tools<br>
 +ANT=3D=A0=A0=A0 =A0=A0=A0 ${WRKSRC}/tools/bin/ant<br>=A0DATADIR=3D=A0=A0=
 =A0 ${PREFIX}/share/${UNIQUENAME}<br>=A0DOCSDIR=3D=A0=A0=A0 ${PREFIX}/share=
 /doc/${UNIQUENAME}<br><br>
 
 --00151750eef61c32e7049c203899--



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