On Mon, 9 Jul 2001, Jeremy Quinn wrote:
> At 12:58 PM +0200 9/7/01, Marcus Crafter wrote:
> >
> > -classic was added so that people could build cocoon2 under linux
> > using jdk1.3.1. Without it, linux folks get a segfault. Apparently its
> > a known java issue.
> >
> > hmm... does it build if you remove the -classic option ?
> >
>
> where do I remove the -classic option from?
sorry.. should have been a bit more informative! :-)
In the file bin/ant on the last line. Change it from
$JAVACMD -classic -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS
org.apache.tools.ant.Main "$@"
to
$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS
org.apache.tools.ant.Main "$@"
Cheers,
Marcus
--
.....
,,$$$$$$$$$, Marcus Crafter
;$' '$$$$: Computer Systems Engineer
$: $$$$: Open Software Associates GmbH
$ o_)$$$: 82-84 Mainzer Landstrasse
;$, _/\ &&:' 60327 Frankfurt Germany
' /( &&&
\_&&&&' Email : [EMAIL PROTECTED]
&&&&. Business Hours : +49 69 9757 200
&&&&&&&: After Hours : +49 69 49086750
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]