--- projects/cms/source/server/uk/org/iscream/cms/server/client/WebFeeder.java 2001/03/15 22:20:41 1.12 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/WebFeeder.java 2001/03/16 02:40:04 1.13 @@ -15,7 +15,7 @@ import java.io.*; * !! that to a file. * * @author $Author: tdb $ - * @version $Id: WebFeeder.java,v 1.12 2001/03/15 22:20:41 tdb Exp $ + * @version $Id: WebFeeder.java,v 1.13 2001/03/16 02:40:04 tdb Exp $ */ public class WebFeeder extends Thread { @@ -24,7 +24,7 @@ public class WebFeeder extends Thread { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.12 $"; + public static final String REVISION = "$Revision: 1.13 $"; /** * Default check period in seconds (30 minutes) @@ -241,7 +241,7 @@ public class WebFeeder extends Thread { _logger.write(this.toString(), Logger.WARNING, "Failed to rename old file, "+oldFile.getPath()+" to new file, "+outFile.getPath()); } } else { - outFile = new File(destFile); + outFile = new File(rootPath, destFile); } // write the data out writeData(outDir, outFile, data);