Building current trunk fails

2014-12-05 Thread Pontus Amberg
For a while now it's been impossible to build Sling on a computer with an empty Maven repository since there is a dependency for org.apache.sling:org.apache.sling.launchpad:jar:standalone:7-SNAPSHOT that isn't available (

SlingRepository Integration Tests fails on new system

2014-03-17 Thread Pontus Amberg
The SlingRepository Integration Tests (in sling/bundles/jcr/it-jackrabbit-ok/) fails on a new system. I'm not sure but I think the reason might be that JackrabbitRepositoryIT OakRepositoryIT contains the line mavenBundle(org.apache.sling, org.apache.sling.jcr.base, 2.2.1-SNAPSHOT), and the

Re: SlingRepository Integration Tests fails on new system

2014-03-17 Thread Pontus Amberg
, org.apache.sling.scripting.api, 2.1.5-SNAPSHOT), and the trunk contains the version 2.1.7-SNAPSHOT /Pontus On 17 March 2014 15:46, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, On Mon, Mar 17, 2014 at 3:22 PM, Pontus Amberg pontus.amb...@gmail.com wrote: ...I think the reason might

Re: SlingRepository Integration Tests fails on new system

2014-03-17 Thread Pontus Amberg
The build works fine now. Thanks for the quick fixes! /Pontus On 17 March 2014 16:36, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, On Mon, Mar 17, 2014 at 3:56 PM, Pontus Amberg pontus.amb...@gmail.com wrote: ...there seems to be a similar problem in Scripting Core

Resource rendered by .esp script is only rendered on first request

2014-03-17 Thread Pontus Amberg
I'm not sure but I think I might have encountered a problem in the current trunk with resources rendered by .esp scripts. Steps to reproduce: 1. Create a new file called test.esp with this content: html body %=Current node path: +currentNode.path%br/ /body /html 2. Copy the

[jira] [Commented] (SLING-2594) server-side test script without TEST_PASSED string should fail

2012-09-15 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13456377#comment-13456377 ] Pontus Amberg commented on SLING-2594: -- Is this update the reason the tests in Sling

Re: Random test failures in SlingFelixTest.test_start_stop()

2012-08-21 Thread Pontus Amberg
The same test seems to fail on Jenkins https://builds.apache.org/job/sling-trunk-1.6/1418/testReport/ /Pontus On 2012-08-20 20:33, Pontus Amberg wrote: I've encountered random test failures in the org.apache.sling.launchpad.base.impl.SlingFelixTest.test_start_stop() test where

Random test failures in SlingFelixTest.test_start_stop()

2012-08-20 Thread Pontus Amberg
I've encountered random test failures in the org.apache.sling.launchpad.base.impl.SlingFelixTest.test_start_stop() test where this.notifiable.stoppedCalled is false. I'm not sure but does super.stop() in SlingFelix set m_shutdownGate in Felix to null and is there a possibility that it will do so

[jira] [Commented] (SLING-2489) Updating the framework with system bundle update fails

2012-07-27 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13424239#comment-13424239 ] Pontus Amberg commented on SLING-2489: -- Since terminateVM

Building the current trunk fails

2012-07-11 Thread Pontus Amberg
Building the current trunk in an environment with no previous Sling builds fails with the error messages appended at the end. One way around this seems to be to build /sling/maven/maven-launpad-plugin before trying to build the complete system. Even if /sling/maven/maven-launpad-plugin is built

Re: [VOTE] Moving SLING-2396 to trunk

2012-06-18 Thread Pontus Amberg
Should the relativePath of parent really be ../../../parent/pom.xml ? Shouldn't it be ../../parent/pom.xml ? /Pontus On 2012-06-14 13:01, Carsten Ziegeler wrote: Thanks everyone - I've committed all the changes to trunk. So far noone complaint about missing workspace support... :) Regards

[jira] [Closed] (SLING-2495) Configs stored in {sling.home}/config purged at startup

