Changeset 92 for branches/rakefile-work/convertdb.rb
- Timestamp:
- 07/10/08 06:27:07 (5 months ago)
- Files:
-
- 1 modified
-
branches/rakefile-work/convertdb.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rakefile-work/convertdb.rb
r90 r92 100 100 # Open the database and check to be sure it's empty. Confirm overwrite if 101 101 # not. Checkpoint and set up logging proc if debugging. 102 if @builddir.exist? && @builddir.entries.include?( 'data' )102 if @builddir.exist? && ( @builddir + 'data' ).exist? 103 103 message ">>> Warning: Existing data in the Ruby-WordNet databases\n"\ 104 104 "will be overwritten.\n"
