On Tuesday 06 February 2018 15:54:06 Timothee Maret wrote: > Hi Oliver, Hi Timothee,
> Sure. Actually it seems I am facing this issue > > https://www.mail-archive.com/[email protected]/msg73345.html > > which seems to be resolved. Maybe the FreeMarker sample does not include > the fix for it. that's "only" an issue with Maven Bundle Plugin (Scripting FreeMarker is using bnd Maven Plugins now) and you can workaround by adding the file dependencies.properties to the bundle[1] or place it in test classpath[2]. Regards, O. [1] https://github.com/apache/sling-parent/commit/363b5e39acd36a802a489ad699386f16e05ca1db [2] https://issues.apache.org/jira/browse/SLING-7351?focusedCommentId=16309689&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16309689 > Regards, > > Timothee > > 2018-02-06 15:50 GMT+01:00 Oliver Lietz <[email protected]>: > > On Tuesday 06 February 2018 15:40:16 Timothee Maret wrote: > > > Hi, > > > > Hi Timothee, > > > > > I noticed this repository [0] which seems like the perfect way to avoid > > > boilerplate when writing multi-vm, pax exam tests. > > > Could we checkout the code that produced the documented sample at [1] ? > > > > > > I am trying to follow the doc, but so far failed to put all pieces > > > > together. > > > > have a look at e.g. Scripting FreeMarker (sample code is from that module) > > and > > let me know where I have to improve the documentation. > > > > Thanks, > > O. > > > > > Regards, > > > > > > Timothee > > > > > > > > > [0] https://github.com/apache/sling-org-apache-sling-testing-paxexam > > > [1] https://sling.apache.org/documentation/development/ > > > > testing-paxexam.html
