Eero Helenius

Results 54 comments of Eero Helenius

Interesting! I'll have to think on this a bit.

Thanks for the report! Yeah, it's probably not a critical thing, but shouldn't be too difficult to implement, either, I suppose. PR welcome, or I can take a look when...

Thanks for reporting the issue! I see what you mean and why that'd be useful. I'll look into it when I get the chance.

0.9.0-beta1 adds rudimentary support for nested output directory layouts. To use it, add `outputDirectoryLayout 'nested'` into the `xslt` task in your Gradle build file. For the moment, it only works...

That's a really old Gradle version. Gradle is currently at 6.0. 0.9.0-beta1 uses the Gradle Worker API, which was introduced in 5.0, I think, so anything older than that won't...

If you cannot upgrade from Gradle 2.14, I think I can backport the `outputDirectoryLayout` change on top of 0.8.0 and shunt the Worker API upgrade to 1.0 (or something), since...

Thanks for reporting the finding! It's been a while, so the details elude me, but I believe the choice to use `classLoaderIsolation()` might have been motivated by letting the user...

Thanks! This issue should be fairly straightforward to fix. I'll try to get to it soon.

There is, but I've been putting it off because it [unfortunately has breaking changes](https://github.com/eerohele/saxon-gradle/issues/18). I think I'll end up releasing it as 1.0 or something.

Thanks for the detailed bug report! Entities in external DTDs should definitely be supported. I'll try to look into this as soon as I'm over this pesky flu.