Gentoo Archives: gentoo-java

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-java@l.g.o
Subject: [gentoo-java] JAVA_ANT_IGNORE_SYSTEM_CLASSES
Date: Sat, 20 Jan 2007 22:27:52
Message-Id: 45B29740.1080803@gentoo.org
1 You can now set JAVA_ANT_IGNORE_SYSTEM_CLASSES in ebuilds to
2 automatically make available tasks ignore classes in ant classpath. This
3 is usually useful to fix code that builds tests based on junti being
4 available. The variable should only be used if there is no src_unpack as
5 you can just call java-ant_ignore-system-classes in src_unpack if it
6 exists. The ant-core automatic dep is also here but it is disable
7 because ant-core is not modified yet to disable the dep.
8
9 Regards,
10 Petteri

Attachments

File name MIME type
ant-ignore-system-classes.patch text/x-patch