[kepler-dev] Kepler Compile Problem (getNewFiles in org.kepler.io.DirectoryListing)

Chad Berkley berkley at nceas.ucsb.edu
Fri Oct 6 10:49:33 PDT 2006


Just a reminder that **ALL** files checked into the kepler cvs 
repository **MUST** have the standard header on them.  The header 
usually looks like this:

/**
  *  '$RCSfile: ActorMetadata.java,v $'
  *  '$Author: berkley $'
  *  '$Date: 2006/10/04 20:03:08 $'
  *  '$Revision: 1.80 $'
  *
  *  For Details:
  *  http://www.kepler-project.org
  *
  *  Copyright (c) 2003-2004 The Regents of the University of California.
  *  All rights reserved.
  *  Permission is hereby granted, without written agreement and without
  *  license or royalty fees, to use, copy, modify, and distribute this
  *  software and its documentation for any purpose, provided that the above
  *  copyright notice and the following two paragraphs appear in all copies
  *  of this software.
  *  IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
  *  FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  *  ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
  *  THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
  *  SUCH DAMAGE.
  *  THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  *  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
  *  PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
  *  CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
  *  ENHANCEMENTS, OR MODIFICATIONS.
  *  PT_COPYRIGHT_VERSION_2
  *  COPYRIGHTENDKEY
  */

The copywrite can be changed to your local institution but the license 
should be in the files as well as the CVS autogen fields.  Without this 
information, the license is unclear and it's hard for different 
institutions to use the code.  Also, the CVS information makes it easier 
to trace bugs back to a developer.

thanks,
chad

Dan Higgins wrote:
> Hi All,
> 
> Kepler has a compile problem in 
> src/org/kepler/io/test/TestDirectoryListingLocal.java due to a recent 
> change in the getNewFiles method of org.kepler.io.DirectoryListing. 
> Would whomever changed the code please fix the test file so the compile 
> works!
> 
> (And it would be helpful is there was an author listed in the source code.)
> 
> Dan Higgins
> 
> *******************************************************************
> Dan Higgins                                  higgins at nceas.ucsb.edu
> http://www.nceas.ucsb.edu/    Ph: 805-893-5127
> National Center for Ecological Analysis and Synthesis (NCEAS) Marine Science Building - Room 3405
> Santa Barbara, CA 93195
> *******************************************************************
> 
> 
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at ecoinformatics.org
> http://mercury.nceas.ucsb.edu/ecoinformatics/mailman/listinfo/kepler-dev


More information about the Kepler-dev mailing list