Building against the new jakarta-servletapi fixes the javac compiler bug

which would crop up before, so remove the workaround.

For the time being, we still use the version of ant and the build script which
ship with cocoon.  This will be addressed soon.
This commit is contained in:
jwise 2001-03-29 21:16:13 +00:00
parent 430a46a5ef
commit bd9b1816ea

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2001/03/28 03:57:32 jwise Exp $
# $NetBSD: Makefile,v 1.10 2001/03/29 21:16:13 jwise Exp $
DISTNAME= Cocoon-1.8.2
PKGNAME= cocoon-1.8.2
@ -40,16 +40,11 @@ post-extract:
${WRKSRC}/lib/xml.jar ${WRKSRC}/lib/xt.jar \
${WRKSRC}/lib/fesi.jar
# Yes -- you have to run build.sh _twice_. The first time triggers a bug in JDK-1.1 javac,
# and the second time completes successfully. While we're at it, note that we can't
# rebuild the javadoc documentation, and have to use that which it shipped with, as the
# javadoc target requires StyleBook, which uses features of JDK 1.2
# note that we can't rebuild the javadoc documentation, and have to use that
# which it shipped with, as the javadoc target requires StyleBook, which uses
# features of JDK 1.2
do-build:
@${ECHO} "------------------------------------------------------------------------"
@${ECHO} " Please ignore any compiler errors during this build. They are"
@${ECHO} " handled properly by the build process"
@${ECHO} "------------------------------------------------------------------------"
-(cd ${WRKSRC} && ${SH} build.sh)
cd ${WRKSRC} && ${SH} build.sh
# For now, we install the turbine-pool.jar which ships with cocoon. When there is an actual