Maximilian Zellhofer

Results 18 comments of Maximilian Zellhofer
trafficstars

...a little late to the party, just to confirm that what @RichardMatsen mentioned above (path.replace) helped me out on a Windows environment as well. good enough for a workaround.

for the records: slightly improved method using xmllint: ```lua local function get_pom_xml_dir(path) -- return parent path for specified entry (either file or directory) local function pathname(path) local prefix = ""...

@mykbaker here's how I got it working with 4.0.0 in `build.js`, update the `$.filter` paths like this: ``` var htmlFilter = $.filter(path.join(conf.paths.tmp, '/serve/*.html'), {restore: true}); var jsFilter = $.filter(path.join(conf.paths.tmp, '/serve/**/*.js'),...

I would love to, but I am on windows at the moment and somehow I cannot get your tests running. I should be able to switch to linux in the...

As noted [here](https://github.com/quarkusio/quarkus/commit/913308b6411d5f294ef39829b345c091c06e3035#commitcomment-76201558), we currently face issues with `filesystem:`-prefixed locations that I think should be back with https://github.com/quarkusio/quarkus/pull/26168.

@ocombe: Glad you like the idea :-). Not sure if I can really find enough time at the moment, but if I can, I'd be happy to help. Just in...

@ocombe do you think this is gonna be added anytime soon? The workaround I posted last year is still working with @angular:4.4.4 and @ngx-translate:8.0.0, but from time to time I...

hey, @jetersen , any chance you could do a review here? thank you!