Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Content of lyo-dev Digest, Vol 20, Issue 17

Hi,  

java.io.FileNotFoundException: C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement/../../org.eclipse.lyo.core/OSLC4JRegistry/target/oslc4j-registry-1.0.war

The QM project depends on the OSLC4JRegistry project in the http://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.core.git repository.   Make sure you have loaded OSLC4JRegistry and done a Run As -> Maven install on its pom.xml.

See http://wiki.eclipse.org/Lyo/BuildingOSLC4J for details on running the sample apps in your Eclipse environment.

Regards,
Mike


On Wed, Mar 27, 2013 at 12:51 PM, Carlos Arreola Morales <arreolac@xxxxxxxxxxx> wrote:

T E S T S
-------------------------------------------------------

Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ oslc4j-qm-sample ---
[INFO] Packaging webapp
[INFO] Assembling webapp [oslc4j-qm-sample] in [C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\target\oslc4j-qm-sample-0.1.2-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp webResources [C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\src] to [C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\target\oslc4j-qm-sample-0.1.2-SNAPSHOT]
[INFO] Copying webapp resources [C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\WebContent]
[INFO] Webapp assembled in [2203 msecs]
[INFO] Building war: C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\target\oslc4j-qm-sample-0.1.2-SNAPSHOT.war
[WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ignored 
(webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true')
[INFO] 
[INFO] <<< jetty-maven-plugin:8.1.10.v20130312:run-exploded (default-cli) @ oslc4j-qm-sample <<<
[INFO] 
[INFO] --- jetty-maven-plugin:8.1.10.v20130312:run-exploded (default-cli) @ oslc4j-qm-sample ---
[INFO] Configuring Jetty for project: oslc4j-qm-sample
[INFO] Configuring Jetty from xml configuration file = C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\target\test-classes\jetty.xml
[INFO] Context path = /OSLC4JQualityManagement
[INFO] Tmp directory = C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement\target\tmp
[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
[INFO] Web overrides = none
2013-03-27 10:41:24.859:INFO:oejs.Server:jetty-8.1.10.v20130312
2013-03-27 10:41:25.500:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
log4j:WARN No appenders could be found for logger (org.apache.wink.common.internal.registry.metadata.ProviderMetadataCollector).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
2013-03-27 10:41:28.515:WARN:oejw.WebInfConfiguration:Web application not found C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement/../../
org.eclipse.lyo.core/OSLC4JRegistry/target/oslc4j-registry-1.0.war
2013-03-27 10:41:28.515:WARN:oejw.WebAppContext:Failed startup of context o.e.j.w.WebAppContext{/OSLC4JRegistry,null},C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement/../../
org.eclipse.lyo.core/OSLC4JRegistry/target/oslc4j-registry-1.0.war
java.io.FileNotFoundException: C:\Documents and Settings\Administrator\git\org.eclipse.lyo.rio\OSLC4JQualityManagement/../../
org.eclipse.lyo.core/OSLC4JRegistry/target/oslc4j-registry-1.0.war
at org.eclipse.jetty.webapp.WebInfConfiguration.unpack(WebInfConfiguration.java:502)
at org.eclipse.jetty.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:71)
at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.java:457)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:493)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:172)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerCollection.doStart(HandlerCollection.java:229)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95)
at org.eclipse.jetty.server.Server.doStart(Server.java:280)
at org.mortbay.jetty.plugin.JettyServer.doStart(JettyServer.java:65)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:520)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:365)
at org.mortbay.jetty.plugin.JettyRunWarExplodedMojo.execute(JettyRunWarExplodedMojo.java:164)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
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: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)
2013-03-27 10:41:28.546:INFO:oejs.AbstractConnector:Started SelectChannelConnector@
0.0.0.0:8080
[INFO] Started Jetty Server
[INFO] Starting scanner at interval of 5 seconds.
Mar 27, 2013 10:41:32 AM org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs <clinit>
WARNING: System property 'org.eclipse.lyo.oslc4j.client.registryuri' not set. Using calculated value '
http://HumbertoDesk.gdl.mex.ibm.com:8080/OSLC4JRegistry/catalog/singleton'
Mar 27, 2013 10:41:32 AM org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryURIs <clinit>
WARNING: System property 'org.eclipse.lyo.oslc4j.client.uiuri' not set. Using calculated value '
http://HumbertoDesk.gdl.mex.ibm.com:8080/OSLC4JUI'
Mar 27, 2013 10:41:33 AM org.eclipse.lyo.oslc4j.qualitymanagement.servlet.ServletListener$RegistrationTask run
SEVERE: Unable to register with service provider catalog
org.apache.wink.client.ClientWebException
at org.eclipse.lyo.oslc4j.client.OslcRestClient.getOslcResource(OslcRestClient.java:198)
at org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient.getServiceProviderCatalog(ServiceProviderRegistryClient.java:245)
at org.eclipse.lyo.oslc4j.client.ServiceProviderRegistryClient.registerServiceProvider(ServiceProviderRegistryClient.java:93)
at org.eclipse.lyo.oslc4j.qualitymanagement.servlet.ServletListener$RegistrationTask.run(ServletListener.java:151)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)



