On Wed, Jun 13, 2012 at 5:31 PM, Edison Su <edison...@citrix.com> wrote: > > >> -----Original Message----- >> From: Frank Zhang [mailto:frank.zh...@citrix.com] >> Sent: Wednesday, June 13, 2012 2:08 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: Debian/Ubuntu build system based on ANT >> >> > >> > On Wed, Jun 13, 2012 at 1:26 PM, Frank Zhang <frank.zh...@citrix.com> >> > wrote: >> > > I still have some concerns about using ant. >> > > As we are removing those apache incompatible jars from source code, >> > there build process would break as those jars are compilation >> dependencies. >> > > Speaking for Ant(not maven), how other projects handle this? Do we >> need >> > to put those jar to somewhere and pull it before compiling? Then we >> are >> > doing what maven did. >> >> Jnetcap is one of them. BuildRequires is not enough, it won't work for >> developers who >> only uses ant > > Write a "ant get-dependency" which grab those apache incompatible jars from > somewhere else(we can host these jar files).
As per my earlier message we appear to be explicitly forbidden from doing that. --David