google-code-backups / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Only one builder is call #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think only one builder is call.

With this configuration:
<builders>
   <phingBuilder buildFile="build.xml" target="lint" workingdir="trunk"/>
   <phingBuilder buildFile="build.xml" target="test" workingdir="trunk"/>
</builders>

Only the first task is run.

Original issue reported on code.google.com by julien.d...@gmail.com on 16 Jun 2008 at 7:01

GoogleCodeExporter commented 8 years ago
While you could classify this as a bug, you could just alter your phing 
build.xml and
create a third target 'lintandtest' that depended on 'lint' and 'test', could 
you
not?  Then you'd just call the single builder on 'lintandtest'.  Having said 
that, we
probably should allow multiple builders, but if this turns out to be a valid
workaround, it would probably be lower priority.

Original comment by majelbst...@gmail.com on 3 Jul 2008 at 1:10

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 1 Oct 2011 at 11:14

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 10 Apr 2012 at 11:41

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 7 Sep 2012 at 9:21