thanks.



From:        lyo-dev-request@xxxxxxxxxxx
To:        lyo-dev@xxxxxxxxxxx
Date:        03/27/2013 10:37 AM
Subject:        lyo-dev Digest, Vol 20, Issue 17
Sent by:        lyo-dev-bounces@xxxxxxxxxxx




Send lyo-dev mailing list submissions to
                lyo-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
               
http://dev.eclipse.org/mailman/listinfo/lyo-dev
or, via email, send a message with subject or body 'help' to
                lyo-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
                lyo-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyo-dev digest..."


Today's Topics:

  1. Re: lyo-dev Digest, Vol 20, Issue 15
     (Sergio Jose Deras Arreola/Mexico/IBM)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Mar 2013 11:29:58 -0500
From: Sergio Jose Deras Arreola/Mexico/IBM <sderas@xxxxxxxxxxx>
To: Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>
Cc: lyo-dev@xxxxxxxxxxx, lyo-dev-bounces@xxxxxxxxxxx
Subject: Re: [lyo-dev] lyo-dev Digest, Vol 20, Issue 15
Message-ID:
                <OFDB46DE9F.A04411DF-ON87257B3B.005A7042-86257B3B.005AA3A9@xxxxxxxxxxx>
               
Content-Type: text/plain; charset="us-ascii"

We have been able to fix this issue by installing m2e (m2e - Maven
Integration for Eclipse 1.1.0).
But we are now facing issues starting the server that I cannot reproduce
in my own environment.

Carlos, could you paste the error that you are getting while starting the
sample servers please?

Thanks and regards.



Sergio Deras Arreola

Rational Lifecycle Integration Adapter
Email: sderas@xxxxxxxxxxx
Community: open-services.net
Phone: (011-52) 33-3669-7000. Ext: 5897
T/L: 8877-5897






From:
Carlos Arreola Morales/Mexico/Contr/IBM@IBMMX
To:
lyo-dev@xxxxxxxxxxx
Date:
25/03/2013 13:04
Subject:
Re: [lyo-dev] lyo-dev Digest, Vol 20, Issue 15
Sent by:
lyo-dev-bounces@xxxxxxxxxxx



well it has the JRE from Java 60 and I just added the jdk1. 7_17. but
nothing happened




From:        lyo-dev-request@xxxxxxxxxxx
To:        lyo-dev@xxxxxxxxxxx
Date:        03/25/2013 12:45 PM
Subject:        lyo-dev Digest, Vol 20, Issue 15
Sent by:        lyo-dev-bounces@xxxxxxxxxxx



Send lyo-dev mailing list submissions to
               lyo-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
               
http://dev.eclipse.org/mailman/listinfo/lyo-dev
or, via email, send a message with subject or body 'help' to
               lyo-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
               lyo-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyo-dev digest..."


Today's Topics:

 1. Re: lyo-dev Digest, Vol 20, Issue 13
    (Sergio Jose Deras Arreola/Mexico/IBM)


----------------------------------------------------------------------

Message: 1
Date: Mon, 25 Mar 2013 13:45:01 -0500
From: Sergio Jose Deras Arreola/Mexico/IBM <sderas@xxxxxxxxxxx>
To: Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>
Cc: lyo-dev@xxxxxxxxxxx, lyo-dev-bounces@xxxxxxxxxxx
Subject: Re: [lyo-dev] lyo-dev Digest, Vol 20, Issue 13
Message-ID:
<OF6A726AAE.84773F7A-ON87257B39.0066C232-86257B39.0066FF8F@xxxxxxxxxxx>

Content-Type: text/plain; charset="us-ascii"

Hi:

In Eclipse, go to the menu: Windows-Preferences
Then select Java in the left side, and search for Installed JREs.

What are the options that you have there?
Do you see references for JDK and JRE?

Regards.


Sergio Deras Arreola

Rational Lifecycle Integration Adapter
Email: sderas@xxxxxxxxxxx
Community: open-services.net
Phone: (011-52) 33-3669-7000. Ext: 5897
T/L: 8877-5897






From:
Carlos Arreola Morales/Mexico/Contr/IBM@IBMMX
To:
lyo-dev@xxxxxxxxxxx
Cc:
lyo-dev-bounces@xxxxxxxxxxx
Date:
25/03/2013 12:39
Subject:
Re: [lyo-dev] lyo-dev Digest, Vol 20, Issue 13
Sent by:
lyo-dev-bounces@xxxxxxxxxxx



-vm
C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe



From:        lyo-dev-request@xxxxxxxxxxx
To:        lyo-dev@xxxxxxxxxxx
Date:        03/25/2013 12:34 PM
Subject:        lyo-dev Digest, Vol 20, Issue 13
Sent by:        lyo-dev-bounces@xxxxxxxxxxx



Send lyo-dev mailing list submissions to
              lyo-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
             
