# ChangeLog for dev-java/adaptx
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/adaptx/ChangeLog,v 1.18 2006/07/02 04:01:41 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/adaptx/ChangeLog,v 1.19 2006/08/06 04:14:43 nichoj Exp $
+
+ 06 Aug 2006; Joshua Nichols <nichoj@gentoo.org>
+ adaptx-0.9.13_p20041105-r2.ebuild:
+ Fixed building with java-strict.
02 Jul 2006; Joshua Nichols <nichoj@gentoo.org>
+adaptx-0.9.13_p20041105-r2.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/adaptx/adaptx-0.9.13_p20041105-r2.ebuild,v 1.1 2006/07/02 04:01:41 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/adaptx/adaptx-0.9.13_p20041105-r2.ebuild,v 1.2 2006/08/06 04:14:43 nichoj Exp $
inherit java-pkg-2 java-ant-2
# tried to build sources with jikes but
# failed all the time on different
# plattforms (amd64, x86)
- local antflags="jar -lib $(java-pkg_getjars xerces-2,xml-commons,rhino-1.5,gnu-jaxp,log4j)" || die
+ local antflags="jar -Dclasspath=$(java-pkg_getjars xerces-2,xml-commons,rhino-1.5,gnu-jaxp,log4j,ant-core)" || die
antflags="${antflags} $(use_doc)"
eant ${antflags} || die "failed too build"
}
# ChangeLog for dev-java/burlap
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/burlap/ChangeLog,v 1.4 2006/07/04 19:33:47 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/burlap/ChangeLog,v 1.5 2006/08/06 04:19:43 nichoj Exp $
+
+ 06 Aug 2006; Joshua Nichols <nichoj@gentoo.org> burlap-3.0.8-r1.ebuild:
+ Fixed building with java-strict.
*burlap-3.0.8-r1 (04 Jul 2006)
*burlap-2.1.12-r1 (04 Jul 2006)
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/burlap/burlap-3.0.8-r1.ebuild,v 1.1 2006/07/04 19:33:47 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/burlap/burlap-3.0.8-r1.ebuild,v 1.2 2006/08/06 04:19:43 nichoj Exp $
inherit java-pkg-2
${COMMON_DEP}"
src_compile() {
- eant jar $(use_doc) -lib $(java-pkg_getjar servletapi-2.3 servlet.jar):$(java-pkg_getjars hessian-3.0.8, caucho-services-3.0)
+ eant jar $(use_doc) -Dclasspath=$(java-pkg_getjar servletapi-2.3 servlet.jar):$(java-pkg_getjars hessian-3.0.8, caucho-services-3.0)
}
src_install() {
# ChangeLog for dev-java/castor
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.24 2006/07/22 21:38:21 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.25 2006/08/06 04:17:36 nichoj Exp $
+
+ 06 Aug 2006; Joshua Nichols <nichoj@gentoo.org> castor-0.9.9.1-r1.ebuild:
+ Fixed building with java-strict.
22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org>
castor-0.9.9.1-r1.ebuild:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r1.ebuild,v 1.2 2006/07/22 21:38:21 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r1.ebuild,v 1.3 2006/08/06 04:17:36 nichoj Exp $
inherit eutils java-pkg-2 java-ant-2
cd ${S}/lib
rm -f *.jar
+ java-pkg_jar-from ant-core ant.jar
java-pkg_jar-from adaptx-0.9
java-pkg_jar-from commons-logging
java-pkg_jar-from cglib-2