[Build-common-hackers] Bug#232874: cdbs: [PATCH] support libant1.6-java

Stefan Gybas Stefan Gybas <sgybas@debian.org>, 232874@bugs.debian.org
Mon, 16 Feb 2004 14:12:50 +0100


Takashi Okamoto wrote:

> libant1.6-java with current cdbs doesn't work. Classpath should be
> configured for all jar files in /usr/share/ant1.6/lib. 

I don't like the idea of automatically adding everythin in 
/usr/share/ant1.6/lib to the class path. This might lead to differnt 
results in the final package depending on which Ant plugins you have 
installed (without a build dependency on them). Maybe another variable 
like DEB_ANT_JARS could be used?

Stefan