Intellij license
by Julien Viet
It should expire next week.
I asked for a one year renewal.
I'll keep you informed.
Julien
11 years, 3 months
3.5.0.Beta02
by Bolesław Dawidowicz
Bits are tagged and uploaded. Blog announcement will follow on Monday.
Thanks for your hard work and solving all those bugs!
Make sure you download the package and check out our new cool splash screen done by Gabriel :)
B.
12 years, 1 month
Re: [gatein-dev] Performance degradation between JCR 1.14 and 1.15?
by Matt Wringe
On 24/10/12 03:33 PM, Nicolas Filotto wrote:
> Could you please retry with this jar?
I tested it quickly with the updated jar, and it seems to be much closer
to the 1.14 results in my test when dealing with 500 pages. I will let
Nick comment if it fixes the issues he was seeing with import/export of
sites.
>
> On Mon, Oct 22, 2012 at 2:51 PM, Nick Scavelli <nscavell(a)redhat.com
> <mailto:nscavell@redhat.com>> wrote:
>
>
> Here are results of some quick tests I ran on Friday using
> PostgreSQL. Note this is total time spent saving session after 500
> pages, not time spent indexing.
>
> 1.15: 112.916s, 113.433s, 110.835s
>
> 1.14: 69.711s, 81.118s, 81.680s
>
> For 400 pages (only ran this test once)
> 1.15: 61.503s
> 1.14: 57.856s
>
> And the less pages the more closely 1.15 seems to perform close to
> 1.14. This is a very low sample size, and my tests might not best
> paint an accurate picture, but it does seem that 1.14 consistently
> out performs 1.15. So take it as you will. I'm also curious what
> performance is like if I would save the session after every page,
> instead of one large commit of 500 pages.
>
> - Nick
>
12 years, 2 months
[Gatein] Build fail on gatein 3.5.0-Beta01
by Khemais Menzli
Hi all,
Today I tried to build the gatein tag
3.5.0.Beta01<https://github.com/gatein/gatein-portal/tree/3.5.0.Beta01>,
but I faced this build exception :
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce
(enforce-maven-version) on project exo.portal.parent: Some Enforcer rules
have failed. Look above for specific messages explaining why the rule
failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce
(enforce-maven-version) on project exo.portal.parent: Some Enforcer rules
have failed. Look above for specific messages explaining why the rule
failed.
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Some Enforcer
rules have failed. Look above for specific messages explaining why the rule
failed.
at
org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:219)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
[ERROR]
I used this command line to package a tomcat7 bundle : mvn install
-DskipTests -Dservers.dir=c:/ -Dgatein.dev=tomcat7 -Pdownload
Any help are welcome :)
Thanks
12 years, 2 months