473,513 Members | 2,358 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Nightly Builds

Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.
Nov 21 '05 #1
8 1591
You could just use task scheduler and a batch file...

vbc.exe is the visual basic compiler.. you'll have to do a little extra work
in the batch to get it to work, but then you should have no problem running
it whenever you want.

-CJ

"Brian Henry" <sd**@sdf.net> wrote in message
news:OU**************@TK2MSFTNGP11.phx.gbl...
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.

Nov 21 '05 #2
yes, but the source is in a VSS database, it's not just your standard source
listing like a normal on hard drive source would be... it's a little more
complex then just using a batch file... at least from how I am looking at it
in a source safe database...

"CJ Taylor" <jj******@jackson5.com> wrote in message
news:Ow**************@TK2MSFTNGP14.phx.gbl...
You could just use task scheduler and a batch file...

vbc.exe is the visual basic compiler.. you'll have to do a little extra
work in the batch to get it to work, but then you should have no problem
running it whenever you want.

-CJ

"Brian Henry" <sd**@sdf.net> wrote in message
news:OU**************@TK2MSFTNGP11.phx.gbl...
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.


Nov 21 '05 #3

Source safe has a command-line app you can use to check out the
project to a local folder so it's then available for compilation.
Default location:

C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe

HTH,

Sam
On Tue, 16 Nov 2004 14:55:53 -0500, "Brian Henry" <sd**@sdf.net>
wrote:
yes, but the source is in a VSS database, it's not just your standard source
listing like a normal on hard drive source would be... it's a little more
complex then just using a batch file... at least from how I am looking at it
in a source safe database...


Nov 21 '05 #4
In article <OU**************@TK2MSFTNGP11.phx.gbl>, Brian Henry wrote:
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.


You might want to check into NANT.

http://nant.sourceforge.net/

It was recently featured in MSDN magazine as one of the top 10 tools
..NET developers should have:

http://msdn.microsoft.com/msdnmag/is...MustHaveTools/

And yes, there is a task for NANT to interact with VSS.
--
Tom Shelton [MVP]
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 2 Build 2600
System Up Time: 25 Days, 0 Hours, 43 Minutes, 47 Seconds
Nov 21 '05 #5
thanks everyone

"Samuel R. Neff" <sr********@spampleasespeakeasy.net> wrote in message
news:kf********************************@4ax.com...

Source safe has a command-line app you can use to check out the
project to a local folder so it's then available for compilation.
Default location:

C:\Program Files\Microsoft Visual Studio\VSS\win32\ss.exe

HTH,

Sam
On Tue, 16 Nov 2004 14:55:53 -0500, "Brian Henry" <sd**@sdf.net>
wrote:
yes, but the source is in a VSS database, it's not just your standard
source
listing like a normal on hard drive source would be... it's a little more
complex then just using a batch file... at least from how I am looking at
it
in a source safe database...

Nov 21 '05 #6
Try to use CruiseControl.Net with NANT

"Brian Henry" <sd**@sdf.net> wrote in message
news:OU**************@TK2MSFTNGP11.phx.gbl...
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.

Nov 21 '05 #7
where do you get CruiseControl.Net at? I checked google and did not get
anything relevent back

"Oleg Zherebin" <ol****@exline.ru> wrote in message
news:Ot**************@TK2MSFTNGP12.phx.gbl...
Try to use CruiseControl.Net with NANT

"Brian Henry" <sd**@sdf.net> wrote in message
news:OU**************@TK2MSFTNGP11.phx.gbl...
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe
database and is a VB.NET solution.


Nov 21 '05 #8
http://confluence.public.thoughtwork...display/CCNET/

"Brian Henry" <br**********@newsgroups.nospam> wrote in message
news:uF**************@TK2MSFTNGP14.phx.gbl...
where do you get CruiseControl.Net at? I checked google and did not get
anything relevent back

"Oleg Zherebin" <ol****@exline.ru> wrote in message
news:Ot**************@TK2MSFTNGP12.phx.gbl...
Try to use CruiseControl.Net with NANT

"Brian Henry" <sd**@sdf.net> wrote in message
news:OU**************@TK2MSFTNGP11.phx.gbl...
Is it possibly to set up a process on our development server to create
nightly builds of our application? All our code is saved in a Source Safe database and is a VB.NET solution.



Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1584
by: StinkFinger | last post by:
All, This is a tiny script that I am using to create nightly dumps of my MySQL dbs. Each night it will generate these files: a-071804-0900pm.sql b-071804-0900pm.sql c-071804-0900pm.sql I am...
1
1418
by: Jeremy S. | last post by:
I will be writing a relatively small utility app that will be responsible for periodically copying files from a few folders on the local machine for nightly backup purposes. Just wondering what the...
9
1818
by: sql guy123 | last post by:
I need some assistence here. I have two servers. One with MS SQL 2000 Standard edition and MSDE(MS desktop engine). I need to sync my databases nightly, as a backup. Is there a cheap...
18
1945
by: rdemyan via AccessMonster.com | last post by:
Here's my plan for creating nightly backups of the production back-end file (the IT staff in their infinite wisdom have prevented use of Windows Scheduler and users do not have administrative...
9
2308
by: Bern McCarty | last post by:
I am porting stuff from MEC++ syntax to the new C++/CLI syntax. Something that we did in the old syntax that proved to be very valuable was to make sure that the finalizer would purposefully...
0
1481
by: jer006 | last post by:
Hi, This is more of a general question... I have a series of stored procedures (chain of procedures) in db2 on an AS400 which are executed from a SQL Server Job, when I execute the job manually...
4
2223
by: Charles | last post by:
I have to develop a script to be run nightly to go through a database and send emails based on conditions. It's a large database, and there are several thousands of emails to be sent during the...
4
4373
by: Joell | last post by:
I have a stored procedure that updates a table. I want that table to be updated nightly. I looked into the DTS package but it seems a bit difficult. Is there some other schedule in Enterprise that...
1
374
by: Daniel | last post by:
do release builds have the same amount of info in exceptions? e.g. will exceptions cought in release builds contain stack trace etc.?
0
7267
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7553
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7120
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
3247
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3235
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
466
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.