can't get Pellet 1.3-beta2 working

trying out pellet on a Debian box posted by DanC at 2005-11-09 14:30 (+)
tags:
http://swig.xmlhack.com/2005/11/09/2005-11-09.html#1131546630.490930
DanC: grabbed pellet-1.3-beta2.zip (Nov 1, 2005) from pellet download
area 
DanC: 16M!
DanC: includes lots of .jar fiels: jena, stax, relaxngDatatype
ldodds: half of that is Jena. 2.3 is about 8M
DanC: smoke test: $ java -jar lib/pellet.jar -inputFile
http://www.w3.org/2002/12/cal/icaltzd
DanC: gives: java.lang.NoSuchMethodError:
org.mindswap.pellet.KnowledgeBase.addPropertyValue
DanC: I seem to be using sun-j2re1.5, constructed as per an article
about java on debian 
logger: See discussion 
DanC: Pellet 1.3-beta2 released 1 Nov 

The discussion link goes to an IRC log where you can see a couple
other people reproduced the problem.

connolly@dirk:~/src/pellet-1.3-beta2$ java -jar lib/pellet.jar
-inputFile http://www.w3.org/2002/12/cal/icaltzd
Input file: http://www.w3.org/2002/12/cal/icaltzd
Exception in thread "main" java.lang.NoSuchMethodError:
org.mindswap.pellet.KnowledgeBase.addPropertyValue(Laterm/ATermAppl;Laterm/ATermAppl;Laterm/ATermAppl;)V        at org.mindswap.pellet.jena.OWLSpeciesValidator.processTriples(OWLSpeciesValidator.java:1319)
        at
org.mindswap.pellet.jena.OWLSpeciesValidator.validate(OWLSpeciesValidator.java:163)
        at
org.mindswap.pellet.jena.OWLReasoner.getSpecies(OWLReasoner.java:217)
at org.mindswap.pellet.Pellet.checkSpecies(Pellet.java:186)
        at org.mindswap.pellet.Pellet.run(Pellet.java:388)
        at org.mindswap.pellet.Pellet.main(Pellet.java:709)
connolly@dirk:~/src/pellet-1.3-beta2$ chmod +x pellet.sh
connolly@dirk:~/src/pellet-1.3-beta2$ ./pellet.sh -inputFile
http://www.w3.org/2002/12/cal/icaltzd
Unrecognized option: -inputFile

I'm not subscribed to pellet-users. I hope this problem report can get
there in any case.

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/
D3C2 887B 0F92 6005 C541  0875 0F91 96DE 6E52 C29E

Received on Wednesday, 9 November 2005 15:01:22 UTC