Richard Louapre

Results 10 comments of Richard Louapre

Any plan to integrate it in Roxy?

Interesting... I did not check the code but a quick test: `ruby -e 'p File.expand_path("hello")'` From Windows Prompt it returns "c:/Users/rlouapre/Documents/GitHub/roxy/hello" From Cygwin it returns: "C:/Users/rlouapre/hello" No backslash.

I do not agree. Cygwin support is a **must**. I will try to reproduce the issue and see if I can provide a fix for it.

Actually I was not testing from Cygwin but from Babun (assuming Babun uses Cygwin...) Same command executed from cygwin: ruby -e 'p File.expand_path("hello")' "/cygdrive/c/Users/rlouapre/Documents/GitHub/roxy/hello" Assuming mlcp-home is set using cygwin...

Actually roxy (in dev) will not work at all with 1.8.7: ``` + ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [workspace] $ /bin/sh -xe /tmp/hudson5032870590511670673.sh + chmod 725 ml...

Just tested on mlcp 8.0-6 on Windows 7 Professional. I have no issue: ``` C:\Users\rlouapre\Documents\GitHub\roxy>ml local mlcp version ContentPump version: 8.0.6 Java version: 1.8.0_111 Hadoop version: 2.6.0 Supported MarkLogic versions:...

I still think it would be useful to support it in Roxy. In my scenario the container running Roxy does not Java runtime so MLCP is not an easy option....

Nervermind options[:collections] works to set collection.

@grtjn can you clarify what's not supported yet? Module location at application server level is supported by Roxy.

Dockerfile is available here: https://github.com/rlouapre/docker-ml8-java-samplestack See README for instructions to setup the image.