http://dev.eclipse.org/mailman/listinfo/lyo-dev
or, via email, send a message with subject or body 'help' to
              lyo-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
              lyo-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lyo-dev digest..."


Today's Topics:

1. Re: Problem maven install OSCL4J /Lyo/BuildClient
   (Sergio Jose Deras Arreola/Mexico/IBM)


----------------------------------------------------------------------

Message: 1
Date: Mon, 25 Mar 2013 13:33:18 -0500
From: Sergio Jose Deras Arreola/Mexico/IBM <sderas@xxxxxxxxxxx>
To: Lyo project developer discussions <lyo-dev@xxxxxxxxxxx>
Cc: lyo-dev@xxxxxxxxxxx, lyo-dev-bounces@xxxxxxxxxxx
Subject: Re: [lyo-dev] Problem maven install OSCL4J /Lyo/BuildClient
Message-ID:
<OF89AAB61D.DF6F26C9-ON87257B39.0065C69B-86257B39.0065ED14@xxxxxxxxxxx>

Content-Type: text/plain; charset="utf-8"

Hello Carlos:

Can you show us your -vm line in the eclipse.ini file please?
It looks like you are not pointing to a JDK, I see references to a JRE.

Regards.



Sergio Deras Arreola

Rational Lifecycle Integration Adapter
Email: sderas@xxxxxxxxxxx
Community: open-services.net
Phone: (011-52) 33-3669-7000. Ext: 5897
T/L: 8877-5897






From:
Carlos Arreola Morales/Mexico/Contr/IBM@IBMMX
To:
lyo-dev@xxxxxxxxxxx
Date:
25/03/2013 11:22
Subject:
[lyo-dev] Problem maven install OSCL4J /Lyo/BuildClient
Sent by:
lyo-dev-bounces@xxxxxxxxxxx



Hi,
Unable to do Maven install on OSLC4J ? pom.xml file.


[INFO] Scanning for projects...
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Building oslc4j-core 1.0
[INFO]
------------------------------------------------------------------------
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom



Downloaded:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom


(6 KB at 17.7 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar



Downloaded:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar


(24 KB at 34.7 KB/sec)
                                             .
                                             .
                                             .
Downloaded:
http://repo1.maven.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar


(30 KB at 45.9 KB/sec)
Downloaded:
http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at


216.1 KB/sec)
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @
oslc4j-core ---
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom



Downloaded:
http://repo1.maven.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom


(4 KB at 15.3 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.pom


(805 B at 1.3 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/1.8.1/plexus-compiler-1.8.1.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/1.8.1/plexus-compiler-1.8.1.pom


(4 KB at 16.7 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom


(6 KB at 25.8 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom


(17 KB at 54.0 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom


(6 KB at 26.7 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.pom


(713 B at 3.0 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.pom


(710 B at 3.7 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/1.8.1/plexus-compilers-1.8.1.pom



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/1.8.1/plexus-compilers-1.8.1.pom


(2 KB at 5.2 KB/sec)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.jar



Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.jar



Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.jar



Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.8.1/plexus-compiler-manager-1.8.1.jar


(6 KB at 11.9 KB/sec)
Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.8.1/plexus-compiler-api-1.8.1.jar


(20 KB at 36.7 KB/sec)
Downloaded:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.8.1/plexus-compiler-javac-1.8.1.jar


(13 KB at 13.5 KB/sec)
[WARNING] File encoding has not been set, using platform encoding Cp1252,
i.e. build is platform dependent!
[INFO] Compiling 79 source files to C:\Documents and
Settings\Administrator\git\org.eclipse.lyo.core\OSLC4J\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Unable to locate the Javac Compiler in:
C:\Program Files\IBM\Java60\jre\..\lib\tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 49.203s
[INFO] Finished at: Mon Mar 25 11:09:20 CST 2013
[INFO] Final Memory: 4M/14M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project oslc4j-core: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] C:\Program Files\IBM\Java60\jre\..\lib\tools.jar
[ERROR] Please ensure you are using JDK 1.4 or above and
[ERROR] not a JRE (the com.sun.tools.javac.Main class is required).
[ERROR] In most cases you can change the location of your Java
[ERROR] installation by setting the JAVA_HOME environment variable.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[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/MojoFailureException
_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130325/c1247094/attachment.html

>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2025 bytes
Desc: not available
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130325/c1247094/attachment.jpe

>

------------------------------

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


End of lyo-dev Digest, Vol 20, Issue 13
***************************************

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130325/3032135d/attachment.html
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2025 bytes
Desc: not available
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130325/3032135d/attachment.jpe
>

------------------------------

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


End of lyo-dev Digest, Vol 20, Issue 15
***************************************

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130327/26995525/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 2025 bytes
Desc: not available
URL: <
http://dev.eclipse.org/mailman/private/lyo-dev/attachments/20130327/26995525/attachment.jpe>

------------------------------

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev


End of lyo-dev Digest, Vol 20, Issue 17
***************************************



_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev



Back to the top