Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I've built one of these, and it was a lot of fun.

The interesting thing was, to me, how this automation script blossomed over time into what now stands as a utility very much like ant and nant. To give you an idea of how far I went, here is the list of "modules" that I could batch together and configure for the many different flavours of "build" I had on my plate at the time:

  • Check_For_Missing_Interfaces.pl
  • Check_Valid_Build_Number.pl
  • CompareBuilds.pl
  • CopyFile.pl
  • CopyFiles.pl
  • Create_Database.pl
  • Create_Dir.pl
  • Create_Readme.pl
  • Create_Zip.pl
  • DelDir.pl
  • DelFile.pl
  • Detach_Database.pl
  • Detach_db_and_zip.pl
  • Encrypt_Prod_Files.pl
  • Expand_Top_Level_DB_Script.pl
  • GatherModules.pl
  • GetArchiveRevisionNumbers.pl
  • Log_Message.pl
  • MSSQL_Attach_db.pl
  • MSSQL_Autofix_Users.pl
  • PVCS_Get.pl
  • PVCS_Get_Lock.pl
  • PVCS_Unlock.pl
  • Restore_Test_DB.pl
  • Run_SQL_Command.pl
  • Run_SQL_Script.pl
  • ShowErrorsAndFail.pl
  • Unzip.pl
  • Unzip_Attach_DB.pl
  • Update_DB_Script_Files.pl
  • Update_Version_and_Model_Number.pl
  • VSS_Get_Project_Files.pl
  • VSS_Get_DB_Scripts.pl
  • VSS_Label_Tip.pl
  • VSS_Remove_Project_Label.pl
  • VSS_Set_Project_Label.pl
  • WriteToControlFile.pl
  • WriteToLog.pl

I controlled builds by composing INI files (guess which platform I was on ;-), and I had a simple GUI I used to check/uncheck different steps in each. I was about to launch into writing a miniature scripting language, or perhaps just a mechanism for passing state information between steps, when I realised that I was reinventing the wheel in a major way and it was time to stop. Soon after, I changed jobs and the need for such a tool diminished.

 


In reply to Re: Pragmatic project automation by EdwardG
in thread Pragmatic project automation by sutch

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-04-23 21:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found