I guess these component owners not aware of build-network-plugins
> -----Original Message----- > From: David Nalley [mailto:da...@gnsa.us] > Sent: Friday, July 27, 2012 5:02 PM > To: cloudstack-dev@incubator.apache.org > Subject: ant target question > > Hi folks: > > I am working on removing all of the jar files under deps/ and creating an ant > target to acquire them, etc. > > However, I just came across something that I wonder if there is a reason > behind. > > For the target build-all it depends on a number of targets, the ones I find > interesting are: > build-netscaler, build-f5, build-srx > > Why doesn't it depend on build-network-plugins? Similar story with user > authenticators? As a matter of fact why not just use compile-plugins? > > --David