RE: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-25 Thread Mike Müller
Hi

+1 
(in the case of scripting.core I would include SLING-1848 as Justin suggested).

thanks for the release
best regards
mike


 -Original Message-
 From: Carsten Ziegeler [mailto:cziege...@apache.org]
 Sent: Tuesday, October 19, 2010 10:50 AM
 To: Sling Developers
 Subject: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10,
 Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0
 
 Hi,
 
 this is the release vote for our scripting stuff for SLING-6.
 
 This vote is for the release of:
 
 Apache Sling Scripting Core 2.0.12
 Apache Sling Scripting JavaScript 2.0.8
 Apache Sling Scripting JSP 2.0.10
 Apache Sling Scripting JSP-Taglib 2.1.0
 
 Changes in these releases:
 
 Apache Sling Scripting Core 2.0.12
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314797
 
 Apache Sling Scripting JavaScript 2.0.8
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314406
 
 Apache Sling Scripting JSP 2.0.10
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314407
 
 Apache Sling Scripting JSP-Taglib 2.1.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314408
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-004/
 
 You can use this UNIX script to download the release and verify the
 signatures:
 http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
 
 Usage:
 sh check_staged_release.sh 004 /tmp/sling-staging
 
 Please vote to approve this release:
 
   [ ] +1 Approve the release
   [ ]  0 Don't care
   [ ] -1 Don't release, because ...
 
 This vote will be open for 72 hours.
 
 Regards
 Carsten
 
 --
 Carsten Ziegeler
 cziege...@apache.org


Re: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-25 Thread Felix Meschberger
Hi,

+1 basically to all from an administrative POV.

From technical POV I agree we should cancel the release process for the
Scripting Core bundle.

Regards
Felix

On 19.10.2010 10:49, Carsten Ziegeler wrote:
 Hi,
 
 this is the release vote for our scripting stuff for SLING-6.
 
 This vote is for the release of:
 
 Apache Sling Scripting Core 2.0.12
 Apache Sling Scripting JavaScript 2.0.8
 Apache Sling Scripting JSP 2.0.10
 Apache Sling Scripting JSP-Taglib 2.1.0
 
 Changes in these releases:
 
 Apache Sling Scripting Core 2.0.12
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314797
 
 Apache Sling Scripting JavaScript 2.0.8
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314406
 
 Apache Sling Scripting JSP 2.0.10
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314407
 
 Apache Sling Scripting JSP-Taglib 2.1.0
 https://issues.apache.org/jira/browse/SLING/fixforversion/12314408
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-004/
 
 You can use this UNIX script to download the release and verify the
 signatures:
 http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
 
 Usage:
 sh check_staged_release.sh 004 /tmp/sling-staging
 
 Please vote to approve this release:
 
   [ ] +1 Approve the release
   [ ]  0 Don't care
   [ ] -1 Don't release, because ...
 
 This vote will be open for 72 hours.
 
 Regards
 Carsten
 


[jira] Resolved: (SLING-1849) DropQueueTest failure

2010-10-25 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-1849.
-

   Resolution: Fixed
Fix Version/s: Extensions Event 3.0.0

Thanks, so I set this to resolved. 

 DropQueueTest failure
 -

 Key: SLING-1849
 URL: https://issues.apache.org/jira/browse/SLING-1849
 Project: Sling
  Issue Type: Bug
  Components: Extensions
 Environment: $ mvn -v
 Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
 Java version: 1.6.0_13
 Java home: /usr/java/jdk1.6.0_13/jre
 Default locale: de_CH, platform encoding: UTF-8
 OS name: linux version: 2.6.32-25-generic arch: amd64 Family: unix
Reporter: Felix Meschberger
Assignee: Carsten Ziegeler
 Fix For: Extensions Event 3.0.0


 The bundles/extensions/event module has a unit test failure on my Ubuntu box:
 testDroppingQueue(org.apache.sling.event.impl.jobs.DropQueueTest)
 ---
 Test set: org.apache.sling.event.impl.jobs.DropQueueTest
 ---
 Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.976 sec  
 FAILURE!
 testDroppingQueue(org.apache.sling.event.impl.jobs.DropQueueTest)  Time 
 elapsed: 2.809 sec   FAILURE!
 java.lang.AssertionError: expected:0 but was:4
   at org.junit.Assert.fail(Assert.java:91)
   at org.junit.Assert.failNotEquals(Assert.java:645)
   at org.junit.Assert.assertEquals(Assert.java:126)
   at org.junit.Assert.assertEquals(Assert.java:470)
   at org.junit.Assert.assertEquals(Assert.java:454)
   at 
 org.apache.sling.event.impl.jobs.DropQueueTest.testDroppingQueue(DropQueueTest.java:141)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:66)
   at org.jmock.integration.junit4.JMock$1.invoke(JMock.java:37)
   at 
 org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:105)
   at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)
   at 
 org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:94)
   at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:84)
   at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:49)
   at 
 org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:98)
   at 
 org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:61)
   at 
 org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:54)
   at 
 org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)
   at 
 org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)
   at 
 org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:52)
   at 
 org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
   at 
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
   at 
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
   at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
   at 
 org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[VOTE RESULT] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-25 Thread Carsten Ziegeler
