Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2009 11:53:01 +0100
From:      Herve Quiroz <hq@FreeBSD.org>
To:        andy.lavr@gmail.com
Cc:        java@FreeBSD.org
Subject:   Re: New patch ant.sh.in for FreeBSD ports devel/apache-ant
Message-ID:  <20090206105252.GA15887@herve>
In-Reply-To: <4982AF30.5050400@reactor-xg.kiev.ua>
References:  <49749D98.4080402@reactor-xg.kiev.ua> <49779F59.6050209@FreeBSD.org> <49784E41.7070006@reactor-xg.kiev.ua> <4978A11A.1040408@FreeBSD.org> <49822AE8.9020608@FreeBSD.org> <4982AF30.5050400@reactor-xg.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

--NDin8bjvE/0mNLFQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi Andrei,

Here is another patch. With this fix I managed to build java/eclipse.
Basically, it uses the exact same command line as the mainstream Ant run
script. I will try building openoffice as well to make sure we don't
break any critical port but as my test machine is quite slow (celeron
and 256MB memory) this could take a while. It already took me quite some
time to build eclipse. Hence the delay for my reply.

Thanks for helping me figuring out the broken ports.

Herve

On Fri, Jan 30, 2009 at 09:41:36AM +0200, Andrei V. Lavreniyuk wrote:
> If
>
> exec "${JAVACMD}" ${ANT_OPTS} -classpath "${LOCALCLASSPATH}"  
> -Dant.home="${DATADIR}" -Dant.library.dir="${ANT_LIB}"  
> org.apache.tools.ant.launch.Launcher ${ANT_ARGS} "$@"
>
> then
>
> [...]
>
> BUILD FAILED
> /usr/ports/java/eclipse/work/jdtcoresrc/compilejdtcore.xml:44: Class not  
> found: org.eclipse.jdt.core.JDTCompilerAdapter
>
> Total time: 1 second
>
> BUILD FAILED
> /usr/ports/java/eclipse/work/build.xml:318: The Eclipse compiler  
> (ecj.jar) cannot be found.
>
> Total time: 0 seconds

--NDin8bjvE/0mNLFQ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090206105252.GA15887>