Hiya,We are in the process od automating upadting Database.When i used this 
script this is not allowing me to update the SQL script recurisive...But if i 
tried to update one by one then i am able to update my SQL script in the 
Database aitomatically .. Can any one help me in this issue...since we are 
using NANT for 2 week i am not able to catch up what is the porblem.I have 
attached my script alaong with this mail .   

LOVE is like a CIGAR It starts with a fire..... continues with smoke.....and 
ends in ashes...Last but not lease 'Love is not heart of life it is part of 
life' 
 Deepak Surendran Since (1982 - Till Date) > Date: Thu, 8 Mar 2007 15:38:21 
+0100> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: 
[NAnt-users] Info Reguired.....> > VS2005 solution format is not supported yet 
(see mail archive). I found> the solution by using msbuild task from 
NAnt-contrib:> > <target name='solution.compile' description='Kompilace 
solution'> depends='prepare'>> <msbuild> project='Kasa8.sln'> target='Rebuild'> 
verbosity='Minimal'>> <property name='Configuration' 
value='${configuration}'/>> </msbuild>> </target>> > ---------> Prostredi: 
VB.NET, VS2005 Pro, XP Pro/P4 3GHz, 2GB RAM> 
___________________________________________________> Karel Kral, vyvojar> 
ANETE, s.r.o.> ___________________________________________________> > On 
8.3.2007 10:35, Deepak Surendran wrote:> > Hiya,> > > > We have migrated our 
code from VS2003 to VS2005.So we need to change the> > build script to create 
the MSI package. When I try to compile my build> > script I am getting a error 
message that the solution is not able to> > open. Please find the build file 
along with the mail.> > > > > > > > Build file :> > > > > > > > *<!-- Compiling 
the Source Code -->*> > > > * **<target **name**='Compile'**>*> > > > * <echo 
**message**='Copy to directory = ${outputdirectory}'**/>*> > > > * *> > > > * 
<solution **configuration**='MLCRelease'*> > > > * 
**solutionfile**='${ReleaseFolder}/MLC/${Solution}.sln'*> > > > * **outputdir 
**='${BuildRelease}'**/>*> > > > * *> > > > * <copy 
**todir**='${outputdirectory}'**>*> > > > * <fileset 
**basedir**='${BuildRelease}'**>*> > > > * <include **name**='*.*'**/>*> > > > 
* </fileset>*> > > > * </copy>*> > > > * <call 
**target**='Build-msi'**></call>*> > > > * </target>*> > > > * *> > > > * 
**<!-- Creating the MSI Packages for installation -->*> > > > * **<target 
**name**='Build-msi'**>*> > > > * <property **name**='msiCommandLine' **value 
**=''C:FilesVisual> > Studio 8.exe' /build Release /out 
'${outputdirectory}/MSILog/msi.log' > > ${ReleaseFolder}/MLC/${Solution}.sln 
/project 'CMS Phase1 Setup''**/>*> > > > * <echo **message**='out directory = 
${outputdirectory}'**/>*> > > > * <echo **message**='msicommandline = 
${msiCommandLine}'**/>*> > > > * <mkdir **dir**='${outputdirectory}/MSI' **/>*> 
> > > * <mkdir **dir**='${outputdirectory}/MSILog' **/>*> > > > * <property 
**name**='msi-file-name'> > **value**='${outputdirectory}/MSI/CMS Phase1 
Setup.msi' **/>*> > > > * <exec **failonerror**='false' 
**basedir**='C:FilesVisual Studio 8'*> > > > * **program**='devenv.exe' 
**commandline**='${msiCommandLine}' **/>*> > > > * <mkdir 
**dir**='${installation}'**/>*> > > > * <copy **todir**='${installation}'**>*> 
> > > * <fileset **basedir**='${package}'**>*> > > > * <include 
**name**='*.*'**/>*> > > > * </fileset>*> > > > * </copy>*> > > > * *> > > > * 
<copy **todir**='${outputdirectory}/MSI'**>*> > > > * <fileset 
**basedir**='${msi-outputdirectory}'**>*> > > > * <include **name**='*.*'**/>*> 
> > > * </fileset>*> > > > * </copy> *> > > > * <call 
**target**='InstallMSI'**/>*> > > > * </target>*> > > > > > > > > > > > LOVE is 
like a CIGAR> > It starts with a fire..... continues with smoke.....and ends in 
ashes...> > > > Last but not lease 'Love is not heart of life it is part of 
life' > > > > */_Deepak Surendran Since (1982 - Till Date) _/*> > > > > > 
------------------------------------------------------------------------> > 
Windows Live Spaces is here! It’s easy to create your own personal Web> > site. 
Check it out! <http://spaces.live.com/?mkt=en-in>> > > > > > 
------------------------------------------------------------------------> > > > 
-------------------------------------------------------------------------> > 
Take Surveys. Earn Cash. Influence the Future of IT> > Join SourceForge.net's 
Techsay panel and you'll get the chance to share your> > opinions on IT & 
business topics through brief surveys-and earn cash> > 
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV> > > 
> > > ------------------------------------------------------------------------> 
> > > _______________________________________________> > NAnt-users mailing 
list> > NAnt-users@lists.sourceforge.net> > 
https://lists.sourceforge.net/lists/listinfo/nant-users
_________________________________________________________________
Check out some new online services at Windows Live Ideas—so new they haven’t 
even been officially released yet.
http://www.msnspecials.in/windowslive/

Attachment: DBupdate.build
Description: Binary data

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to