Hi,

the vote to release Apache Sling Scripting Core 2.0.12 has been dropped!

However, the vote to release

Apache Sling Scripting JavaScript 2.0.8
Apache Sling Scripting JSP 2.0.10
Apache Sling Scripting JSP-Taglib 2.1.0

has passed with +1 votes from Carsten Ziegeler, Justin Edelson, Mike
Müller, and Felix Meschberger.

Thanks for voting - I'll release the artifacts asap.

Regards
Carsten



-- 
Carsten Ziegeler
cziege...@apache.org


[jira] Resolved: (SLING-1848) registration (or unregistration) of a ScriptEngineFactory doesn't cause the ScriptEngineManager service to be re-registered

2010-10-25 Thread Carsten Ziegeler (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler resolved SLING-1848.
-

Resolution: Fixed

This seems to be fixed now, patch looks good to me, therefore closing

 registration (or unregistration) of a ScriptEngineFactory doesn't cause the 
 ScriptEngineManager service to be re-registered
 ---

 Key: SLING-1848
 URL: https://issues.apache.org/jira/browse/SLING-1848
 Project: Sling
  Issue Type: Bug
  Components: Scripting
Reporter: Justin Edelson
Assignee: Justin Edelson
Priority: Blocker
 Fix For: Scripting Core 2.0.14


 ScriptEngineManagerFactory.refreshScriptEngineManager() handles the 
 registration of an OSGi service of the ScriptEngineManager. This is used, 
 amongst other places, by SlingScriptAdapterFactory.
 However, refreshScriptEngineManager() is *only* called from activate() and 
 getScriptEngineManager() (and in the latter case, only if the 
 scriptEngineManager is null). Although bindScriptEngineManager() (and unbind) 
 null out scriptEngineManager, they do not call refreshScriptEngineManager(). 
 As a result, new ScriptEngineFactory services are not effective with this 
 call sequence:
 1) activate()
 2) bindScriptEngineManager()
 3) try adapting a script to a javax.servlet.Servlet
 This can be worked around (albeit poorly IMHO) by going to the Configuration 
 Status page in the web console because this causes getScriptEngineManager() 
 to be called when scriptEngineManager is null, thus causing 
 refreshScriptEngineManager() to be called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: exhaustive list

2010-10-25 Thread Felix Meschberger
Hi,

I would assume this is by now fixed. Right ?

Regards
Felix

