Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15826

ant inheritance

From Greg <shireyg@gmail.com>
Newsgroups comp.lang.java.programmer
Subject ant inheritance
Date 2012-07-05 11:30 -0700
Organization http://groups.google.com
Message-ID <7006151c-c613-4418-ba50-95f7c524a765@googlegroups.com> (permalink)

Show all headers | View raw


I am trying to build an ant build system where each component builds the things that it depends on.  Each thing that they depend on are in different build files.  Subsequently, I use the include task.  However, I run in to a problem when say component 1 needs to build component 2 and component 2 needs to build component 3.  Ant tells me that when I told it to build component 1 that it doesn't know the targets in component 3.  How do I get 1 to inherit the includes all the way down the line without explicitly telling it about all the components that anyone depends on?

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

ant inheritance Greg <shireyg@gmail.com> - 2012-07-05 11:30 -0700
  Re: ant inheritance Lew <lewbloch@gmail.com> - 2012-07-05 13:02 -0700
  Re: ant inheritance Greg <shireyg@gmail.com> - 2012-07-05 13:22 -0700

csiph-web