Closed ronnyaerts closed 8 years ago
I added
Hey, that sounds really odd. I use mvn 3.2.5 too and tried both Java 7 and 8 and both built fine. Any chance that you have some odd PATH variable in your system?
Lars
Hello Lars,
I don’t have any odd path as far as I know.
C:\Users\RRTS.INTRIS>set path Path=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\PHP;%CommonProgramFiles%\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows; C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommo n;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\sysprogs\GitStack\python;C:\sysprogs\GitStack\python\Scripts;C:\sysprogs\GitStack\p hp;C:\sysprogs\GitStack\git\cmd;C:\sysprogs\GitStack\git\bin;C:\Program Files (x86)\Mail Enable\Bin64;C:\Program Files\TortoiseGit\bin;C:\Users\RRTS.I NTRIS\Dropbox\Utilities\exec;C:\Program Files (x86)\GIT\cmd;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files (x86)\OpenVPN\bin;C:\sysprogs\apache -maven-3.2.5\bin
vriendelijke groeten, Ronny Aertsmailto:ronny.aerts@intris.be – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België R&D Integration Architect Prince IIhttp://nl.wikipedia.org/wiki/PRINCE2 certified – ITILhttp://nl.wikipedia.org/wiki/Information_Technology_Infrastructure_Library certified Tel: +32-3-326.50.75
From: Lars Heinemann [mailto:notifications@github.com] Sent: maandag 9 maart 2015 9:07 To: fusesource/fuseide Cc: Ronny Aerts Subject: Re: [fuseide] unable to build fuseide help plugin with java jdk 1.7-75 and maven 3.2.5 (#143)
Hey, that sounds really odd. I use mvn 3.2.5 too and tried both Java 7 and 8 and both built fine. Any chance that you have some odd PATH variable in your system?
Lars
— Reply to this email directly or view it on GitHubhttps://github.com/fusesource/fuseide/issues/143#issuecomment-77813499.
Intris nv Wapenstilstandlaan 47 B-2600 Berchem Tel. +32 3 326 50 75 Fax +32 3 326 42 23 www.intris.behttp://www.intris.be/ [http://www.intris.be/mail/AEO_Sticker_108pxRGB.jpg] http://www.intris.be
DISCLAIMER This is an e-mail from Intris. The information contained in this communication is intended solely for use by the individual or entity to whom it is addressed. Use of this communication by others is prohibited. If the e-mail message was sent to you by mistake, please notify support@intris.bemailto:support@intris.be, destroy it without reading, using, copying or disclosing its contents to any other person. We accept no liability for damage related to data and/or documents which are communicated by electronic mail.
You said that you are using Java7. Why is there JRE 6 in your PATH settings? Thats not a good thing as you are mixing Java versions. Is C:\ProgramData\Oracle\Java\javapath the location where your Java7 lives? Because I can't see any Java7 path in your variable besides that.
Hallo Lars,
I have to mix java versions for several other projects. I explicitly do a “set java_home=C:\Program Files\Java\jdk1.7.0_75”.
vriendelijke groeten, Ronny Aertsmailto:ronny.aerts@intris.be – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België R&D Integration Architect Prince IIhttp://nl.wikipedia.org/wiki/PRINCE2 certified – ITILhttp://nl.wikipedia.org/wiki/Information_Technology_Infrastructure_Library certified Tel: +32-3-326.50.75
From: Lars Heinemann [mailto:notifications@github.com] Sent: maandag 9 maart 2015 9:15 To: fusesource/fuseide Cc: Ronny Aerts Subject: Re: [fuseide] unable to build fuseide help plugin with java jdk 1.7-75 and maven 3.2.5 (#143)
You said that you are using Java7. Why is there JRE 6 in your PATH settings? Thats not a good thing as you are mixing Java versions. Is C:\ProgramData\Oracle\Java\javapath the location where your Java7 lives? Because I can't see any Java7 path in your variable besides that.
— Reply to this email directly or view it on GitHubhttps://github.com/fusesource/fuseide/issues/143#issuecomment-77814192.
Intris nv Wapenstilstandlaan 47 B-2600 Berchem Tel. +32 3 326 50 75 Fax +32 3 326 42 23 www.intris.behttp://www.intris.be/ [http://www.intris.be/mail/AEO_Sticker_108pxRGB.jpg] http://www.intris.be
DISCLAIMER This is an e-mail from Intris. The information contained in this communication is intended solely for use by the individual or entity to whom it is addressed. Use of this communication by others is prohibited. If the e-mail message was sent to you by mistake, please notify support@intris.bemailto:support@intris.be, destroy it without reading, using, copying or disclosing its contents to any other person. We accept no liability for damage related to data and/or documents which are communicated by electronic mail.
Thats ok, but the point is if the JRE 6 is always in your PATH variable it can be used at any time by java or maven when accessing a Java binary or library. Therefor I strongly suggest only having the java path in your PATH variable which you currently use. Windows is really poor when it comes to working with different Java envs. Have a look at https://blogs.oracle.com/pranav/entry/switch_between_different_jdk_v for how a switch could look like. But before that you should remove all Java stuff from the PATH variable as this is not a user variable but a system variable. Also keep in mind that this will only affect the current shell.
But maybe lets first test if those PATH entries really cause the issue. Try remove the JRE6 from the PATH. Also remove that C:\ProgramData\Oracle\Java\javapath. Then in a shell set your JAVA_HOME and also the PATH for your Java7 like in the linked blog entry. Then build the tooling.
Hallo Lars,
The C:\ProgramData\Oracle\Java\javapath seems to be a method of the java installer to set the “active” java version. The folder contains 3 shortcuts (java, javaw and javaws) to the newest installed java which is C:\Program Files\Java\jre1.8.0_31\bin\java.exe is my case.
I stripped my path to: Path=C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\sysprogs\GitStack\python;C:\sysprogs\GitStack\python\Scripts;C:\sysprogs\GitStack\php;C:\sysprogs\GitStack\git\cmd;C:\sysprogs\GitStack\git\bin;C:\Program Files\TortoiseGit\bin;C:\Users\RRTS.INTRIS\Dropbox\Utilities\exec;C:\Program Files\java\jdk1.7.0_75\bin;C:\sysprogs\apache-maven-3.2.5\bin
I think this action does not realy help because the java installer put a java.exe in the c:\windows\system32 folder. A “java -version" shows me: java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
I reverted the pom.xml of the help. I executed: C:\Users\RRTS.INTRIS>cd /d I:\TrisESB\fusetools\fuseide I:\TrisESB\fusetools\fuseide>set java_home=C:\Program Files\Java\jdk1.7.0_75 I:\TrisESB\fusetools\fuseide> mvn clean package -Dmaven.test.skip=true
vriendelijke groeten, Ronny Aertsmailto:ronny.aerts@intris.be – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België R&D Integration Architect Prince IIhttp://nl.wikipedia.org/wiki/PRINCE2 certified – ITILhttp://nl.wikipedia.org/wiki/Information_Technology_Infrastructure_Library certified Tel: +32-3-326.50.75
From: Lars Heinemann [mailto:notifications@github.com] Sent: maandag 9 maart 2015 9:25 To: fusesource/fuseide Cc: Ronny Aerts Subject: Re: [fuseide] unable to build fuseide help plugin with java jdk 1.7-75 and maven 3.2.5 (#143)
Thats ok, but the point is if the JRE 6 is always in your PATH variable it can be used at any time by java or maven when accessing a Java binary or library. Therefor I strongly suggest only having the java path in your PATH variable which you currently use. Windows is really poor when it comes to working with different Java envs. Have a look at https://blogs.oracle.com/pranav/entry/switch_between_different_jdk_v for how a switch could look like. But before that you should remove all Java stuff from the PATH variable as this is not a user variable but a system variable. Also keep in mind that this will only affect the current shell.
But maybe lets first test if those PATH entries really cause the issue. Try remove the JRE6 from the PATH. Also remove that C:\ProgramData\Oracle\Java\javapath. Then in a shell set your JAVA_HOME and also the PATH for your Java7 like in the linked blog entry. Then build the tooling.
— Reply to this email directly or view it on GitHubhttps://github.com/fusesource/fuseide/issues/143#issuecomment-77815186.
Intris nv Wapenstilstandlaan 47 B-2600 Berchem Tel. +32 3 326 50 75 Fax +32 3 326 42 23 www.intris.behttp://www.intris.be/ [http://www.intris.be/mail/AEO_Sticker_108pxRGB.jpg] http://www.intris.be
DISCLAIMER This is an e-mail from Intris. The information contained in this communication is intended solely for use by the individual or entity to whom it is addressed. Use of this communication by others is prohibited. If the e-mail message was sent to you by mistake, please notify support@intris.bemailto:support@intris.be, destroy it without reading, using, copying or disclosing its contents to any other person. We accept no liability for damage related to data and/or documents which are communicated by electronic mail.
ColorConsole [Version 2.4.2000 ] Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\RRTS.INTRIS>cd /d I:\TrisESB\fusetools\fuseide
I:\TrisESB\fusetools\fuseide>set java_home=C:\Program Files\Java\jdk1.7.0_75
I:\TrisESB\fusetools\fuseide> mvn clean package -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml
[INFO] Adding repository https://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/locus/update.site/1.1.1.Final/update.site-1.1.1.Final.zip-unzip
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0.201303060654-RELEASE-e4.3
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/201406120900-RC4
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1.1.1.201501081320_1.0.0.201412192138_luna
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.4.v201412041949
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/gemini/2.0.0.RELEASE
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/orbit/R20140525021250
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/jbosstools-4.2.0.Final-updatesite-coretests
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/jbosstools-4.2.0.Final-updatesite-core
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.1.0-2014-05-21_05-04-36-H34
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-buildhelper
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-egit/0.14.0.201406241643
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-mavenarchiver/0.16.0.201409161210
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/201409261001-SR1a
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tm/3.6.0.RC4
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/jetty/8.1.14.v20131031
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/atlassian/3.2.2.v20130909
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/mylyn/3.11.0-v20140314-2044
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/webtools/R-3.6.1-20140912000031
[INFO] Adding repository http://downloads.jboss.org/jbosstools/updates/requirements/thym/0.1.0-SNAPSHOT-201410092351
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.2.1
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/birt/4.4.0.v20140521-1030
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tern/0.6.0.201409231610-SNAPSHOT
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml
[INFO] Computing target platform for MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml
[INFO] Resolving dependencies of MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml
[INFO] Resolving class path of MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] JBoss Fuse Tooling
[INFO] JBoss Fuse Tooling :: Tools
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator
[INFO] JBoss Fuse Tooling :: Core
[INFO] JBoss Fuse Tooling :: Core :: Plugins
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Commons
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding
[INFO] JBoss Fuse Tooling :: Core :: Tests
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests
[INFO] JBoss Fuse Tooling :: Core :: Features
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature
[INFO] JBoss Fuse Tooling :: Camel Editor
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding
[INFO] JBoss Fuse Tooling :: JMX
[INFO] JBoss Fuse Tooling :: JMX :: Plugins
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature
[INFO] JBoss Fuse Tooling :: Fabric8
[INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins
[INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins :: Fabric8 Core
[INFO] JBoss Fuse Tooling :: Server Adapters
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Server View
[INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins :: Fabric8 UI
[INFO] JBoss Fuse Tooling :: Fabric8 :: Tests
[INFO] JBoss Fuse Tooling :: Fabric8 :: Tests :: Core Tests
[INFO] JBoss Fuse Tooling :: Fabric8 :: Features
[INFO] JBoss Fuse Tooling :: Fabric8 :: Features :: Fabric8 Feature
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade
[INFO] JBoss Fuse Tooling :: JMX :: Tests
[INFO] JBoss Fuse Tooling :: JMX :: Features
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Fabric8 Adapter Core
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Fabric8 Adapter UI
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests
[INFO] JBoss Fuse Tooling :: Update Site
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ project ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ project ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ project ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ project ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Tools 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tools ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ tools ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ tools ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ tools ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Tools :: IDE Build Tools 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ide-buildtools ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ ide-buildtools ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ ide-buildtools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ide-buildtools ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 3 source files to I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target\classes
[WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-buildtools/src/main/java/org/fusesource/ide/buildtools/Downloader.java: I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\src\main\java\org\fusesource\ide\buildtools\Downloader.java uses unchecked or unsafe operations.
[WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-buildtools/src/main/java/org/fusesource/ide/buildtools/Downloader.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ ide-buildtools ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ide-buildtools ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ide-buildtools ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ ide-buildtools ---
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ide-buildtools ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target\ide-buildtools-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ ide-buildtools ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Tools :: IDE Code Generator 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ide-codegen ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ ide-codegen ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ ide-codegen ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ide-codegen ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 15 source files to I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target\classes
[WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-codegen/src/main/java/org/fusesource/ide/generator/Reflections.java: I:\TrisESB\fusetools\fuseide\tools\ide-codegen\src\main\java\org\fusesource\ide\generator\Reflections.java uses unchecked or unsafe operations.
[WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-codegen/src/main/java/org/fusesource/ide/generator/Reflections.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ ide-codegen ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\tools\ide-codegen\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ide-codegen ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ide-codegen ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ ide-codegen ---
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ide-codegen ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target\ide-codegen-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ ide-codegen ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ core ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ core ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ core ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ plugins ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ plugins ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ plugins ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ plugins ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Preferences 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.preferences ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.preferences ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.preferences ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.preferences ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\src\main\resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.preferences ---
[INFO] Compiling 5 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.preferences ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\src\test\resources
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.preferences ---
[WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\plugin.properties not found
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\org.fusesource.ide.preferences-7.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.preferences ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\org.fusesource.ide.preferences-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.preferences ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Commons 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.fusesource.ide.commons ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs (includes = [], excludes = [])
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.commons ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.commons ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.commons ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.commons ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-dependency-plugin:2.7:copy (get-deps) @ org.fusesource.ide.commons ---
[INFO] Configured Artifact: de.pdark:decentxml:1.4:jar
[INFO] Configured Artifact: org.apache.camel:camel-core:2.14.0:jar
[INFO] Configured Artifact: org.apache.camel:camel-spring:2.14.0:jar
[INFO] Configured Artifact: org.apache.camel:camel-blueprint:2.14.0:jar
[INFO] Configured Artifact: org.springframework:spring-context:3.2.9.RELEASE:jar
[INFO] Configured Artifact: org.springframework:spring-core:3.2.9.RELEASE:jar
[INFO] Configured Artifact: org.springframework:spring-beans:3.2.9.RELEASE:jar
[INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.5:jar
[INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:1.7.5:jar
[INFO] Configured Artifact: org.slf4j:slf4j-simple:1.7.5:jar
[INFO] Copying decentxml-1.4.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\decentxml-1.4.jar
[INFO] Copying camel-core-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-core-2.14.0.jar
[INFO] Copying camel-spring-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-spring-2.14.0.jar
[INFO] Copying camel-blueprint-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-blueprint-2.14.0.jar
[INFO] Copying spring-context-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-context-3.2.9.RELEASE.jar
[INFO] Copying spring-core-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-core-3.2.9.RELEASE.jar
[INFO] Copying spring-beans-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-beans-3.2.9.RELEASE.jar
[INFO] Copying slf4j-api-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\slf4j-api-1.7.5.jar
[INFO] Copying log4j-over-slf4j-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\log4j-over-slf4j-1.7.5.jar
[INFO] Copying slf4j-simple-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\slf4j-simple-1.7.5.jar
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.commons ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\src\main\resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.commons ---
[INFO] Compiling 165 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.commons ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\src\test\resources
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.commons ---
[WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\plugin.properties not found
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\org.fusesource.ide.commons-7.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.commons ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.commons ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\org.fusesource.ide.commons-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.commons ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.commons ---
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.commons ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Camel Model 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.camel.model ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.camel.model ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.camel.model ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.camel.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\src\main\resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.camel.model ---
[INFO] Compiling 93 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.camel.model ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\src\test\resources
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.camel.model ---
[WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\plugin.properties not found
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\org.fusesource.ide.camel.model-7.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.camel.model ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\org.fusesource.ide.camel.model-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.camel.model ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.cheatsheets ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.cheatsheets ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.cheatsheets ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.cheatsheets ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\src\main\resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.cheatsheets ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.cheatsheets ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\src\test\resources
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.cheatsheets ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target\org.fusesource.ide.cheatsheets-7.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.cheatsheets ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target\org.fusesource.ide.cheatsheets-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.cheatsheets ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Graph 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.graph ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.graph ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.graph ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.graph ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.graph ---
[INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.*
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.graph ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\src\main\resources
[INFO]
[INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.graph ---
[INFO] Compiling 6 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.graph ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\src\test\resources
[INFO]
[INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.graph ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target\org.fusesource.ide.graph-7.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.graph ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.graph ---
[INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target\org.fusesource.ide.graph-7.3.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.graph ---
[INFO]
[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.graph ---
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.graph ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Help 7.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.help ---
[INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\target
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.help ---
[INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029
[INFO]
[INFO] --- tycho-packaging-
Wow, I have to admit that I am not really deep into Windows stuff. I will try to setup a windows box here to see if I can reproduce your problem.
Lars
Am 09.03.2015 um 11:35 schrieb ronnyaerts:
Hallo Lars,
The C:\ProgramData\Oracle\Java\javapath seems to be a method of the java installer to set the “active” java version. The folder contains 3 shortcuts (java, javaw and javaws) to the newest installed java which is C:\Program Files\Java\jre1.8.0_31\bin\java.exe is my case.
I stripped my path to: Path=C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\sysprogs\GitStack\python;C:\sysprogs\GitStack\python\Scripts;C:\sysprogs\GitStack\php;C:\sysprogs\GitStack\git\cmd;C:\sysprogs\GitStack\git\bin;C:\Program Files\TortoiseGit\bin;C:\Users\RRTS.INTRIS\Dropbox\Utilities\exec;C:\Program Files\java\jdk1.7.0_75\bin;C:\sysprogs\apache-maven-3.2.5\bin
I think this action does not realy help because the java installer put a java.exe in the c:\windows\system32 folder. A “java -version" shows me: java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
I reverted the pom.xml of the help. I executed: C:\Users\RRTS.INTRIS>cd /d I:\TrisESB\fusetools\fuseide I:\TrisESB\fusetools\fuseide>set java_home=C:\Program Files\Java\jdk1.7.0_75 I:\TrisESB\fusetools\fuseide> mvn clean package -Dmaven.test.skip=true
But no success. I get the same error. I attached to complete log.
vriendelijke groeten, Ronny Aertsmailto:ronny.aerts@intris.be – Intris nv – Wapenstilstandlaan 47, 2600 Berchem, België R&D Integration Architect Prince IIhttp://nl.wikipedia.org/wiki/PRINCE2 certified – ITILhttp://nl.wikipedia.org/wiki/Information_Technology_Infrastructure_Library certified Tel: +32-3-326.50.75
From: Lars Heinemann [mailto:notifications@github.com] Sent: maandag 9 maart 2015 9:25 To: fusesource/fuseide Cc: Ronny Aerts Subject: Re: [fuseide] unable to build fuseide help plugin with java jdk 1.7-75 and maven 3.2.5 (#143)
Thats ok, but the point is if the JRE 6 is always in your PATH variable it can be used at any time by java or maven when accessing a Java binary or library. Therefor I strongly suggest only having the java path in your PATH variable which you currently use. Windows is really poor when it comes to working with different Java envs. Have a look at https://blogs.oracle.com/pranav/entry/switch_between_different_jdk_v for how a switch could look like. But before that you should remove all Java stuff from the PATH variable as this is not a user variable but a system variable. Also keep in mind that this will only affect the current shell.
But maybe lets first test if those PATH entries really cause the issue. Try remove the JRE6 from the PATH. Also remove that C:\ProgramData\Oracle\Java\javapath. Then in a shell set your JAVA_HOME and also the PATH for your Java7 like in the linked blog entry. Then build the tooling.
— Reply to this email directly or view it on GitHubhttps://github.com/fusesource/fuseide/issues/143#issuecomment-77815186.
Intris nv Wapenstilstandlaan 47 B-2600 Berchem Tel. +32 3 326 50 75 Fax +32 3 326 42 23 www.intris.behttp://www.intris.be/ [http://www.intris.be/mail/AEO_Sticker_108pxRGB.jpg] http://www.intris.be
DISCLAIMER This is an e-mail from Intris. The information contained in this communication is intended solely for use by the individual or entity to whom it is addressed. Use of this communication by others is prohibited. If the e-mail message was sent to you by mistake, please notify support@intris.bemailto:support@intris.be, destroy it without reading, using, copying or disclosing its contents to any other person. We accept no liability for damage related to data and/or documents which are communicated by electronic mail.
ColorConsole [Version 2.4.2000 ] Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\RRTS.INTRIS>cd /d I:\TrisESB\fusetools\fuseide
I:\TrisESB\fusetools\fuseide>set java_home=C:\Program Files\Java\jdk1.7.0_75
I:\TrisESB\fusetools\fuseide> mvn clean package -Dmaven.test.skip=true [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml [INFO] Adding repository https://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/locus/update.site/1.1.1.Final/update.site-1.1.1.Final.zip-unzip [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0.201303060654-RELEASE-e4.3 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/201406120900-RC4 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1.1.1.201501081320_1.0.0.201412192138_luna [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.4.v201412041949 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/gemini/2.0.0.RELEASE [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/orbit/R20140525021250 [INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/jbosstools-4.2.0.Final-updatesite-coretests [INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/jbosstools-4.2.0.Final-updatesite-core [INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.1.0-2014-05-21_05-04-36-H34 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-buildhelper [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-egit/0.14.0.201406241643 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/m2eclipse-mavenarchiver/0.16.0.201409161210 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/201409261001-SR1a [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tm/3.6.0.RC4 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/jetty/8.1.14.v20131031 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/atlassian/3.2.2.v20130909 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/mylyn/3.11.0-v20140314-2044 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/webtools/R-3.6.1-20140912000031 [INFO] Adding repository http://downloads.jboss.org/jbosstools/updates/requirements/thym/0.1.0-SNAPSHOT-201410092351 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.2.1 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/birt/4.4.0.v20140521-1030 [INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tern/0.6.0.201409231610-SNAPSHOT [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.cheatsheets:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.graph:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.help:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.help\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.imports:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.imports\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.maven:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.maven\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.preferences:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.tooling:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.tooling\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.camel.model.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\tests\org.fusesource.ide.camel.model.tests\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.core:org.fusesource.ide.core.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\core\features\org.fusesource.ide.core.feature\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.branding:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.branding\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.camel.editor\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.catalogs:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.catalogs\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.launcher.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.launcher.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.project:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\plugins\org.fusesource.ide.project\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\tests\org.fusesource.ide.camel.editor.tests\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.editor:org.fusesource.ide.camel.editor.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\editor\features\org.fusesource.ide.camel.editor.feature\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.core\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\plugins\org.fusesource.ide.fabric8.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.core.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\tests\org.fusesource.ide.fabric8.core.tests\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.fabric8:org.fusesource.ide.fabric8.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\fabric8\features\org.fusesource.ide.fabric8.feature\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.commons\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.activemq:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.activemq\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.camel:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.camel\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.karaf:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.karaf\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.servicemix:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\plugins\org.fusesource.ide.jmx.servicemix\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.jmx:org.fusesource.ide.jmx.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\jmx\features\org.fusesource.ide.jmx.feature\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.core\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fabric8.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fabric8.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.core\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.fuse.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.fuse.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.core\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.karaf.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.karaf.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.core:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.core\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.servicemix.ui:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.servicemix.ui\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.view:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.view\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.commons:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\plugins\org.fusesource.ide.server.commons\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.tests:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\tests\org.fusesource.ide.server.tests\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide.servers:org.fusesource.ide.server.extensions.feature:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\servers\features\org.fusesource.ide.server.extensions.feature\pom.xml [INFO] Computing target platform for MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml [INFO] Resolving dependencies of MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml [INFO] Resolving class path of MavenProject: org.fusesource.ide:org.fusesource.ide.updatesite:7.3.0-SNAPSHOT @ I:\TrisESB\fusetools\fuseide\site\pom.xml
[INFO]
[INFO] Reactor Build Order: [INFO] [INFO] JBoss Fuse Tooling [INFO] JBoss Fuse Tooling :: Tools [INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools [INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator [INFO] JBoss Fuse Tooling :: Core [INFO] JBoss Fuse Tooling :: Core :: Plugins [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Commons [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding [INFO] JBoss Fuse Tooling :: Core :: Tests [INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests [INFO] JBoss Fuse Tooling :: Core :: Features [INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature [INFO] JBoss Fuse Tooling :: Camel Editor [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding [INFO] JBoss Fuse Tooling :: JMX [INFO] JBoss Fuse Tooling :: JMX :: Plugins [INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI [INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project [INFO] JBoss Fuse Tooling :: Camel Editor :: Tests [INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests [INFO] JBoss Fuse Tooling :: Camel Editor :: Features [INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature [INFO] JBoss Fuse Tooling :: Fabric8 [INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins [INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins :: Fabric8 Core [INFO] JBoss Fuse Tooling :: Server Adapters [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Server View [INFO] JBoss Fuse Tooling :: Fabric8 :: Plugins :: Fabric8 UI [INFO] JBoss Fuse Tooling :: Fabric8 :: Tests [INFO] JBoss Fuse Tooling :: Fabric8 :: Tests :: Core Tests [INFO] JBoss Fuse Tooling :: Fabric8 :: Features [INFO] JBoss Fuse Tooling :: Fabric8 :: Features :: Fabric8 Feature [INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade [INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core [INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade [INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ServiceMix Facade [INFO] JBoss Fuse Tooling :: JMX :: Tests [INFO] JBoss Fuse Tooling :: JMX :: Features [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter Core [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache ServiceMix Adapter UI [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI [INFO] JBoss Fuse Tooling :: Server Adapters :: Features [INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature [INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Fabric8 Adapter Core [INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Fabric8 Adapter UI [INFO] JBoss Fuse Tooling :: Server Adapters :: Tests [INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests [INFO] JBoss Fuse Tooling :: Update Site [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ project --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ project --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ project --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ project --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Tools 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tools --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ tools --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ tools --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ tools --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Tools :: IDE Build Tools 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ide-buildtools --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ ide-buildtools --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ ide-buildtools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ide-buildtools --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [INFO] Compiling 3 source files to I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target\classes [WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-buildtools/src/main/java/org/fusesource/ide/buildtools/Downloader.java: I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\src\main\java\org\fusesource\ide\buildtools\Downloader.java uses unchecked or unsafe operations. [WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-buildtools/src/main/java/org/fusesource/ide/buildtools/Downloader.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ ide-buildtools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ide-buildtools --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ide-buildtools --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ ide-buildtools --- [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ide-buildtools --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\tools\ide-buildtools\target\ide-buildtools-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ ide-buildtools --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Tools :: IDE Code Generator 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ide-codegen --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ ide-codegen --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ ide-codegen --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ ide-codegen --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [INFO] Compiling 15 source files to I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target\classes [WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-codegen/src/main/java/org/fusesource/ide/generator/Reflections.java: I:\TrisESB\fusetools\fuseide\tools\ide-codegen\src\main\java\org\fusesource\ide\generator\Reflections.java uses unchecked or unsafe operations. [WARNING] /I:/TrisESB/fusetools/fuseide/tools/ide-codegen/src/main/java/org/fusesource/ide/generator/Reflections.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ ide-codegen --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\tools\ide-codegen\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ ide-codegen --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ide-codegen --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ ide-codegen --- [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ide-codegen --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\tools\ide-codegen\target\ide-codegen-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ ide-codegen --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ core --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ core --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ core --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ plugins --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ plugins --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ plugins --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Preferences 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.preferences --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.preferences --- [INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029 [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.preferences --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.preferences --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.preferences --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.preferences --- [INFO] Compiling 5 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.preferences --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\src\test\resources [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.preferences --- [WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\plugin.properties not found [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\org.fusesource.ide.preferences-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.preferences --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.preferences --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.preferences\target\org.fusesource.ide.preferences-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.preferences --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.preferences --- [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.preferences --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Commons 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.fusesource.ide.commons --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs (includes = [], excludes = []) [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.commons --- [INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029 [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.commons --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.commons --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.commons --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-dependency-plugin:2.7:copy (get-deps) @ org.fusesource.ide.commons --- [INFO] Configured Artifact: de.pdark:decentxml:1.4:jar [INFO] Configured Artifact: org.apache.camel:camel-core:2.14.0:jar [INFO] Configured Artifact: org.apache.camel:camel-spring:2.14.0:jar [INFO] Configured Artifact: org.apache.camel:camel-blueprint:2.14.0:jar [INFO] Configured Artifact: org.springframework:spring-context:3.2.9.RELEASE:jar [INFO] Configured Artifact: org.springframework:spring-core:3.2.9.RELEASE:jar [INFO] Configured Artifact: org.springframework:spring-beans:3.2.9.RELEASE:jar [INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.5:jar [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:1.7.5:jar [INFO] Configured Artifact: org.slf4j:slf4j-simple:1.7.5:jar [INFO] Copying decentxml-1.4.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\decentxml-1.4.jar [INFO] Copying camel-core-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-core-2.14.0.jar [INFO] Copying camel-spring-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-spring-2.14.0.jar [INFO] Copying camel-blueprint-2.14.0.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\camel-blueprint-2.14.0.jar [INFO] Copying spring-context-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-context-3.2.9.RELEASE.jar [INFO] Copying spring-core-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-core-3.2.9.RELEASE.jar [INFO] Copying spring-beans-3.2.9.RELEASE.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\spring-beans-3.2.9.RELEASE.jar [INFO] Copying slf4j-api-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\slf4j-api-1.7.5.jar [INFO] Copying log4j-over-slf4j-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\log4j-over-slf4j-1.7.5.jar [INFO] Copying slf4j-simple-1.7.5.jar to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\libs\slf4j-simple-1.7.5.jar [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.commons --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.commons --- [INFO] Compiling 165 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.commons --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\src\test\resources [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.commons --- [WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\plugin.properties not found [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\org.fusesource.ide.commons-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.commons --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.commons --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.commons\target\org.fusesource.ide.commons-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.commons --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.commons --- [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.commons --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Camel Model 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.camel.model --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.camel.model --- [INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029 [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.camel.model --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.camel.model --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.camel.model --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.camel.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.camel.model --- [INFO] Compiling 93 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.camel.model --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\src\test\resources [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.camel.model --- [WARNING] bundle localization file I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\plugin.properties not found [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\org.fusesource.ide.camel.model-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.camel.model --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.camel.model --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.camel.model\target\org.fusesource.ide.camel.model-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.camel.model --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.camel.model --- [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.camel.model --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.cheatsheets --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.cheatsheets --- [INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029 [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.cheatsheets --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.cheatsheets --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.cheatsheets --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.cheatsheets --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.cheatsheets --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\src\test\resources [INFO] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.fusesource.ide.cheatsheets --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target\org.fusesource.ide.cheatsheets-7.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.fusesource.ide.cheatsheets --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.fusesource.ide.cheatsheets --- [INFO] Building jar: I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.cheatsheets\target\org.fusesource.ide.cheatsheets-7.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.cheatsheets --- [INFO] [INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @ org.fusesource.ide.cheatsheets --- [INFO] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.cheatsheets --- [INFO]
[INFO]
[INFO] Building JBoss Fuse Tooling :: Core :: Plugins :: Graph 7.3.0-SNAPSHOT
[INFO]
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.fusesource.ide.graph --- [INFO] Deleting I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.fusesource.ide.graph --- [INFO] The project's OSGi version is 7.3.0.Final-v20150309-1029 [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.fusesource.ide.graph --- [INFO] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.fusesource.ide.graph --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.graph --- [INFO] argLine set to -javaagent:C:\Users\RRTS.INTRIS.m2\repository\org\jacoco\org.jacoco.agent\0.7.1.201405082137\org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=I:\TrisESB\fusetools\fuseide\core\target\jacoco.exec,append=true,includes=org.jboss.tools.* [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.fusesource.ide.graph --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\src\main\resources [INFO] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.fusesource.ide.graph --- [INFO] Compiling 6 source files to I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\target\classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.fusesource.ide.graph --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory I:\TrisESB\fusetools\fuseide\core\plugins\org.fusesource.ide.graph\src\test\resources [INFO] [INFO] --- tycho-source-plugin:
Hi ronnyaerts,
after all this time I tried on windows 10, Maven 3.3.3 and java 1.7.0_79 and it works fine for me.
I tested on the master. Can you try to reproduce on the current branch please?
regards,
I close this issue. If you still encounter the issue please reopen providing more details;
I upgraded my java to the lastest jdk 1.7-75 and maven to 3.2.5 version. I cloned the git repository to a local drive and executed a "mvn clean package -Dmaven.test.skip=true" command. This gives and error on the Help plugin and the rest of the build is skipped. [INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... FAILURE [ 19.401 s]
I also see: [WARNING] Error injecting: org.apache.maven.plugin.antrun.AntRunMojo java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException ... Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.BuildException ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:17 min [INFO] Finished at: 2015-03-06T16:34:36+01:00 [INFO] Final Memory: 165M/655M