I use ant in various ways.

  1. Every project i work with has two ant tasks, "prod" and "dev"  which copy the appropriate files to the production and development environments.  Also, when ant prod is executed, ant uses subversion to make sure that i've updated and committed.  (that way i never push to production what hasn't been checked in.

  2. I use ant to make search and replace changes to my code to port it to different environments.  for example, replace ODBC with JDBC in witango files.  (i have code that needs to run in both environments.

  3. I use ant to do the basic search and replace tasks for doing the encoding switch for witango 5 to witango 5.5

  4. I've also used ant to send emails to people when code is pushed to production....
/John

William M Conlon wrote:
John,

Apologies for thread hijacking.  I think you again mentioned Apache Ant in this thread, but I zapped that reply.

Is the gist of your ant script to make pull the current (or some specified revision) application out of the repo, and then rsync with a production server?

bill
On Jun 6, 2006, at 11:14 AM, John McGowan wrote:

We use Subversion and the Tortoise SVN client for windows.

/John

Shane Pearlman wrote:
Hi everyone,



We are getting to the point where source control is becoming necessary.



Has anyone used the source control in Witango studio? What other software have you all had success with?



Hope things are well and everyone is prospering.



-S



Shane Pearlman

831.345.7033



________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

-- John McGowan [EMAIL PROTECTED] P 847.608.6900 x 110 F 847.608.9501 ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


-- 

John McGowan
[EMAIL PROTECTED]
P 847.608.6900 x 110
F 847.608.9501
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to