Re: struggling with sling-9 build and sling model exporter

2017-04-04 Thread Oliver Lietz
On Monday 03 April 2017 11:27:20 Ruben Reusser wrote: > actually, adding the latest version would be better > > [artifacts] > org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.7-SNAPSHOT > com.fasterxml.jackson.core/jackson-databind/2.8.6 > com.fasterxml.jackson.core/jackson-c

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Ruben Reusser
actually, adding the latest version would be better [artifacts] org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.7-SNAPSHOT com.fasterxml.jackson.core/jackson-databind/2.8.6 com.fasterxml.jackson.core/jackson-core/2.8.6 com.fasterxml.jackson.core/jackson-annotations/2.8.6

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Ruben Reusser
while you are at fixing the launchpad, would be good to add [feature name=model-exporter] # Add the dependencies on the Model exporter [artifacts] org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.7-SNAPSHOT com.fasterxml.jackson.core/jackson-databind/2.3.2 com.fasterxml.jacks

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Oliver Lietz
On Monday 03 April 2017 20:16:49 Carsten Ziegeler wrote: > Just fixed the bug in the servlets post servlet, still remaining: > > ServerSideInstallerTest.noActiveResources:61 Active resources found: > [group[[resource[entityId=bundle:org.apache.sling.scripting.sightly.js.provi > der, scheme=launc

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Carsten Ziegeler
Just fixed the bug in the servlets post servlet, still remaining: ServerSideInstallerTest.noActiveResources:61 Active resources found: [group[[resource[entityId=bundle:org.apache.sling.scripting.sightly.js.provider, scheme=launchpad, url=launchpad:resources/install/0/org.apache.sling.scripting.s

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Carsten Ziegeler
Ruben Reusser wrote > seems to me it's because Apache Sling Scripting HTL JavaScript Use > Provider does not activate anymore. > Yes, that seems to be one error. But the file upload is currently not fully working either and that's due to my "improvements" in that area. I just fixed one of the fai

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Ruben Reusser
seems to me it's because Apache Sling Scripting HTL JavaScript Use Provider does not activate anymore. Ruben On 4/3/2017 10:40 AM, Carsten Ziegeler wrote: Daniel Klco wrote Hm, I'm seeing that as well. I'm seeing failures in org.apache.sling.launchpad.webapp.integrationtest.UploadFileTest. Ch

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Carsten Ziegeler
Daniel Klco wrote > Hm, I'm seeing that as well. I'm seeing failures > in org.apache.sling.launchpad.webapp.integrationtest.UploadFileTest. > Checking into it now. > Hmm, this might be related to my recent changes to the post servlet. If you need help, let me know Regards Carsten > In the meanti

Re: struggling with sling-9 build and sling model exporter

2017-04-03 Thread Daniel Klco
Hm, I'm seeing that as well. I'm seeing failures in org.apache.sling.launchpad.webapp.integrationtest.UploadFileTest. Checking into it now. In the meantime, you can skip the tests if you need to run a build (of course this isn't a permanent solution) Thanks, Dan On Mon, Apr 3, 2017 at 9:11 AM, R

struggling with sling-9 build and sling model exporter

2017-04-03 Thread Ruben Reusser
Hi I have been trying to successfully build trunk for the past couple of days - it seems building launchpad/builder fails due to the tests. Is that just me or a common problem? I also noticed that the sling model exporter is missing from launchpad - is that intentional? thank you Ruben