2012-06-02 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pontus Amberg closed SLING-2495. Storing configs seems to be working as usual now Configs stored in {sling.home

Re: Configs stored in {sling.home}/config purged at startup

2012-05-29 Thread Pontus Amberg
On way of reproducing this is 1. Build the current trunk of sling 2. Start the standalone JAR of Sling in a console with java -jar path to sling src/launchpad/builder/target/org.apache.sling.launchpad-7-SNAPSHOT-standalone.jar 3. Open the web console in a browser

[jira] [Created] (SLING-2495) Configs stored in {sling.home}/config purged at startup

2012-05-26 Thread Pontus Amberg (JIRA)
Pontus Amberg created SLING-2495: Summary: Configs stored in {sling.home}/config purged at startup Key: SLING-2495 URL: https://issues.apache.org/jira/browse/SLING-2495 Project: Sling Issue

Re: Configs stored in {sling.home}/config purged at startup

2012-05-26 Thread Pontus Amberg
Created an Issue in JIRA https://issues.apache.org/jira/browse/SLING-2495 . I didn't specify component or version. /Pontus On 2012-05-26 01:01, Ian Boston wrote: Yes, same here. The config files all get deleted. It happens after the bootstrap finished, and if I make the files readonly they are

[jira] [Commented] (SLING-2495) Configs stored in {sling.home}/config purged at startup

2012-05-26 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13284084#comment-13284084 ] Pontus Amberg commented on SLING-2495: -- The issue has been discussed in this thread

Re: Jenkins build is still unstable: sling-trunk-1.6 #1329

2012-05-22 Thread Pontus Amberg
I'm not sure what going on but if you go to https://builds.apache.org/job/sling-trunk-1.6/1329/ you can see that the same test that has been failing for almost a week now is still failing.

[jira] [Commented] (SLING-2480) Add config for maven-sling-plugin to m2e configuration

2012-05-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278750#comment-13278750 ] Pontus Amberg commented on SLING-2480: -- I'm not sure but it looks

[jira] [Comment Edited] (SLING-2480) Add config for maven-sling-plugin to m2e configuration

2012-05-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278750#comment-13278750 ] Pontus Amberg edited comment on SLING-2480 at 5/18/12 11:58 AM

[jira] [Comment Edited] (SLING-2480) Add config for maven-sling-plugin to m2e configuration

2012-05-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278750#comment-13278750 ] Pontus Amberg edited comment on SLING-2480 at 5/18/12 11:58 AM

[jira] [Comment Edited] (SLING-2480) Add config for maven-sling-plugin to m2e configuration

2012-05-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278750#comment-13278750 ] Pontus Amberg edited comment on SLING-2480 at 5/18/12 1:02 PM

[jira] [Closed] (SLING-2482) Installer Integration Tests might fail since they have dependencies on org.apache.sling.installer.factory.configuration 1.0.5-SNAPSHOT

2012-05-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pontus Amberg closed SLING-2482. Installer Integration Tests might fail since they have dependencies

[jira] [Commented] (SLING-2482) Installer Integration Tests might fail since they have dependencies on org.apache.sling.installer.factory.configuration 1.0.5-SNAPSHOT

2012-05-17 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13277898#comment-13277898 ] Pontus Amberg commented on SLING-2482: -- The current trunk now contains 1.0.9-SNAPSHOT

Re: Configs stored in {sling.home}/config purged at startup

2012-05-17 Thread Pontus Amberg
A file was created in /config/org/apache/sling/commons/log when I changed the log level in the Logger Configuration but when I restarted the system it was also removed at the startup. So the problem is not only affecting the Authenticator. I might add that I modified the property

[jira] [Created] (SLING-2482) Installer Integration Tests might fail since they have dependencies on org.apache.sling.installer.factory.configuration 1.0.5-SNAPSHOT

2012-05-16 Thread Pontus Amberg (JIRA)
Pontus Amberg created SLING-2482: Summary: Installer Integration Tests might fail since they have dependencies on org.apache.sling.installer.factory.configuration 1.0.5-SNAPSHOT Key: SLING-2482 URL: https

Configs stored in {sling.home}/config purged at startup

2012-05-16 Thread Pontus Amberg
I just noticed that config files stored in {sling.home}/config are purged when I restart the server that the Sling WAR archive is hosted on. If I for example add authentication requirements in the authentication service I can see that the SlingAuthenticator.config file is created in

Test failures in bundles/commons/classloader

2012-03-19 Thread Pontus Amberg
Hi! There seems to be some kind of trouble in the current trunk where a test in bundles/commons/classloader fails with this message: Tests in error:

Re: Test failures in bundles/commons/classloader

2012-03-19 Thread Pontus Amberg
That seems to have fixed it, at least for me. Thanks! /Pontus On 2012-03-19T16:49:25 CET, Carsten Ziegeler wrote: Hi, sorry for all the confusion. I've explicitely added the dependency to the pom which should fix the problem. Hopefully... Thanks Carsten 2012/3/19 Pontus

Problem with Authentication Service?

2011-12-21 Thread Pontus Amberg
I just noticed that URL space subtrees that I specified in the Authentication Service config to require authentication (for example +/apps) is accessible even if the user hasn't logged in. I'm testing this using the current trunk. Is this a local problem with my config or is it a bug in the

Re: Problem with Authentication Service?

2011-12-21 Thread Pontus Amberg
schrieb Pontus Amberg: I just noticed that URL space subtrees that I specified in the Authentication Service config to require authentication (for example +/apps) is accessible even if the user hasn't logged in. I'm testing this using the current trunk. Is this a local problem with my config

Re: Problem with Authentication Service?

2011-12-21 Thread Pontus Amberg
-21T23:31:54 CET, Pontus Amberg wrote: Tried another browser (installed just to test this) and I still could access the folders and files. I looked at the Authenticators page and I'm a bit confused now. Where is the paths on the Authenticator page configured and should paths I configure

Re: Problem with deployed WAR from current trunk

2011-11-18 Thread Pontus Amberg
Tried the current trunk and the problem seems to be fixed now. /Pontus On 2011-11-17T22:44:49 CET, Justin Edelson wrote: OK. Try doing an updated from SVN and rebuidling. Sorry about that. On Thu, Nov 17, 2011 at 1:36 PM, Justin Edelson jus...@justinedelson.com wrote: OK. I think I see the

Re: Problem with deployed WAR from current trunk

2011-11-17 Thread Pontus Amberg
I had no problem building Sling and I did not try to login using OpenId. I just tried to access the root of the deployed WAR and that shouldn't need any login, or? /Pontus On 2011-11-17 17:30, Justin Edelson wrote: On Thu, Nov 17, 2011 at 8:07 AM, Bertrand Delacretaz bdelacre...@apache.org

Problem with deployed WAR from current trunk

2011-11-16 Thread Pontus Amberg
Has anyone tried to deploy the WAR produced when building the current trunk? I've just tried and when I try to access the application I get an message in the browser that it has detected redirections that never will complete. In the log there's lots of these messages 16.11.2011 22:10:45.163

[jira] [Commented] (SLING-2234) Update to Jackrabbit JCR Servier 2.3

2011-10-10 Thread Pontus Amberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13124457#comment-13124457 ] Pontus Amberg commented on SLING-2234: -- Since 2.3.0 is released maybe the reference

[jira] [Commented] (SLING-2164) Suppress m2eclipse errors

2011-08-02 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13076286#comment-13076286 ] Pontus Amberg commented on SLING-2164: -- I'm not sure but are the ugly errors you

Re: PostServletOutputContentTypeTest takes ages to complete.

2011-04-11 Thread Pontus Amberg
(Node src, Node dstParent, String name) in org.apache.sling.servlets.post.impl.operations.CopyOperation that will eventually fail due to a java.lang.StackOverflowError. On my Linux setup this can take quite some time before it actually fails. /Pontus On 2011-04-07 00:25, Pontus Amberg wrote: Ok

Re: PostServletOutputContentTypeTest takes ages to complete.

2011-04-06 Thread Pontus Amberg
Ok. I'll see if I can get some time to look at it during the weekend. /Pontus On 2011-04-05 15:30, Bertrand Delacretaz wrote: Hi, On Tue, Apr 5, 2011 at 2:30 AM, Pontus Ambergpontus.amb...@comhem.se wrote: I've just tried to build the current trunk and noticed that

PostServletOutputContentTypeTest takes ages to complete.

2011-04-04 Thread Pontus Amberg
I've just tried to build the current trunk and noticed that testJsonContentTypeException() in PostServletOutputContentTypeTest took 31 minutes to complete! All the other test in PostServletOutputContentTypeTest worked as normal. Anyone else seen this or is it just my setup? /Pontus

[jira] Commented: (SLING-1597) Support loading of initial configurations for ConfigAdmin

2011-01-19 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12983902#action_12983902 ] Pontus Amberg commented on SLING-1597: -- I was also able to redeploy the current

Re: Failed tests: testSemiRandomInstall

2011-01-06 Thread Pontus Amberg
False alarm! I just tested to fetch the current trunk delete /sling from my local maven repository on my workstation at home (same env as the laptop at work) and building sling works fine. /Pontus On 01/05/2011 05:09 PM, Pontus Amberg wrote: Yes it always fails. Apache Maven: 2.2.1 JDK

[jira] Commented: (SLING-1597) Support loading of initial configurations for ConfigAdmin

2011-01-06 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978418#action_12978418 ] Pontus Amberg commented on SLING-1597: -- I've just tried to deploy the WAR file created

[jira] Commented: (SLING-1597) Support loading of initial configurations for ConfigAdmin

2011-01-06 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978432#action_12978432 ] Pontus Amberg commented on SLING-1597: -- 06.01.2011 17:22:05.329 *ERROR

Re: Failed tests: testSemiRandomInstall

2011-01-05 Thread Pontus Amberg
Yes it always fails. Apache Maven: 2.2.1 JDK: 1.6.0_23 OS: Ubuntu 10.10 x64 /Pontus On 01/05/2011 01:43 PM, Carsten Ziegeler wrote: The test is not failing on my machine - is it always failing for you and what env do you have? Regards Carsten Pontus Amberg wrote Anyone else having

Failed tests: testSemiRandomInstall

2011-01-04 Thread Pontus Amberg
Anyone else having problems building the current trunk since testSemiRandomInstall in org.apache.sling.installer.it.BundleInstallStressTest fails? --- Test set: org.apache.sling.installer.it.BundleInstallStressTest

[jira] Commented: (SLING-1761) JcrPropertyResource sets incorrect content length for strings containing non-ascii character

2011-01-03 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12977040#action_12977040 ] Pontus Amberg commented on SLING-1761: -- Is this patch maybe the reason why

Re: Building contrib fails - NoClassDefFoundError: LaunchpadContentProvider

2010-12-29 Thread Pontus Amberg
It worked fine now. Thanks! /Pontus On 12/29/2010 01:00 AM, Justin Edelson wrote: Try rebuilding launchpad/base and then try this again. Fix is in r1053483. I'm still having trouble getting the contrib testsuite to run, but that's always been the case for me. Justin On Tue, Dec 28, 2010 at

Building contrib fails - NoClassDefFoundError: LaunchpadContentProvider

2010-12-28 Thread Pontus Amberg
Anyone have a clue why building /contrib fails? See http://markmail.org/message/ogugsj5xwsg6wdpt for more info. /Pontus

Building current trunk fails due multiple SNAPSHOT problems

2010-10-16 Thread Pontus Amberg
1. If you haven't built Felix locally building Sling will fail since there is dependencies to SNAPSHOT stuff from felix. For example bundles/extensions/event has a dependency to maven-scr-plugin version 1.4.5-SNAPSHOT. 2. If you haven't built older version of Sling the current trunk will fail

[jira] Commented: (SLING-1737) Add state management for resources

2010-09-14 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12909211#action_12909211 ] Pontus Amberg commented on SLING-1737: -- Looks like the sync problem might have been

[jira] Commented: (SLING-1737) Add state management for resources

2010-09-13 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12908730#action_12908730 ] Pontus Amberg commented on SLING-1737: -- Is the randomly failing test

[jira] Commented: (SLING-1737) Add state management for resources

2010-09-13 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12908805#action_12908805 ] Pontus Amberg commented on SLING-1737: -- Strange. For me it's impossible to pass

Re: integration tests

2010-09-10 Thread Pontus Amberg
I was using Maven 3.0-beta-3 before and I had 3 different test failures in a row today. After reading that you had better success with 2.2.1 I downgraded to 2.2.1 and I have now built the current trunk 3 times with no failures. I have no idea if the 3 successful builds was just pure luck but

Re: [SLING-1729] Use of SecureRandom

2010-09-03 Thread Pontus Amberg
Yes I have encountered it a while back [1] but I never had time to find the cause. /Pontus [1] http://sling.markmail.org/message/bs6npo3iyejetgz3 On 2010-09-03 23:25, Felix Meschberger wrote: Hi all, I noticed slow (extremely slow, actually: something like 30seconds) startup of the Form

Re: Web Console Security Provider

2010-08-21 Thread Pontus Amberg
Looks like something isn't completely correct since webconsolesecurityprovider.pom is version 1.0.1-SNAPSHOT and /Launchpad/builder/src/main/bundles/list.xml contains 0.0.1-SNAPSHOT . So it's impossible to checkout and build sling if you haven't built the old 0.0.1-SNAPSHOT version before.

Re: NullPointerException in SlingSettingsServiceImpl

2010-08-15 Thread Pontus Amberg
access content. But its really random and most of the times i just get the AuthenticationSupport service missing. /Pontus On 2010-08-15 22:49, Pontus Amberg wrote: I've just tried the current trunk and the problem seems to be fixed. Thanks for the quick fix! /Pontus On 2010-08-15 17:16

NullPointerException in SlingSettingsServiceImpl

2010-08-14 Thread Pontus Amberg
I just tried to deploy org.apache.sling.launchpad-6-SNAPSHOT.war built from the current trunk to a small Linux server with SUN Java 1.6 and Tomcat 6.0.29 and Slings fails to start since I get a NullPointerException in SlingSettingsServiceImpl 14.08.2010 16:45:02.254 *ERROR*

[jira] Created: (SLING-1616) Wrong dependency version for gwt servlet in /contrib/extensions/gwt/sample/pom.xml

2010-07-28 Thread Pontus Amberg (JIRA)
: Sling Issue Type: Bug Components: Extensions Reporter: Pontus Amberg Priority: Minor The GWT sample project ( /contrib/extensions/gwt/sample/pom.xml ) has a dependency on org.apache.sling.extensions.gwt.servlet version 3.0.0-SNAPSHOT but the version

[jira] Created: (SLING-1617) Wrong dependency version for the adbera stuff in contrib/scipting/jsp-taglib-atom project

2010-07-28 Thread Pontus Amberg (JIRA)
Project: Sling Issue Type: Bug Components: Extensions Reporter: Pontus Amberg Priority: Minor The versions specified for the 3 abdera dependencies in /contrib/scripting/jsp-taglib-atom/ is 1.0-SNAPSHOT. This will lead to build failure of contrib

[jira] Resolved: (SLING-1617) Wrong dependency version for the adbera stuff in contrib/scipting/jsp-taglib-atom project

2010-07-28 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pontus Amberg resolved SLING-1617. -- Resolution: Fixed Build works after Felix fix. Wrong dependency version for the adbera stuff

Re: Sling Wiki

2010-05-30 Thread Pontus Amberg
: /includes/css/x.css */ is there some fualty configuration that is causing this or is this the normal behavior? /Pontus On 2010-05-30 11:35, Felix Meschberger wrote: Hi, On 29.05.2010 15:18, Pontus Amberg wrote: Hi! If I have understood everything correctly then https://cwiki.apache.org

Sling Wiki

2010-05-29 Thread Pontus Amberg
Hi! If I have understood everything correctly then https://cwiki.apache.org/SLING/ is a static copy of https://cwiki.apache.org/confluence/display/SLING/ . But how and when is https://cwiki.apache.org/SLING/ updated to included updates? https://cwiki.apache.org/confluence/display/SLING/

Re: Building current trunk

2010-05-06 Thread Pontus Amberg
I have to admit that I hardly even looked at the error message and took for granted that the problem was in the Sling code base again, sorry! /Pontus On 2010-05-04 13:46, Bertrand Delacretaz wrote: Hi, On Tue, May 4, 2010 at 12:39 PM, Pontus Ambergpontus.amb...@milso.se wrote: [ERROR]

Re: Building current trunk

2010-05-04 Thread Pontus Amberg
Well it might have worked for a couple of hours but now it's time for [ERROR] Failed to execute goal on project maven-jspc-plugin: Error transferring file: Connection timed out org.apache.sling:org.apache.sling.scripting.api:jar:2.0.2-incubator from the specified remote repositories:

Building current trunk

2010-04-30 Thread Pontus Amberg
Is anyone able to build the current Sling trunk? I'm currently stuck at a failing org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test since a couple of days. /Pontus

Re: Build fails, wrong version for maven-launchpad-plugin?

2010-04-26 Thread Pontus Amberg
, Pontus Amberg pontus.amb...@comhem.sewrote: Currently the trunk contains a /parent/pom.xml that specifies version 2.0.5-SNAPSHOT for maven-launchpad-plugin. The version in /maven/maven-launchpad-plugin/pom.xml is 2.0.7-SNAPSHOT. Is the version in /parent/pom.xml wrong? /Pontus

Build fails, wrong version for maven-launchpad-plugin?

2010-04-25 Thread Pontus Amberg
Currently the trunk contains a /parent/pom.xml that specifies version 2.0.5-SNAPSHOT for maven-launchpad-plugin. The version in /maven/maven-launchpad-plugin/pom.xml is 2.0.7-SNAPSHOT. Is the version in /parent/pom.xml wrong? /Pontus

[jira] Commented: (SLING-1350) Many test failures in contrib/launchpad/testing

2010-04-18 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858357#action_12858357 ] Pontus Amberg commented on SLING-1350: -- Is this bug patch still the reason why

[jira] Commented: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837173#action_12837173 ] Pontus Amberg commented on SLING-1399: -- I'm using 1.6 since I thought that 1.6

[jira] Updated: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-23 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pontus Amberg updated SLING-1399: - Attachment: scala-script-src-patch.txt I've attached a patch of the /sling/contrib/scripting

[jira] Commented: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-22 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836892#action_12836892 ] Pontus Amberg commented on SLING-1399: -- I've deleted /org/apache/sling in my local

[jira] Issue Comment Edited: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-22 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836892#action_12836892 ] Pontus Amberg edited comment on SLING-1399 at 2/22/10 9:19 PM

[jira] Commented: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-22 Thread Pontus Amberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836944#action_12836944 ] Pontus Amberg commented on SLING-1399: -- Line 55 looks like this class

[jira] Created: (SLING-1399) Not possible to build /contrib since ScalaScriptEngineFactory.scala in /scripting/scala/script contains an error

2010-02-20 Thread Pontus Amberg (JIRA)
://issues.apache.org/jira/browse/SLING-1399 Project: Sling Issue Type: Bug Environment: Linux x64, Maven 2.2.1 Reporter: Pontus Amberg Priority: Minor Can't build /contrib since ScalaScriptEngineFactory.scala in contrib/scripting/scala/script

[jira] Created: (SLING-1331) Build of /contrib/launchpad/testing fails since biz.aQute:bnd:jar:0.0.323 no longer is available

2010-01-26 Thread Pontus Amberg (JIRA)
-1331 Project: Sling Issue Type: Bug Environment: Linux x64, Maven 2.2.1 Reporter: Pontus Amberg Priority: Minor Trying to build /contrib fails since /contrib/launchpad/testing/pom.xml contains a dependency on biz.aQute:bnd:jar:0.0.323. I took

Re: [jira] Commented: (SLING-1252) Reactor build using Maven 2.0.9 creates non-functional launchpad base artifact

2009-12-21 Thread Pontus Amberg
I've just tried to build on both Linux and Windows with Maven 2.2.1 and they both on fail Apache Sling Launchpad Testing. Is it still necessary to use the tweaks described in https://issues.apache.org/jira/browse/SLING-830 to build Sling ? 2009-12-21 15:37:06.901::INFO: Started