Gentoo Archives: gentoo-java

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-java@l.g.o
Subject: [gentoo-java] Making eant smarter wrt src_test and classpath
Date: Sat, 10 Feb 2007 23:03:42
Message-Id: 45CE4F1E.3020701@gentoo.org
1 1. Makes eant always turn on the Junit.present property in src_test.
2 This property is used by build.xml files generated from maven.
3
4 2. Makes it possible to use EANT_GENTOO_CLASSPATH like:
5
6 EANT_GENTOO_CLASSPATH="
7 commons-logging
8 commons-net
9 commons-httpclient-3
10 jsch
11 commons-collections
12 ant-core
13 "
14
15 3. Adds junit to EANT_GENTOO_CLASSPATH when in src_test and ANT_TASKS
16 has ant-junit.
17
18 Will hold committing this until I have tested this for a while.
19
20 Regards,
21 Petteri

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-java] Making eant smarter wrt src_test and classpath "Petteri Räty" <betelgeuse@g.o>