Hi C2ers,

        Hope all is well.

        There seems to be documented issues with ant and the latest jdk1.3.1
        under Linux.

        (http://marc.theaimsgroup.com/?l=ant-dev&m=99255083728587&w=2)

        Attached is a patch to bin/ant with the suggested workaround to
        get things working.

        Cheers,

        Marcus

On Mon, 2 Jul 2001, Marcus Crafter wrote:

> Hi Ben,
> 
> On Mon, 2 Jul 2001, Ben Young wrote:
> 
> > Thanks for your help.  I'm going to give that a try.  I haven't tried
> > building it with CVS versions of Ant and/or jdk 1.3.1.  I've had
> > trouble getting cvs through the firewall here at work, so I usually
> > download release builds or nightlies.  I'll probably try the jdk
> > 1.3.0_02 first.  Do you want to let the dev guys know or should I?
> 
>       No problem. I'll give ant-cvs a try tonight and mail the ant/cocoon
>       folk depending on the outcome.
> 
>       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
Index: ant
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/bin/ant,v
retrieving revision 1.2
diff -u -r1.2 ant
--- ant 2001/06/14 10:47:26     1.2
+++ ant 2001/07/02 17:29:44
@@ -104,4 +104,4 @@
   LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
 fi
 
-$JAVACMD -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
org.apache.tools.ant.Main "$@"
+$JAVACMD -classic -classpath "$LOCALCLASSPATH" -Dant.home="${ANT_HOME}" $ANT_OPTS 
+org.apache.tools.ant.Main "$@"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to