Bonio Lopez wrote:
> Dear software build experts,
> Now we have automated release process with nant. I have a general question
> about release strategy.
> We need to save some files after release (i.e. debug symbols database 'pdb'
> files and some other output), which we might need for debug of reported
> issues and we can't guaranty to be the same (i.e changing version of
> compilers and some other progs). Should we automatically commit those files
> into the same repository or should we better have other repository for such
> files? 
>   
Neither.  You need to guarantee that you can rebuild the exact same 
executables.  If necessary, commit
the compilers and other tools to the repository, though an alternative 
approach that I'm starting to think
may be better is to use a virtual machine.

Personally, however, I've never run into a problem that required going 
back to an earlier compiler.  I could
imagine that being necessary if you're working on real-time systems, or 
other stuff that is really close
to the hardware.  Even in those cases, it's more likely you'd have 
problems in your own logic than in
the code generated by the compiler. 
> I am posting this into nant forum, because I have seen posts of people, who
> commercially release the industry sized software. I would be happy if they
> could give some links or share experience of what should be noticed in
> release process. Sorry if this is off topic (I am not sure).
>   
A better place for this issue would be in a forum related to your source 
control system, as that's where
these issues are more commonly discussed.

Gary


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to