Re: Test failures in jcrinstall extension

2009-01-21 Thread Felix Meschberger
ok, so for now, I just switch them off, while I try to fix them Regards Felix On Wed, Jan 21, 2009 at 3:53 PM, Bertrand Delacretaz wrote: > On Wed, Jan 21, 2009 at 3:49 PM, Felix Meschberger > wrote: > > ...How about this: We integrate the JCRInstall integration tests with the > > main integra

sync of files

2009-01-21 Thread Jason Pratt
hello - i am wondering how i would go about sync files similar to what would be done using subversion or cvs? any ideas?

Re: Test failures in jcrinstall extension

2009-01-21 Thread Bertrand Delacretaz
On Wed, Jan 21, 2009 at 3:49 PM, Felix Meschberger wrote: > ...How about this: We integrate the JCRInstall integration tests with the > main integration tests by means of a build profile. You may then switch > on or off this profile to run the integration tests with or without > JCRInstall Th

Re: Test failures in jcrinstall extension

2009-01-21 Thread Felix Meschberger
Hi, Bertrand Delacretaz schrieb: > On Wed, Jan 21, 2009 at 3:22 PM, Felix Meschberger wrote: >> ...ok, how about removing jcr install from the default build ? Like for >> example create a new inactive-by-default profile for jcrinstall ?... > > I'd be ok with that if we have a continuous integrat

Re: Test failures in jcrinstall extension

2009-01-21 Thread Bertrand Delacretaz
On Wed, Jan 21, 2009 at 3:22 PM, Felix Meschberger wrote: > ...ok, how about removing jcr install from the default build ? Like for > example create a new inactive-by-default profile for jcrinstall ?... I'd be ok with that if we have a continuous integration setup where those jcrinstall tests run

Re: Test failures in jcrinstall extension

2009-01-21 Thread Felix Meschberger
Hi, Bertrand Delacretaz schrieb: > On Wed, Jan 21, 2009 at 3:02 PM, Felix Meschberger wrote: >> ...I have a question anyway: Shoulnd't the jcrinstall install integration >> tests not be integrated with the launchpad integration tests anyway ?... > > I created a separate testing module for jcrins

Re: Test failures in jcrinstall extension

2009-01-21 Thread Bertrand Delacretaz
On Wed, Jan 21, 2009 at 3:02 PM, Felix Meschberger wrote: > ...I have a question anyway: Shoulnd't the jcrinstall install integration > tests not be integrated with the launchpad integration tests anyway ?... I created a separate testing module for jcrinstall as we were experiencing concurrency i

Re: Test failures in jcrinstall extension

2009-01-21 Thread Felix Meschberger
Hi, Hmm, looks like I forgot to migrate the jcrinstall integration test module to the new launchpad. I have a question anyway: Shoulnd't the jcrinstall install integration tests not be integrated with the launchpad integration tests anyway ? Regards Felix Andreas Hartmann schrieb: > Hi Sling de

Test failures in jcrinstall extension

2009-01-21 Thread Andreas Hartmann
Hi Sling devs, I just did a fresh checkout of the trunk (Mac OS X, Java 1.5.0_16). The command mvn -s /dev/null clean install resulted in Failed tests: testWebServerRoot(org.apache.sling.jcr.jcrinstall.integrationtest.HttpPingTest) test404(org.apache.sling.jcr.jcrinstall.integrationtest.Htt

Re: Memory usage of the Sling build

2009-01-21 Thread Jukka Zitting
Hi, On Wed, Jan 21, 2009 at 11:17 AM, Felix Meschberger wrote: > What you might try is omit the jackrabbit-server module from your build > and check to see, whether this is really the culprit (of which I am > pretty sure, though). OK, I'll try that for now. Thanks! BR, Jukka Zitting

Re: Memory usage of the Sling build

2009-01-21 Thread Felix Meschberger
Hi Jukka, Jukka Zitting schrieb: > Hi, > > Did we ever come up with a real solution as opposed to a workaround to > the problem with Sling builds requiring lots of memory? No, we never came around to a real solution. Actually and to be honest: The only module which actually suffers from this pr

Memory usage of the Sling build

2009-01-21 Thread Jukka Zitting
Hi, Did we ever come up with a real solution as opposed to a workaround to the problem with Sling builds requiring lots of memory? I'm hitting a similar issue with Eclipse Ganymede (with the m2eclipse plugin), where my memory usage shoots up to 1-2GB (and possibly higher, but I use -Xmx2GB) quick

[jira] Resolved: (SLING-836) Always use a fresh session for content loading/unloading

2009-01-21 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-836. Resolution: Fixed Always create a new session for content loading / unloading. Try all bundl

[jira] Created: (SLING-836) Always use a fresh session for content loading/unloading

2009-01-21 Thread Carsten Ziegeler (JIRA)
Always use a fresh session for content loading/unloading Key: SLING-836 URL: https://issues.apache.org/jira/browse/SLING-836 Project: Sling Issue Type: Bug Components: JCR Co