LinuxDoku / migratordotnet

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

Need a NAnt packaging task for creating releases #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to create a NAnt task to package up the DLLs, etc into a zip file
for a release. Should we include the source by default?

Definitely include the README, and extras

Original issue reported on code.google.com by geoffl...@gmail.com on 5 Jun 2008 at 2:59

GoogleCodeExporter commented 8 years ago
I have added the zip task along with a build.bat bootstrapper for compiling the 
project like so:

c:\> build

to compile now, simply run build.bat from the root directory. if you want the 
project to zip the project, you can do the following:

c:\> build zip

I also added nant to the lib folder that the bootstrapper uses. We might want 
to 
change the nant file to compile the solution file instead of using the csc 
task. 
This way while building, we can target a specific build configuration such as 
debug 
or release. I will do this tomorrow if I have a moment.

Original comment by dko...@gmail.com on 6 Jun 2008 at 2:54

GoogleCodeExporter commented 8 years ago
I am closing this issue now.

Original comment by dko...@gmail.com on 6 Jun 2008 at 2:55