ports/153697: ports java/jboss5 build failed

Jimmy Kelley ljboiler at gmail.com
Sun Feb 13 02:30:14 UTC 2011


The following reply was made to PR ports/153697; it has been noted by GNATS.

From: Jimmy Kelley <ljboiler at gmail.com>
To: bug-followup at FreeBSD.org, ksmakoto at 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 "buildmagic" stuff imported into build.xml doesn'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--



More information about the freebsd-ports-bugs mailing list