Thanks For your kind answer helix84
I tried this but it give's me the same error ... after looking into the log 
files for something more explicit 
here is what i found

[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize 
(default) on project xmlui-mirage2: Execution default of goal 
de.saumya.mojo:gem-maven-plugin:1.0.6:initialize failed: Java returned: 1 -> 
[Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
execute goal de.saumya.mojo:gem-maven-plugin:1.0.6:initialize (default) on 
project xmlui-mirage2: Execution default of goal 
de.saumya.mojo:gem-maven-plugin:1.0.6:initialize failed: Java returned: 1       
 at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225) 
       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:320)       
 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:57)   
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)        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.PluginExecutionException: Execution default of goal 
de.saumya.mojo:gem-maven-plugin:1.0.6:initialize failed: Java returned: 1       
 at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) 
       ... 19 moreCaused by: Java returned: 1        at 
org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)        at 
de.saumya.mojo.ruby.script.AntLauncher.doExecute(AntLauncher.java:107)        
at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:174)   
     at 
de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:159)      
  at de.saumya.mojo.ruby.script.AntLauncher.executeScript(AntLauncher.java:153) 
       at de.saumya.mojo.ruby.script.Script.execute(Script.java:81)        at 
de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:196)      
  at de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:114) 
       at 
de.saumya.mojo.ruby.gems.GemsInstaller.installGems(GemsInstaller.java:102)      
  at de.saumya.mojo.ruby.gems.GemsInstaller.installPom(GemsInstaller.java:61)   
     at 
de.saumya.mojo.gem.AbstractGemMojo.executeJRuby(AbstractGemMojo.java:356)       
 at de.saumya.mojo.jruby.AbstractJRubyMojo.execute(AbstractJRubyMojo.java:298)  
      at de.saumya.mojo.gem.AbstractGemMojo.execute(AbstractGemMojo.java:222)   
     at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        ... 20 more[ERROR][ERROR][ERROR] For more information about the errors 
and possible solutions, please read the following articles:[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException[ERROR][ERROR]
 After correcting the problems, you can resume the build with the 
command[ERROR]   mvn <goals> -rf :xmlui-mirage2


It seems that i'm having problems with my gems....
when i tried to  run the command:
curl -sSL https://get.rvm.io | bash -s stable --ruby

curl gives me an error:
Downloading 
https://github.com/wayneeseguin/rvm/archive/1.26.9.tar.gzDownloading 
https://github.com/wayneeseguin/rvm/releases/download/1.26.9/1.26.9.tar.gz.asccurl:
 (35) Unknown SSL protocol error in connection to s3.amazonaws.com:443
Could not download 
'https://github.com/wayneeseguin/rvm/releases/download/1.26.9/1.26.9.tar.gz.asc'.
  curl returned status '35'.

curl: (35) Unknown SSL protocol error in connection to s3.amazonaws.com:443



I'm really lost ath this momment.

> From: heli...@centrum.sk
> Date: Tue, 20 Jan 2015 12:03:12 +0100
> Subject: Re: [Dspace-tech] problem building dspace 5.x
> To: rafaelbatisti...@hotmail.com
> CC: dspace-tech@lists.sourceforge.net
> 
> Hi Rafael,
> 
> it should help just to try again. The Mirage2 builds depend on much of
> external infrastructure and a little downtime in one component will
> cause your build to fail.
> 
> If you're getting a failure persisting for more than a day, also try
> "mvn clean package -U -Dmirage2.on=true".
> 
> 
> Regards,
> ~~helix84
> 
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
                                          
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to