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-core/2.8.6
>  com.fasterxml.jackson.core/jackson-annotations/2.8.6
> 
> On 4/3/2017 11:26 AM, Ruben Reusser wrote:
> > 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.jackson.core/jackson-core/2.3.2
> > com.fasterxml.jackson.core/jackson-annotations/2.3.2
> > 
> > at the same time

SLING-6768

O.

> > Ruben
> > 
> > On 4/3/2017 11:24 AM, Oliver Lietz wrote:
> >> 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.p
> >>> rovi
> >>> 
> >>> der, scheme=launchpad,
> >>> url=launchpad:resources/install/0/org.apache.sling.scripting.sightly.js.
> >>> prov
> >>> 
> >>> ider-1.0.20.jar, type=bundle, error=null, state=INSTALL,
> >>> version=1.0.20,
> >>> lastChange=-1, priority=50, digest=149124324
> >> 
> >> Some packages changed in Sightly recently. Using latest Sightly
> >> snapshots in
> >> Launchpad fixed it for me.
> >> 
> >> Regards,
> >> O.
> >> 
> >>> Carsten
> >>> Carsten Ziegeler wrote
> >>> 
>  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 failing
>  test
>  cases, looking into the other now.
>  
>  Carsten



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


On 4/3/2017 11:26 AM, Ruben Reusser wrote:

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.jackson.core/jackson-core/2.3.2
com.fasterxml.jackson.core/jackson-annotations/2.3.2

at the same time

Ruben

On 4/3/2017 11:24 AM, Oliver Lietz wrote:

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=launchpad,
url=launchpad:resources/install/0/org.apache.sling.scripting.sightly.js.prov 

ider-1.0.20.jar, type=bundle, error=null, state=INSTALL, 
version=1.0.20,

lastChange=-1, priority=50, digest=149124324
Some packages changed in Sightly recently. Using latest Sightly 
snapshots in

Launchpad fixed it for me.

Regards,
O.


Carsten
Carsten Ziegeler wrote


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 failing 
test

cases, looking into the other now.

Carsten






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.jackson.core/jackson-core/2.3.2
com.fasterxml.jackson.core/jackson-annotations/2.3.2

at the same time

Ruben

On 4/3/2017 11:24 AM, Oliver Lietz wrote:

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=launchpad,
url=launchpad:resources/install/0/org.apache.sling.scripting.sightly.js.prov
ider-1.0.20.jar, type=bundle, error=null, state=INSTALL, version=1.0.20,
lastChange=-1, priority=50, digest=149124324

Some packages changed in Sightly recently. Using latest Sightly snapshots in
Launchpad fixed it for me.

Regards,
O.


Carsten
Carsten Ziegeler wrote


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 failing test
cases, looking into the other now.

Carsten




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=launchpad,
> url=launchpad:resources/install/0/org.apache.sling.scripting.sightly.js.prov
> ider-1.0.20.jar, type=bundle, error=null, state=INSTALL, version=1.0.20,
> lastChange=-1, priority=50, digest=149124324

Some packages changed in Sightly recently. Using latest Sightly snapshots in 
Launchpad fixed it for me.

Regards,
O.

> Carsten
> Carsten Ziegeler wrote
> 
> > 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 failing test
> > cases, looking into the other now.
> > 
> > Carsten



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.sightly.js.provider-1.0.20.jar,
type=bundle, error=null, state=INSTALL, version=1.0.20, lastChange=-1,
priority=50, digest=149124324

Carsten
Carsten Ziegeler wrote
> 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 failing test
> cases, looking into the other now.
> 
> Carsten
> 
>  
> 


 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


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 failing test
cases, looking into the other now.

Carsten

 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


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.
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 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, Ruben Reusser  wrote:


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




  





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 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, Ruben Reusser  wrote:
> 
>> 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
>>
>>
> 


 

-- 
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org


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, Ruben Reusser  wrote:

> 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
>
>


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