(no commit message)
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / main / KissCrawler.java
index 3300e1299e71b6c4268d9ba9447b65d6df17fe8f..e8232332c8a05abf8d5a5952b659cf2b13bcc526 100644 (file)
@@ -49,6 +49,7 @@ import org.wamblee.crawler.kiss.guide.TimeInterval;
 import org.wamblee.crawler.kiss.notification.NotificationException;
 import org.wamblee.crawler.kiss.notification.Notifier;
 import org.wamblee.general.BeanFactory;
+import org.wamblee.general.ClassPathHacker;
 import org.wamblee.xml.ClasspathUriResolver;
 import org.wamblee.xml.XslTransformer;
 
@@ -85,7 +86,8 @@ public class KissCrawler {
      * Runs the KiSS crawler.
      * 
      * @param aArgs
-     *            Arguments, currently all ignored because they are hardcoded.
+     *            Arguments: First argument is the crawler configuration file,
+     *            and second is the program configuration file. 
      * @throws Exception
      *             In case of problems.
      */