We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running this from the examples:
(def my-client (c/connect))
It's not finding the properties file:
CompilerException java.io.FileNotFoundException: resources/geode-client.properties (No such file or directory), compiling:(core.clj:11:16)
Here's what I see in the conjode jar. Looks like geode-client.properties is at the root of the Jar:
geode-client.properties
|2.3.1| bburcham-mbpro in ~/.m2/repository/geode/conjode/0.1.0-SNAPSHOT ○ → jar tvf conjode-0.1.0-SNAPSHOT.jar 119 Mon Sep 04 02:13:54 PDT 2017 META-INF/MANIFEST.MF 2956 Mon Sep 04 02:13:54 PDT 2017 META-INF/maven/geode/conjode/pom.xml 745 Mon Sep 04 02:13:54 PDT 2017 META-INF/leiningen/geode/conjode/project.clj 745 Mon Sep 04 02:13:54 PDT 2017 project.clj 4802 Mon Sep 04 02:13:54 PDT 2017 META-INF/leiningen/geode/conjode/README.md 0 Mon Sep 04 02:13:54 PDT 2017 META-INF/ 0 Mon Sep 04 02:13:54 PDT 2017 META-INF/maven/ 0 Mon Sep 04 02:13:54 PDT 2017 META-INF/maven/geode/ 0 Mon Sep 04 02:13:54 PDT 2017 META-INF/maven/geode/conjode/ 149 Mon Sep 04 02:13:54 PDT 2017 META-INF/maven/geode/conjode/pom.properties 0 Mon Sep 04 02:13:54 PDT 2017 org/ 0 Mon Sep 04 02:13:54 PDT 2017 org/conjode/ 0 Mon Sep 04 02:13:54 PDT 2017 org/conjode/java/ 2466 Mon Sep 04 02:13:54 PDT 2017 org/conjode/java/Customer.class 0 Wed Mar 22 22:57:38 PDT 2017 automation/ 6148 Wed Mar 22 22:57:38 PDT 2017 automation/.DS_Store 381 Fri Jan 27 00:06:58 PST 2017 automation/client-cache.xml 53 Mon Dec 05 16:48:04 PST 2016 automation/client.properties 496 Wed Dec 07 16:56:58 PST 2016 automation/server-cache.xml 137 Thu Dec 01 17:26:02 PST 2016 automation/server.properties 485 Sun Sep 03 23:56:12 PDT 2017 client-cache.xml 42 Tue Jan 31 16:10:26 PST 2017 geode-client.properties 212 Fri Jul 28 16:37:32 PDT 2017 geode-server.properties 405 Fri Jul 28 14:11:28 PDT 2017 server-cache.xml 2967 Tue Aug 22 12:06:18 PDT 2017 org/conjode/java/Customer.java 0 Mon Sep 04 01:24:00 PDT 2017 conjode/ 1444 Tue Aug 01 23:28:14 PDT 2017 conjode/core.clj 1364 Fri Mar 24 10:23:52 PDT 2017 conjode/function.clj 244 Wed Aug 02 23:41:06 PDT 2017 conjode/internal.clj 869 Mon Sep 04 01:24:00 PDT 2017 conjode/query.clj 6806 Mon Sep 04 00:39:48 PDT 2017 conjode/region.clj 1157 Mon Aug 21 16:35:20 PDT 2017 conjode/util.clj
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running this from the examples:
It's not finding the properties file:
Here's what I see in the conjode jar. Looks like
geode-client.properties
is at the root of the Jar:The text was updated successfully, but these errors were encountered: