Looks like it might be
a bug in your included build file. This is exactly what I
do, except I have the project's build files setting a lot of properties, and
the master build file makes all its decisions based on those properties. I'm not sure how
overriding targets would even work. Thanks, From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas Tomiczek Hello, I am trying to get into orgainizing my nant files
more. I have a central nant file that all our projects
should share. Is it viable to use an empty shell file (possibly
with do-nothing targets that the projects fill out) and have it include the
core targets? How is the syntax? I just took the whole XML content to the external
file, and did remove project tag. The new build file tries to include this: <?xml version="1.0"?> <project default="build" > <include
buildfile="n:\.dev\deployed\.buildscripts\default.build" /> </project> Sadly I get an exception? C:\Work\ThonaConsulting\EntityBroker\02.1>nant
[loadtasks] Failure scanning \"C:\Program
Files\Thona.Nant\NAnt.NUnit1Tasks.dll\ BUILD FAILED C:\Work\ThonaConsulting\EntityBroker\02.1\default.build(5,2):
Total time: 0 seconds. The documentation for the Nant <include> task
is - well - not really helpfull. Thoms |
Title: <include element - help...
- [Nant-users] <include element - help... Thomas Tomiczek
- RE: [Nant-users] <include element - help... Ryan Davis
- RE: [Nant-users] <include element - help... Thomas Tomiczek
- Re: [Nant-users] <include element - help... Ian MacLean
- RE: [Nant-users] <include element - help... Thomas Tomiczek
- Re: [Nant-users] <include element - help... Ian MacLean
- Re: [Nant-users] <include element - help..... Gary Feldman