devdaily home | apple | java | perl | unix | directory | blog

What this is

This file is included in the DevDaily.com "Ruby Source Code Warehouse" project. The intent of this project is to help you "Learn Ruby by Example" TM.

Other links

The source code

#!/usr/bin/ruby
data = "/home/ts/db/dbxml-1.1.0/examples/xmlData"
unless FileTest.directory?(data) && FileTest.directory?(data + "/simpleData")
   puts "Error can't find DbXml examples"
   puts "path : #{data}"
   exit
end
puts "Loading from #{data}"
[["simpleData", "simple"], ["nsData", "name"]].each do |dir, name|
   xml = Dir[data + "/#{dir}/*.xml"]
   system("ruby ./loadex.rb -h env -c #{name}.xml #{xml.join(' ')}")
end




Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
 
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com