toddfast / mutagen-cassandra

Mutate your Cassandra schema for fun and profit.
Apache License 2.0
30 stars 31 forks source link

No resources on path #1

Open aloon opened 10 years ago

aloon commented 10 years ago

no matter where I put the mutations

mutagen.initialize("resources/mutations");

or absolute path I always have:

Exception in thread "main" java.lang.IllegalArgumentException: No resources on path "resources/mutations" were found
    at com.toddfast.mutagen.basic.ResourceScanner.getResources(ResourceScanner.java:49)
    at com.toddfast.mutagen.cassandra.impl.CassandraMutagenImpl.initialize(CassandraMutagenImpl.java:39)
    at asdf.qwer.App.main(App.java:30)

Thanks

vbabak commented 9 years ago

I have the same error. Have you resolved this already?