[
https://issues.apache.org/jira/browse/VFS-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17041360#comment-17041360
]
Otto Fowler commented on VFS-760:
---------------------------------
Ok, now that I go back to it, i was able to make the tests pass, but I had to
change some things:
/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/java
-Dmaven.multiModuleProjectDirectory=/Users/ottofowler/src/github/palindromicity/vfs-zookeeper-provider
"-Dmaven.home=/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/plugins/maven/lib/maven3"
"-Dclassworlds.conf=/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/plugins/maven/lib/maven3/bin/m2.conf"
"-Dmaven.ext.class.path=/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/plugins/maven/lib/maven-event-listener.jar"
"-javaagent:/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/lib/idea_rt.jar=56794:/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath
"/Users/ottofowler/Library/Application
Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/193.6494.35/IntelliJ
IDEA.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar"
org.codehaus.classworlds.Launcher -Didea.version2019.3.3 test
[INFO] Scanning for projects...
[WARNING] The project
com.github.palindromicity:vfs-zookeeper-provider:jar:0.0.1-SNAPSHOT uses
prerequisites which is only intended for maven-plugin projects but not for non
maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO]
[INFO] ----------< com.github.palindromicity:vfs-zookeeper-provider >----------
[INFO] Building vfs-zookeeper-provider 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for org.apache.commons:commons-vfs2:jar:2.3-SNAPSHOT is
invalid, transitive dependencies (if any) will not be available, enable debug
logging for more details
[WARNING] The POM for org.apache.commons:commons-vfs2:jar:tests:2.3-SNAPSHOT is
invalid, transitive dependencies (if any) will not be available, enable debug
logging for more details
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
vfs-zookeeper-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @
vfs-zookeeper-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to
/Users/ottofowler/src/github/palindromicity/vfs-zookeeper-provider/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
vfs-zookeeper-provider ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 33 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @
vfs-zookeeper-provider ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to
/Users/ottofowler/src/github/palindromicity/vfs-zookeeper-provider/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @
vfs-zookeeper-provider ---
[INFO] Surefire report directory:
/Users/ottofowler/src/github/palindromicity/vfs-zookeeper-provider/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running
com.github.palindromicity.vfs2.provider.zookeeper.test.ZkFileProviderTestCase
Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.865 sec
Results :
Tests run: 79, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.907 s
[INFO] Finished at: 2020-02-20T18:23:58-05:00
[INFO] ------------------------------------------------------------------------
> Add ZooKeeper File System
> -------------------------
>
> Key: VFS-760
> URL: https://issues.apache.org/jira/browse/VFS-760
> Project: Commons VFS
> Issue Type: Wish
> Reporter: David Mollitor
> Priority: Minor
>
> Add VFS integration for using ZooKeeper as a file system.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)