Philippe Vosges

Results 19 comments of Philippe Vosges

I actually have the same behavior when installing from an exploded WAR file. The problem is that, inside OSGI, `ServletContext.getRealPath` does not work as expected and do not return the...

You will find a working implementation of the above FileLocator there: https://github.com/viphe/warbler/tree/exploded-osgi-bundles. It is not necessarily the best way to implement this as, ideally, one would like to also customize...

Just POC-ing. I am relatively new to jruby-rack, warbler and OSGi. My approaches might be all wrong. The "solution" above uses a bundle from the Equinox project, but I read...

I achieved to load a Rails app, but had to patch `jruby-rack` this time. It's got exactly the same problem regarding Jetty + OSGi + ServletContext.getRealPath(). I'm thinking that this...

Some follow up. I ended reimplementing in Ruby the part of `FileLocator` that I needed (determining the real path to exploded contents of the OSGi bundle. So, it is indeed...

I see. I didn't realize that DSLs are the tasks themselves, really. I'll fix it as soon as I can.

Now that I looked at it closer, it seems I broke a feature that is not quite obvious. The `cucumber {}` DSL is supposed to configure the plugin more than...

I would have to try that. Could you fix your description of the file structure? The markdown rendering turned it flat.

I see. What are you trying to achieve between: - have a Cucumber source set with customizable paths - have the Cucumber sources in the test source sets? (or something...