| «« How this Developer sees the Business of Software | AudioMan Screenshots: With and Without View Titles »» |
|
About
I'm Ryan Lowe, a Software Engineering graduate living in Ottawa, Canada. I like agile software development and Ruby on Rails.
I write this blog in Canadian English and don't use a spell checker. Typos happen.
Projects
» Full-time Ruby on Rails freelancer
» Full-time with Rails since May 2005 » Former committer for RadRails (now Aptana) » I also have a few Rails side-projects in development: 1. wheretogoinTO.com Toronto nightlife 2. Hey Heads Up! TODO list and sharing 3. Layered Genealogy family history research 4. foos for foosball scoring 5. fanconcert for music fans (on hold) Hiring Rails developers? I can telecommute by the hour from Ottawa, Canada »» Email: rails AT ryanlowe DOT ca
BulletBlog
Now hosted on Hey! Heads Up -- check it out!
Syndication
Pings
Recent
Derek Lowe's (Ryan's older brother) words at Ryan's funeral
blog@ryanlowe.ca no more Forging Email Headers: Good, Bad or Ugly? Sarcastic Dictionary (Part 1 of Many) Tags Hierarchies Twisting Rails is Risky Business Risky Business? My Take on Early Alphas Whoa, it's August 2007 Closing Comments A Postscript to "Growth at the grassroots" »» All Blog Posts
Linkage
del.icio.us/ryanlowe
technorati/ryanlowe.ca/blog Aurora Roy Jim Andrew Trasker Travis Kibbee Karen Dr. Unk Ayana Van Bloggers Joel Spolsky Robert Scoble Tim Bray Dave Winer Raymond Chen James Robertson Ruby/Rails Bloggers rubyonrails.org weblog David Heinemeier Hansson Dave Thomas James Duncan Davidson Mike Clark Jamis Buck Signal vs. Noise Tobias Luetke Amy Hoy: (24)slash7 Jeremy Voorhis Eclipse Bloggers Planet Eclipse EclipseZone Luis de la Rosa Eclipse Foundation Kim Horne Billy Biggs Ian Skerrett Mike Milinkovich Bjorn Freeman-Benson Denis Roy
Archives
|
Week 04 Status Report
This is the week 04 status report for AudioMan and its subprojects. What was done last week The build machine Ant scripts are ready to go. They will be modified as time goes on, so it's certainly not done but it's ready for the first iteration. I'm very happy with the results after being inspired by Andrew's build ideas, thanks buddy! The build machine is building and packaging two RCP applications: AudioMan2 and the Durham Quick Editor; for four platforms: Windows, Mac OS X, Linux GTK and Linux motif. All of the packages are ZIP files around 5 MB each. I love being able to build native-looking applications for four(+) platforms at once with the same code! This should be awesome. The Windows packages work, the Mac OS X ones do but with a small problem (see below). Roy is going to test my Linux builds when he gets back from Cuba. Thanks! I'll probably wait until after the first iteration to write up how AudioMan's Ant build scripts work to make sure that they actually do work well in development and on the build machine after some inevitable tweaking. This is the fourth rewrite of the build scripts for AudioMan so I have a good amount of confidence in my Ant skillz. So what about the monster that is PDE BUILD? I took a look at the docs and decided it wasn't worth learning how to integrate some tools (like EMMA) and partial builds (just compile code, just run tests, etc) into it. It seems like PDEBUILD would be great for a build machine, just not my build machine. This week I also talked to my excellent web host Epicworks about hosting the AudioMan source code repository and build machine on their servers instead of a Fedora Core 3 box in my apartment under my desk. A hosted box has several advantanges over the home machine:
After getting the build machine ready I dug into the AudioMan code. I took the standard RCP template application and modified the perspective, view and action names to match AudioMan. We're all ready to go now, it's off to the races. What got bumped?
Unsolved problems
New things to do
That's quite a bit to do -- and will keep me busy over the next two weeks or so. The long weekend this week will definitely help. If you are interested in writing some code in the next two weeks just let me know and we'll figure out a way to collaborate. Posted at March 21, 2005 at 08:00 AM ESTLast updated March 21, 2005 at 08:00 AM EST Comments
Question: what are some of Andrew's build ideas? I wonder if you are having troubles with the mail thing because you have rogers (?) and they have secure SMTP... with the Ant script do you have to put in your ISP's user name / password? » Posted by: Jim at March 21, 2005 10:45 AMI'll explain Andrew's build ideas when I explain what my build process is doing. I'd like to give my build process a decent explanation so I'll probably wait until I have time to do it justice. I'm using the correct SMTP server, username and password and the <mail> task still fails, PLUS it gives no reason for the failure. :( » Posted by: Ryan at March 21, 2005 11:02 AMHave you tried using rogers smtp without using the ant task to see if you can get it working? When we had to write our mail clients for school I recall having to do "something" to get it working. I'll update if I remember. » Posted by: James at March 21, 2005 01:03 PMYep, I use the Rogers SMTP server to send mail from my Mac email client -- so I know it works. But Ant is failing on the <mail> task. It could have been something to do with my build machine, which will be moot in the next week or so when I move to the new build machine and have a new SMTP server to deal with. » Posted by: Ryan at March 21, 2005 01:17 PM
Awesome, that will save me some time. ;) » Posted by: Ryan at March 22, 2005 11:05 AM
http://www.beernut.ca/andrew/archives/002658.html |