Gentoo Archives: gentoo-java

From: Scott Amort <jsamort@×××××.com>
To: gentoo-java@l.g.o
Subject: Re: [gentoo-java] contributing to Gentoo Java
Date: Fri, 22 Sep 2006 21:00:55
Message-Id: 1158958795.7524.9.camel@localhost
In Reply to: Re: [gentoo-java] contributing to Gentoo Java by Vlastimil Babka
1 On Fri, 2006-09-22 at 22:24 +0200, Vlastimil Babka wrote:
2 > You can call eant with -Dnoget=true to trigger the "unless" clause
3 > causing the target not performed (no downloading). I think there are
4 > already some ebuilds that do this.
5
6 Great.. thanks that worked. Next question - how do I disable JUnit
7 tests? The build.xml sets a test depend on the jar target:
8
9 <target name="jar" description="o Create the jar"
10 depends="compile,test">
11
12 Thanks again,
13 Scott
14
15
16 --
17 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] contributing to Gentoo Java "Miroslav Šulc" <miroslav.sulc@××××××××.cz>
Re: [gentoo-java] contributing to Gentoo Java "William L. Thomson Jr." <wltjr@g.o>