On Thu, Jul 19, 2012 at 4:42 PM, Uwe Schindler <[email protected]> wrote: > The issue here is to remove validate from root ant test. This is easy and we > can commit asap.
its the same exact issue though, its not unrelated at all. ant test does extra unrelated stuff: [validate] ant clean does extra unrelated stuff: [clean-jars] we should fix both! > > One thing: In my opinion, the root build.xml file should not conatin any > logic at all. It should just delegate all targets called down to lucene and > solr's build.xml. If I call ant prepare-release it should do this for both > projects. The same for ant or validate. No magic on top-level, just plan > delegation. Maybe we can do that automatically, so we don’t have to declare > all targets and subant them. Maybe some ant default target trick like <target > name="*">, I have no idea, that would be cool. > +1 -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
