groovy-vfs
groovy-vfs copied to clipboard
A DSL for Groovy on top of Apache VFS2
Hi, Is there an easy way to allow accepting self-signed certs ? This is quite useful for internal usage and testing purposes. Thanks
As stated [here](https://plugins.gradle.org/plugin/org.ysb33r.vfs), since gradle 2.1 a new plugin mechanism (using "id") should be supported. When applied, I get various errors on URI schemes not being supported though. Only using...
``` org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec > Can we list files FAILED org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "foo://GROOVYVFS\jlan:***@127.0.0.1:1445/READROOT/test-files". at org.apache.commons.vfs2.provider.AbstractFileObject.attach(AbstractFileObject.java:1522) at org.apache.commons.vfs2.provider.AbstractFileObject.getChildren(AbstractFileObject.java:642) at org.ysb33r.groovy.dsl.vfs.VFS.ls(VFS.groovy:301) at org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec.Can we list files_closure2(SmbPluginSpec.groovy:91) at org.ysb33r.groovy.vfsplugin.smb.SmbPluginSpec.Can...
If `gz:ftp://guest:pass@localhost:50021/aFile.xml.gz?vfs.ftp.passiveMode=1` is the original URL then doing `vfs.cat` on that URI will result in an exception: ``` org.apache.commons.vfs2.FileSystemException: Could not resolve file "gz:file:///guest:***@nullnull!/". at org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:348) at org.apache.commons.vfs2.provider.AbstractFileSystem.resolveFile(AbstractFileSystem.java:317) at org.apache.commons.vfs2.provider.AbstractFileSystem.getRoot(AbstractFileSystem.java:286)...
When checking paths to determine up to date status in multi-layer schemes, the wrong path is calculated, which results in the task always being out of date. For instance the...
Hi, I tried to use the gradle vfs plugin to do a upload to a owncloud folder via WebDav(s). I found that webdav is already included in the [ProviderSepcification](https://github.com/ysb33r/groovy-vfs/blob/24234bbd7d8d6f91cbd7490b7abe2e55ae236c4f/dsl/src/main/groovy/org/ysb33r/groovy/dsl/vfs/impl/ProviderSpecification.groovy) and...
It seems that even if VFS objects are created on a per pool instance, and resolved URI are only used within the worker where they are created, that handles are...
Hi, I create the following issue but it's possible you could help me to solve it. https://github.com/asciidoctor/asciidoctor-gradle-examples/issues/14 I can generate the asciidoc of asciidoctor-gradle-examples\asciidoc-to-deckjs-example at home but with the proxy...
Similar to `Copy` task's `rename` and `eachFile`.