On 20.10.2010 15:08, Jos Snellings wrote:
 Please find the exhaustive list below:
 
 testEscapedErrorMessages(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test)
 
  
 testRequestAttribute(org.apache.sling.launchpad.webapp.integrationtest.RequestAttributeTest)
 
  
 testWithExactUrl(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)
 
  
 testGETScript(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)
 
  
 testWithExtraPathA(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)
 
  
 testCallFooHtml(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test)
 
  
 testCallHtml(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test)
 
  
 testGenericProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)
 
  
 testGroovyProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)
 
  
 testJSPProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)
 
  
 testJSPProviderEL(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)
 
  
 testCanAddUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanAddGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanUpdateUserProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanUpdateGroupProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanRemoveUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanRemoveGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testCanUpdateGroupMembers(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
 
  
 testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)
 
  
 testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)
 
  
 testWithoutInclude(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)
 
  
 testWithInclude(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)
 
  
 testWithIncludeAndExtension(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)
 
  
 testWithoutForward(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)
 
  
 testWithForward(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)
 
  
 testWithForwardAndExtension(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)
 
  
 testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)
 
  
 testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)
 
  
 testRecursiveDump(org.apache.sling.launchpad.webapp.integrationtest.JavascriptWrappersTest)
 
  
 testWithoutForward(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)
 
  
 testWithForward(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)
 
  
 testWithForwardAndExtension(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)
 
  
 testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)
 
  
 testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)
 
  
 testSuperTypeOnResource(org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest)
 
  
 testSuperTypeOnScriptFolder(org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest)
 
  
 testEspScript(org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest)
 
  
 testJspScript(org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest)
 
  
 testNestedInclude(org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest)
 
  
 testNonExistentInclude(org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest)
 
  
 testJSONGroovyBuilder(org.apache.sling.launchpad.webapp.integrationtest.JSONGroovyBuilderIntegrationTest)
 
  
 testJSONGroovyBuilder2(org.apache.sling.launchpad.webapp.integrationtest.JSONGroovyBuilderIntegrationTest)
 
  
 testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testWithoutInclude(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testWithInclude(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testWithIncludeAndExtension(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testMaxCallsDetection(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)
 
  
 testEspHtml(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)
 
  
 

Re: exhaustive list

2010-10-25 Thread Jos Snellings

Confirmed, Felix! Sling builds gracefully now!

Cheers,
Jos

On 10/25/2010 09:15 AM, Felix Meschberger wrote:

Hi,

I would assume this is by now fixed. Right ?

Regards
Felix

On 20.10.2010 15:08, Jos Snellings wrote:
   

Please find the exhaustive list below:

testEscapedErrorMessages(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING760Test)


testRequestAttribute(org.apache.sling.launchpad.webapp.integrationtest.RequestAttributeTest)


testWithExactUrl(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)


testGETScript(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)


testWithExtraPathA(org.apache.sling.launchpad.webapp.integrationtest.GetWithSuffixTest)


testCallFooHtml(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test)


testCallHtml(org.apache.sling.launchpad.webapp.integrationtest.issues.SLING457Test)


testGenericProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)


testGroovyProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)


testJSPProvider(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)


testJSPProviderEL(org.apache.sling.launchpad.webapp.integrationtest.ScriptBindingsValuesProviderTest)


testCanAddUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanAddGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanUpdateUserProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanUpdateGroupProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanRemoveUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanRemoveGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testCanUpdateGroupMembers(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)


testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)


testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)


testWithoutInclude(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)


testWithInclude(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)


testWithIncludeAndExtension(org.apache.sling.launchpad.webapp.integrationtest.IncludeTest)


testWithoutForward(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)


testWithForward(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)


testWithForwardAndExtension(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)


testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)


testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.ForwardTest)


testRecursiveDump(org.apache.sling.launchpad.webapp.integrationtest.JavascriptWrappersTest)


testWithoutForward(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)


testWithForward(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)


testWithForwardAndExtension(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)


testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)


testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.JspForwardTest)


testSuperTypeOnResource(org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest)


testSuperTypeOnScriptFolder(org.apache.sling.launchpad.webapp.integrationtest.ResourceSuperTypeTest)


testEspScript(org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest)


testJspScript(org.apache.sling.launchpad.webapp.integrationtest.ExecuteScriptTest)


testNestedInclude(org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest)


testNonExistentInclude(org.apache.sling.launchpad.webapp.integrationtest.EspLoadTest)


testJSONGroovyBuilder(org.apache.sling.launchpad.webapp.integrationtest.JSONGroovyBuilderIntegrationTest)


testJSONGroovyBuilder2(org.apache.sling.launchpad.webapp.integrationtest.JSONGroovyBuilderIntegrationTest)


testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testForcedResourceType(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testWithoutInclude(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testWithInclude(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testWithIncludeAndExtension(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testMaxCallsDetection(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest)


testEspHtml(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)


testGspHtml(org.apache.sling.launchpad.webapp.integrationtest.SlingResourceTypeRenderingTest)



[VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Mike Müller
Hi,

I tried to get out my first release, so be prepared, someting goes wrong ;-))

We solved 16 issues in this release:
https://issues.apache.org/jira/browse/SLING/fixforversion/12315319

There are no outstanding issues:

Staging repository:
https://repository.apache.org/content/repositories/orgapachesling-007/

You can use this UNIX script to download the release and verify the signatures:
http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh

Usage:
sh check_staged_release.sh 007 /tmp/sling-staging

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

This vote will be open for 72 hours.


Build failed in Hudson: sling-trunk-1.5 » Apache Sling Scripting JSP Support #937

2010-10-25 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/937/

--
[INFO] 
[INFO] Building Apache Sling Scripting JSP Support
[INFO]task-segment: [clean, deploy]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target
 (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
 [echo]  WARNING (SLING-443/SLING-1782) 
**
 [echo] On most platforms, you'll get OutOfMemoryErrors when building 
unless you set
 [echo] on 32bit platforms: MAVEN_OPTS=-Xmx256M -XX:MaxPermSize=256M, see 
SLING-443
 [echo] on 64bit platforms: MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=512M, see 
SLING-1782
 [echo] 
**
[INFO] Executed tasks
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 122 source files to 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
[INFO] Generating 1 Service Component Descriptors to 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [bundle:bundle {execution: default-bundle}]
[HUDSON] Recording test results
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/pom.xml
 to 
/home/hudson/hudson/jobs/sling-trunk-1.5/modules/org.apache.sling$org.apache.sling.scripting.jsp/builds/2010-10-25_10-21-35/archive/org.apache.sling/org.apache.sling.scripting.jsp/2.0.11-SNAPSHOT/pom.xml
[HUDSON] Archiving 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT.jar
 to 
/home/hudson/hudson/jobs/sling-trunk-1.5/modules/org.apache.sling$org.apache.sling.scripting.jsp/builds/2010-10-25_10-21-35/archive/org.apache.sling/org.apache.sling.scripting.jsp/2.0.11-SNAPSHOT/org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT.jar
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT-sources.jar
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: 
org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT.jar
[INFO] Checking legal files in: 
org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/ws/target/org.apache.sling.scripting.jsp-2.0.11-SNAPSHOT.jar
 to 

Build failed in Hudson: sling-trunk-1.5 #937

2010-10-25 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/937/changes

Changes:

[mykee] [maven-release-plugin] prepare for next development iteration

[mykee] [maven-release-plugin] prepare release 
org.apache.sling.extensions.explorer-1.0.0

--
[...truncated 257 lines...]
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.api/2.1.1-SNAPSHOT/org.apache.sling.api-2.1.1-20101025.102204-93.jar
65K uploaded  (org.apache.sling.api-2.1.1-20101025.102204-93.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot 
org.apache.sling:org.apache.sling.api:2.1.1-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact 
org.apache.sling:org.apache.sling.api'
[INFO] Uploading project information for org.apache.sling.api 
2.1.1-20101025.102204-93
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/sling/org.apache.sling.api/2.1.1-SNAPSHOT/org.apache.sling.api-2.1.1-20101025.102204-93-sources.jar
100K uploaded  (org.apache.sling.api-2.1.1-20101025.102204-93-sources.jar)
[INFO] [bundle:deploy {execution: default-deploy}]
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[HUDSON] Archiving 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/api/target/org.apache.sling.api-2.1.1-SNAPSHOT.jar
 to 
/home/hudson/hudson/jobs/sling-trunk-1.5/modules/org.apache.sling$org.apache.sling.api/builds/2010-10-25_10-21-35/archive/org.apache.sling/org.apache.sling.api/2.1.1-20101025.102204-93/org.apache.sling.api-2.1.1-SNAPSHOT.jar
[HUDSON] Archiving 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/api/target/org.apache.sling.api-2.1.1-SNAPSHOT-sources.jar
 to 
/home/hudson/hudson/jobs/sling-trunk-1.5/modules/org.apache.sling$org.apache.sling.api/builds/2010-10-25_10-21-35/archive/org.apache.sling/org.apache.sling.api/2.1.1-20101025.102204-93/org.apache.sling.api-2.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] Building Apache Sling Scripting Implementation API
[INFO]task-segment: [clean, deploy]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/scripting/api/target
 (included: [**], excluded: [])
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
 [echo]  WARNING (SLING-443/SLING-1782) 
**
 [echo] On most platforms, you'll get OutOfMemoryErrors when building 
unless you set
 [echo] on 32bit platforms: MAVEN_OPTS=-Xmx256M -XX:MaxPermSize=256M, see 
SLING-443
 [echo] on 64bit platforms: MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=512M, see 
SLING-1782
 [echo] 
**
[INFO] Executed tasks
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/scripting/api/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/scripting/api/src/test/resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/scripting/api/target/surefire-reports

---
 T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results[INFO] [bundle:bundle {execution: 
default-bundle}]

[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/ws/trunk/bundles/scripting/api/pom.xml
 to 
/home/hudson/hudson/jobs/sling-trunk-1.5/modules/org.apache.sling$org.apache.sling.scripting.api/builds/2010-10-25_10-21-35/archive/org.apache.sling/org.apache.sling.scripting.api/2.1.1-SNAPSHOT/pom.xml

Re: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Ian Boston
+1


1 administrative thing.
I couldn't find the Key which is probably because I am looking in the wrong 
place, so I am relying on Felix's validation of the signature.

Mike could you add your public key to KEYS please.
iirc 
gpg --list-sigs yourKeyID  KEYS
gpg -a --export yourKeyID  KEYS
should have the desired effect


Thanks
Ian
On 25 Oct 2010, at 11:21, Felix Meschberger wrote:

 +1
 
 Things look good to me (and the signature validates after getting the
 key from the key ring).
 
 One single nit-pick: The copyright year in the NOTICE file should
 probably be 2010 (instead of 2010); definitely not a release blocker.
 
 Congratulations !
 
 Regards
 Felix
 
 On 25.10.2010 11:56, Mike Müller wrote:
 Hi,
 
 I tried to get out my first release, so be prepared, someting goes wrong ;-))
 
 We solved 16 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12315319
 
 There are no outstanding issues:
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-007/
 
 You can use this UNIX script to download the release and verify the 
 signatures:
 http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
 
 Usage:
 sh check_staged_release.sh 007 /tmp/sling-staging
 
 Please vote to approve this release:
 
  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...
 
 This vote will be open for 72 hours.
 
 



Re: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Felix Meschberger
Hi,

On 25.10.2010 13:10, Ian Boston wrote:
 +1
 
 
 1 administrative thing.
 I couldn't find the Key which is probably because I am looking in the wrong 
 place, so I am relying on Felix's validation of the signature.

While I did not verify the key it is also present in the KEYS file in
dist/sling. Maybe Mike should also add it to the KEYS file in sling/trunk.

Regards
Felix

 
 Mike could you add your public key to KEYS please.
 iirc 
 gpg --list-sigs yourKeyID  KEYS
 gpg -a --export yourKeyID  KEYS
 should have the desired effect
 
 
 Thanks
 Ian
 On 25 Oct 2010, at 11:21, Felix Meschberger wrote:
 
 +1

 Things look good to me (and the signature validates after getting the
 key from the key ring).

 One single nit-pick: The copyright year in the NOTICE file should
 probably be 2010 (instead of 2010); definitely not a release blocker.

 Congratulations !

 Regards
 Felix

 On 25.10.2010 11:56, Mike Müller wrote:
 Hi,

 I tried to get out my first release, so be prepared, someting goes wrong 
 ;-))

 We solved 16 issues in this release:
 https://issues.apache.org/jira/browse/SLING/fixforversion/12315319

 There are no outstanding issues:

 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-007/

 You can use this UNIX script to download the release and verify the 
 signatures:
 http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh

 Usage:
 sh check_staged_release.sh 007 /tmp/sling-staging

 Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

 This vote will be open for 72 hours.


 
 



Re: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Bertrand Delacretaz
On Mon, Oct 25, 2010 at 1:27 PM, Felix Meschberger fmesc...@gmail.com wrote:
 ...While I did not verify the key it is also present in the KEYS file in
 dist/sling. Maybe Mike should also add it to the KEYS file in sling/trunk

Yes please!
-Bertrand


Re: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Bertrand Delacretaz
On Mon, Oct 25, 2010 at 11:56 AM, Mike Müller mike...@mysign.ch wrote:
 Please vote to approve this release:

+1

Checked sigs and digests, and checked that the contents of

org.apache.sling.extensions.explorer-1.0.0-source-release.zip
(md5 21280604756cd487aff8911a7ad22eb5)

match
http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.extensions.explorer-1.0.0/

Note that the line endings in that zip file are windows, will discuss
in a separate thread.

-Bertrand


Explorer release uses windows line endings

2010-10-25 Thread Bertrand Delacretaz
Hi,

Checking Mike's explorer release (thanks for that) I noticed that the
a number of files in the
org.apache.sling.extensions.explorer-1.0.0-source-release.zip archive
use Windows CR/LF line ends.

(for example src/main/resources/libs/sling/explorer/js/explorer.js)

Are we ok with that?

I assume it's because Mike created his release on Windows, and it's no
big deal but we should IMO be aware of it.

-Bertrand


[VOTE] Release Apache Sling Scripting Core 2.0.14

2010-10-25 Thread Carsten Ziegeler
Hi,

second try to release Scripting Core :)

