Is there an easy way to have one target depend on one of two
(or more) other targets? I have a build file similar to the following: <project name=”projectA”> <target name=”build” /> <target name=”rebuild”
/> <target name=”test”
/> </project> I would like my test target to make sure that either build
or rebuild has been executed (I can set one as default if none has executed). I
think in the past I had to use another target that ensured my dependency and I
had test depend on this target. -- Edwin |
[Nant-users] Target depending on one of two other targets
Castro, Edwin Gabriel (Firing Systems Engr.) Thu, 16 Sep 2004 09:40:44 -0700
- [Nant-users] Target depending... Castro, Edwin Gabriel (Firing Systems Engr.)
- RE: [Nant-users] Target ... McCullough, Gary
- RE: [Nant-users] Target ... Castro, Edwin Gabriel (Firing Systems Engr.)
- RE: [Nant-users] Target ... Felice Vittoria
- RE: [Nant-users] Target ... Castro, Edwin Gabriel (Firing Systems Engr.)
- Re: [Nant-users] Tar... Troy Laurin