Ignore:
Timestamp:
2004-10-22T13:56:15+13:00 (20 years ago)
Author:
schweer
Message:

George's changes to detect documents that are new or have changed since the last build process. (his CVS account currently doesn't work)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/CollectionManager.java

    r7478 r8408  
    155155    this.siteHome = GSFile.siteHome(gsdl3Root, site);
    156156    File site_dir = new File(this.siteHome);
     157    System.out.println(site_dir);
    157158    if (!site_dir.exists()) {
    158159      System.out.println("Error: Non-existant site ("+site+") specified");
     
    378379  {
    379380    return this.database;
     381  }
     382
     383  public Date getBuildDate()
     384  { return this.lastBuildDate.getTime();
    380385  }
    381386
Note: See TracChangeset for help on using the changeset viewer.