Please vote to release Apache Sling Scripting Core 2.0.14

Changes in the release:

https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310710fixfor=12314797


Staging repository:
https://repository.apache.org/content/repositories/orgapachesling-002/

You can use this UNIX script to download the release and verify the
signatures:
http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh

Usage:
sh check_staged_release.sh 002 /tmp/sling-staging

Please vote to approve this release:

  [ ] +1 Approve the release
  [ ]  0 Don't care
  [ ] -1 Don't release, because ...

This vote will be open for 72 hours.

Regards
Carsten

-- 
Carsten Ziegeler
cziege...@apache.org


Hudson build is back to normal : sling-trunk- 1.5 » Apache Sling Scripting JSP Support #938

2010-10-25 Thread Apache Hudson Server
See 
https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.scripting.jsp/938/




Hudson build is back to normal : sling-trunk-1.5 #938

2010-10-25 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/938/changes




Re: Explorer release uses windows line endings

2010-10-25 Thread Felix Meschberger
Hi,

Didn't pay close attention.

But this is not a big deal for me -- moreover these files are delivered
to the browsers which probably deal with any line ending found...

In fact the files have svn:eol-style=native, which sounds reasonable.

Regards
Felix

On 25.10.2010 14:10, Bertrand Delacretaz wrote:
 Hi,
 
 Checking Mike's explorer release (thanks for that) I noticed that the
 a number of files in the
 org.apache.sling.extensions.explorer-1.0.0-source-release.zip archive
 use Windows CR/LF line ends.
 
 (for example src/main/resources/libs/sling/explorer/js/explorer.js)
 
 Are we ok with that?
 
 I assume it's because Mike created his release on Windows, and it's no
 big deal but we should IMO be aware of it.
 
 -Bertrand
 


