coderanger.com blog

news about what I am developing and other random thoughts

Archive for November, 2005

BuildIT gets a review … and an award

Tuesday, 22nd November, 2005

Thanks go to Timothy Trimble and his review of BuildIT:
The ART of Software Development Awards - BuildIT

Its soo nice to get feedback, I do like to read user comments so please continue and I will do my best to keep up with requests in making BuildIT the product for you!

I would like to comment on some of Tim’s points…

  • Copying and Moving whole folders recursively is a very good point, I will add that in next.
  •  

  • Yes, help and documentation is severly lacking … I really must get my act together and do this, without it people are missing some of the really useful ‘hidden’ features like special macros that can be used in all tasks:
    $YYYY$ = replace with 4 digit year
    $MM$ = replace with 2 digit month
    $DD$ = replace with 2 digit day
    etc.   

    A full list of the macros supported can be found from the Help menu in BuildIT.

    Also, unlike other tools, BuildIT comes with a command line version “buildit.com” as standard. You can even use the “Schedule Run” command (Run menu) to auto-generate a task in Windows Task Scheduler with the appropriate options for running your build file using the command line tool.

Posted at 21:01 by Dan to :: BuildIT, General :: No Comments »

New Web Page Task…

Saturday, 19th November, 2005

I have now added a “Get Web File” task:
New Get Web File Task

This allows you to download a file from a web site, or save the contents of a page or head request.

This was easily done using script, but a few people asked for a specific task as they didnt know how to program script … I guess the user base of BuildIT is expanding to non-programmers which is great, as it really is a useful tool for anyone and everyone, anyhow I will probably look to include more tasks that were easy to do in script but should have a GUI for instead.

Posted at 22:26 by Dan to :: BuildIT, General :: No Comments »

FTP Task Improvement

Monday, 14th November, 2005

I have added to the GUI interface, the ability to specify a Proxy Server, a port number and the Passive Mode to an FTP Task.

The script object already had an FTPConnect method with these options but you could not set them on the GUI. This has now been changed.

Posted at 21:47 by Dan to :: BuildIT, General :: No Comments »

New GUI Changes…

Monday, 14th November, 2005

As requested, I have now made BuildIT look more Windows XP with shadowed menus:
New XP Style Menus

… and even customisable Toolbars:
New Customisable Toolbars

Posted at 18:46 by Dan to :: BuildIT, General :: No Comments »

New Interface Improvements…

Monday, 14th November, 2005

At the moment, I am working on making the interface more ‘XP’ style and not the clunky Win95 look. This involves working on Toolbars and Menus. I am almost done, and when its tested I will post a new release.

In the meantime, I have been toying with a new idea and need feedback…

Should I make BuildIT MDI and have a workspace ability? The Workspace, I think, would be quite cool because you could add all your buildit project files to a workspace manager view on the left and group buildit files into folders and sub-folders. From this view you can double-click to edit a specific BuildIT project.

In my view, its quite nice to be able to ‘manage’ your projects like that but it doesnt have much use otherwise. I quite like the SDI multi-instance BuildIT, its so much easier and you can see many on-screen at the same time.

So, feedback would be cool, e-mail me.

Posted at 08:18 by Dan to :: BuildIT, General :: No Comments »

BuildIT 2.0 Build 112 Released

Thursday, 10th November, 2005

A new build is available that adds a couple of minor features and fixes:

 

  • Added ability to suppress all log output on a specific task
  • Added date checking ability to file management copy/move/delete task
  • Fixed crash bug with open task windows in certain situations
  • Added menu command on Help menu for “Making a Donation”
  • Added status bar command for “Making a Donation” which can be clicked to go to paypal.com (please!!) 
  • Posted at 22:25 by Dan to :: BuildIT, General :: No Comments »

    Task log suppression…

    Wednesday, 2nd November, 2005

    I have now added the ability to suppress the log output for a task:
    New Log Suppression Ability

    This is useful for things like clean-up operations that you don’t specifically care about in your log, and so the important log items stand out more.

    Posted at 23:22 by Dan to :: BuildIT, General :: No Comments »

    File Management Improvements

    Tuesday, 1st November, 2005

    I have made a small improvement to the File Management task that should be quite beneficial in a lot of cases, and that is file date checking.
    File Management Options

    What this means, is that you can decide if your file(s) should be copied/moved/deleted only if the file date is less than or greater than a specified number of units.

    You can perform the check on the File Creation, File Last Accessed or File Last Modified dates, and the units you can select are Minutes, Days, Hours, Months (rounded off to 30 days in a month), Years (365 days). This should give all the flexibility that is needed to do most of the checking.

    This is great for things like backups, where you might only want to copy backup files more than 3 days old.

    Posted at 09:56 by Dan to :: BuildIT, General :: No Comments »

    You are currently browsing the coderanger.com blog weblog archives for November, 2005.

    archives

  • December 2007
  • July 2007
  • June 2007
  • November 2006
  • April 2006
  • November 2005
  • October 2005
  • September 2005
  • July 2004
  • June 2004
  • November 2003
  • October 2003
  • September 2003
  • categories

  • BuildIT (21)
  • General (47)
  • MailViewIT (1)