-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hi,
I am struggling to get collatex to work with the example json file. Can you help?
This is what I get (below)
Thanks,
Mike
Mike@MIKEs-M1-iMac collateX % java -jar collatex-tools-1.7.1.jar witnesses.json
Unexpected error
null
Mike@MIKEs-M1-iMac collateX % java -jar collatex-tools-1.7.1.jar witnesses.json A B
Error while parsing command line arguments (-h for usage instructions)
Invalid resource: A
Mike@MIKEs-M1-iMac collateX % java -jar collatex-tools-1.7.1.jar (witnesses.json A B)
zsh: unknown file attribute: i
Mike@MIKEs-M1-iMac collateX %
Mike@MIKEs-M1-iMac collateX % more witnesses.json
{
"witnesses" : [
{
"id" : "A",
"content" : "A black cat in a black basket"
},
{
"id" : "B",
"content" : "A black cat in a black basket"
},
{
"id" : "C",
"content" : "A striped cat in a black basket"
},
{
"id" : "D",
"content" : "A striped cat in a white basket"
}
]
}
witnesses.json (END)