RE: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Mike Müller
 On Mon, Oct 25, 2010 at 1:27 PM, Felix Meschberger
 fmesc...@gmail.com wrote:
  ...While I did not verify the key it is also present in the KEYS file in
  dist/sling. Maybe Mike should also add it to the KEYS file in 
  sling/trunk

Thanks for the hint, added my key also in the sling/trunk...

best regards
mike


RE: [VOTE] Apache Sling Explorer 1.0.0

2010-10-25 Thread Mike Müller
 One single nit-pick: The copyright year in the NOTICE file should
 probably be 2010 (instead of 2010); definitely not a release blocker.

Thanks for the hint, I will correct that after the release.

best regards
mike


Re: [VOTE] Release Apache Sling Scripting Core 2.0.14

2010-10-25 Thread Justin Edelson
+1

Thanks for going again.

Justin

On 10/25/10 9:38 AM, Carsten Ziegeler wrote:
 Hi,
 
 second try to release Scripting Core :)
 
 Please vote to release Apache Sling Scripting Core 2.0.14
 
 Changes in the release:
 
 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310710fixfor=12314797
 
 
 Staging repository:
 https://repository.apache.org/content/repositories/orgapachesling-002/
 
 You can use this UNIX script to download the release and verify the
 signatures:
 http://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh
 
 Usage:
 sh check_staged_release.sh 002 /tmp/sling-staging
 
 Please vote to approve this release:
 
   [ ] +1 Approve the release
   [ ]  0 Don't care
   [ ] -1 Don't release, because ...
 
 This vote will be open for 72 hours.
 
 Regards
 Carsten
 



Re: Explorer release uses windows line endings

2010-10-25 Thread Justin Edelson
I agree with Felix. Also, AFAIK, this could be fixed in the assembly
descriptor, but that's inherited, so perhaps there's some reason the
default line ending (keep) is used.

I'm more bothered by the presence of tabs...

Justin

On 10/25/10 10:07 AM, Felix Meschberger wrote:
 Hi,
 
 Didn't pay close attention.
 
 But this is not a big deal for me -- moreover these files are delivered
 to the browsers which probably deal with any line ending found...
 
 In fact the files have svn:eol-style=native, which sounds reasonable.
 
 Regards
 Felix
 
 On 25.10.2010 14:10, Bertrand Delacretaz wrote:
 Hi,

 Checking Mike's explorer release (thanks for that) I noticed that the
 a number of files in the
 org.apache.sling.extensions.explorer-1.0.0-source-release.zip archive
 use Windows CR/LF line ends.

 (for example src/main/resources/libs/sling/explorer/js/explorer.js)

 Are we ok with that?

 I assume it's because Mike created his release on Windows, and it's no
 big deal but we should IMO be aware of it.

 -Bertrand