Jason Wang - 2005-07-14

hi, i was just running the sample indexing a site in the documentation.. and i got hte following as output:

$ ./jspider.sh http//j-spider.sourceforge.net/samplesite download
------------------------------------------------------------
JSpider startup script
JSPIDER_HOME does not exist as a valid directory :
Defaulting to current directory
JSPIDER_HOME=..
------------------------------------------------------------
JSpider v0.5.0 DEV (http://j-spider.sourceforge.net)
Build: 20030502
Started from .
[Engine] jspider.home=..
[Engine] default output folder=../output
[Engine] starting with configuration 'download'
Exception in thread "main" java.net.MalformedURLException: no protocol: http//j-spider.sourceforge.net/samplesite
        at java.net.URL.<init>(URL.java:537)
        at java.net.URL.<init>(URL.java:434)
        at java.net.URL.<init>(URL.java:383)
        at net.javacoding.jspider.JSpider.main(Unknown Source)

and without anything in the output folder.. i'm pretty sure i did all the configuration.. anyone know what's wrong?