The master/version/release organization is so that you can easily support
multiple releases. I'm not very fond of this and since I'll always be using
the latest it doesn't really concern me. So lets consider that change
dropped - though for the record I think it is the correct way to support
multiple releases.
Anyways what do people think of the other changes?
Basically the src folder would be changed to:
src/
NAnt.Console/
NAnt.Console.Tests/
NAnt.Core/
NAnt.Core.Tests/
NAnt.Documenter/
NAnt.DotNetTasks/
NAnt.DotNetTasks.Tests/
NAnt.ZipTasks/
NAnt.ZipTasks.Tests/
NAnt.DotNetTasks.build
NAnt.ZipTasks.build
TaskAssemblies.txt
If you want to add a new task assembly you add new 'Company.YourTasks' and
'Company.YourTasks.Tests' directories and a 'Company.YourTasks.build' and
they will get built, documented and tested as part of the nant build
process.
You also have to modify the TaskAssemblies.txt file. This is a text file
that just lists the order in which the task assemblies are built. I'd like
to remove this in the future but currently nant doesn't have advanced enough
looping/conditional tasks. The current contents of this are:
NAnt.DotNetTasks
NAnt.ZipTasks
-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers