Gert Driesen schrieb: >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Henning Eiben >> Sent: woensdag 19 april 2006 7:38 >> To: [email protected] >> Subject: [NAnt-users] using asminfo >> >> Hi, >> >> I'm using the asminfo to generate an AssemblyInfo.cs for my >> project, if >> it doesn't already exists. But how do I get the file added to >> my project >> using NAnt? > > Why not just add a dummy AssemblyInfo.cs to your project file, and overwrite > the file as part of the build process ?
Well, I wanted to ensure that each project has an AssemblyInfo by using this build script. Thisway even simply projects would automatically get an AssemblyInfo even if the developer kinda forgot about it (in the excitement of programming :) ). ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
