[JBoss JIRA] (JBIDE-16053) Aerogear: backbutton listener doesn't work on the android device
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16053?page=com.atlassian.jira.plugi... ]
Gorkem Ercan commented on JBIDE-16053:
--------------------------------------
This is probably because our default template does not include the App plugin on config.xml. Adding the following lines to config.xml should fix it.
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
> Aerogear: backbutton listener doesn't work on the android device
> ----------------------------------------------------------------
>
> Key: JBIDE-16053
> URL: https://issues.jboss.org/browse/JBIDE-16053
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Reporter: Ilya Buziuk
> Assignee: Gorkem Ercan
> Fix For: 4.1.1.Final
>
>
> http://docs.phonegap.com/en/3.1.0/cordova_events_events.md.html#backbutton - backbutton event doc
> Steps for verifying:
> 1. Create new Hybrid Mobile Application Project
> 2. Update index.html with the sample from the documentation:
> {code:title=index.html|borderStyle=solid}
> <!DOCTYPE html>
> <html>
> <head>
> <title>Back Button Example</title>
> <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
> <script type="text/javascript" charset="utf-8">
> // Wait for device API libraries to load
> //
> function onLoad() {
> document.addEventListener("deviceready", onDeviceReady, false);
> }
> // device APIs are available
> //
> function onDeviceReady() {
> // Register the event listener
> document.addEventListener("backbutton", onBackKeyDown, false);
> }
> // Handle the back button
> //
> function onBackKeyDown() {
> alert(1);
> }
> </script>
> </head>
> <body onload="onLoad()">
> </body>
> </html>
> {code}
> 3. Run the app on the android device
> 4. Press the back button when the app will be ready
> 5. ERROR: App will be closed - no alert will be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16011) create install/download section
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16011?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16011:
---------------------------------------------
Need to check how we get the right stats collections working for these. is sf.net tracking enouhg ?
> create install/download section
> -------------------------------
>
> Key: JBIDE-16011
> URL: https://issues.jboss.org/browse/JBIDE-16011
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: website
> Reporter: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.0.x
>
>
> should have download section that explains how and where to get jbosstools installed.
> Should have a page pr. specific version download and a "archive" view to get directly to the past versions.
> Should not require more than a few lines with urls to add a new download/install.
> archived links for anything not on actual released update site urls (i.e. previous GA's in same release train) could start by just having download zip url (no updatesite)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15622) Automatically open/send report when log has error
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15622?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-15622:
----------------------------------------
Just noticed that something similar used to Eclipse in JBoss Tools. See the following java items:
* org.jboss.tools.common.reporting.IProblemReporter;
* org.jboss.tools.common.model.ui.reporting.ReportPreference.SUBMIT_AUTOMATICALLY_OPTION
> Automatically open/send report when log has error
> -------------------------------------------------
>
> Key: JBIDE-15622
> URL: https://issues.jboss.org/browse/JBIDE-15622
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common/jst/core
> Affects Versions: 4.1.1.Alpha1
> Reporter: Mickael Istria
>
> JBT should set up an ILogListener on the Eclipse log and send an error report whenever something is logged as error.
> As it's probably not possible to send the error report without asking users, it should show the "Report problem" page.
> NetBeans does that and has reported an actual quality benefit.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBDS-1958) EDS Teiid Designer Generating a RESTEasy War file returns no value
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBDS-1958?page=com.atlassian.jira.plugin.... ]
Vlado Pakan closed JBDS-1958.
-----------------------------
> EDS Teiid Designer Generating a RESTEasy War file returns no value
> ------------------------------------------------------------------
>
> Key: JBDS-1958
> URL: https://issues.jboss.org/browse/JBDS-1958
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.0.GA
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Fix For: 7.0.0.GA
>
> Attachments: org.teiid.designer.dqp.ui.patch
>
>
> When following the published Teiid Designer documentation on generating a RESTEasy War file, a WAR file is produced with no error and deploys successfully. When "hitting" the web service, the HTTP status of 200 is returned with an empty body when there should be a result returned. This looks to be somewhat related to: https://issues.jboss.org/browse/TEIIDDES-1124. However, when checking the generated source code, it appears to be correct. Not sure if the generated src file is the actual generated class file that is being referenced. The procedure being "wrapped" with the RESTful Web Service executes fine from a Java client.
> This WAR file was generated on RHEL 6.1 (CSB) and the latest version of JBDS, 4.1.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-12355) JBoss tools website redesign
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12355?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-12355:
----------------------------------------
Description:
jboss.org/tools have started to have issues scaling on several fronts.
1) no clear path to what we want users to download (too many upfront choices)
2) we are missing info about what jbosstools actually does
3) updating it requires using magnolia (limited access, no option for easy review or experimenting without pushing fully live)
4) the content is generally getting very stale
5) it is not easy to blog via community.jboss.org - resulting in less content (#4)
etc. etc.
6) update for releases are a lot of copy/paste and manual updating. if we want to reorg that content it is alot of manual labor.
We are looking into using awestruct as a way to solve a lot of the technical/practical issues. Other projects like wildfly.org, arquillian.org, aerogear.org, infinispan.org have used that and its improved their publishing process and the content.
https://github.com/xcoulon/jbosstools-website has a current experimental push of the progress.
http://xcoulon.github.io/jbosstools-website/ <-- current version
was:
jboss.org/tools have started to have issues scaling on several fronts.
1) no clear path to what we want users to download (too many upfront choices)
2) we are missing info about what jbosstools actually does
3) updating it requires using magnolia (limited access, no option for easy review or experimenting without pushing fully live)
4) the content is generally getting very stale
5) it is not easy to blog via community.jboss.org - resulting in less content (#4)
etc. etc.
6) update for releases are a lot of copy/paste and manual updating. if we want to reorg that content it is alot of manual labor.
We are looking into using awestruct as a way to solve a lot of the technical/practical issues. Other projects like wildfly.org, arquillian.org, aerogear.org, infinispan.org have used that and its improved their publishing process and the content.
https://github.com/xcoulon/jbosstools-website has a current experimental push of the progress.
> JBoss tools website redesign
> ----------------------------
>
> Key: JBIDE-12355
> URL: https://issues.jboss.org/browse/JBIDE-12355
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: website
> Reporter: Max Rydahl Andersen
> Assignee: Xavier Coulon
> Fix For: 4.0.x
>
> Attachments: downloads.bmml, downloads.bmml, downloads.bmml, downloads.png, download_archives.bmml, download_archives.bmml, download_archives.png, download_jbosstools_latest.bmml, download_jbosstools_latest.bmml, download_jbosstools_latest.png, features-page-mockup.bmml, features-page-mockup.png, mockupfromjbw.bmml, mockupfromjbw.png, specific-component-features.bmml, specific-component-features.png
>
>
> jboss.org/tools have started to have issues scaling on several fronts.
> 1) no clear path to what we want users to download (too many upfront choices)
> 2) we are missing info about what jbosstools actually does
> 3) updating it requires using magnolia (limited access, no option for easy review or experimenting without pushing fully live)
> 4) the content is generally getting very stale
> 5) it is not easy to blog via community.jboss.org - resulting in less content (#4)
> etc. etc.
> 6) update for releases are a lot of copy/paste and manual updating. if we want to reorg that content it is alot of manual labor.
> We are looking into using awestruct as a way to solve a lot of the technical/practical issues. Other projects like wildfly.org, arquillian.org, aerogear.org, infinispan.org have used that and its improved their publishing process and the content.
> https://github.com/xcoulon/jbosstools-website has a current experimental push of the progress.
> http://xcoulon.github.io/jbosstools-website/ <-- current version
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBDS-2389) cannot uninstall JBDS Product Feature - eclipse left in unusable state due to missing eclipse.ini directives
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBDS-2389?page=com.atlassian.jira.plugin.... ]
Vlado Pakan closed JBDS-2389.
-----------------------------
> cannot uninstall JBDS Product Feature - eclipse left in unusable state due to missing eclipse.ini directives
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2389
> URL: https://issues.jboss.org/browse/JBDS-2389
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer, updatesite
> Affects Versions: 6.0.0.CR1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.1.0.Alpha1, 7.1.x
>
>
> Steps to repro:
> Unpack bare Juno JEE.
> Install JBDS BYOE feature ("Core Features"). Restart
> Install JBDS Branded Product Feature. Restart.
> Uninstall JBDS Branded Product Feature (or revert configuration to previous). Restart. Eclipse is now broken:
> {code}
> java.lang.RuntimeException: Application "" could not be found in the registry.
> {code}
> Addtional info:
> {quote}
> Bare Juno JEE eclipse.ini:
> {code}
> $➔ cat eclipse/eclipse.ini
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
> -product
> org.eclipse.epp.package.jee.product
> --launcher.defaultAction
> openFile
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Dhelp.lucene.tokenizer=standard
> -XX:MaxPermSize=256m
> -Xms40m
> -Xmx512m
> {code}
> or, for Eclipse Platform Binary:
> {code}
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Xms40m
> -Xmx384m
> {code}
> After installing JBDS BYOE:
> {code}
> $➔ cat eclipse/eclipse.ini
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Xms512m
> -Xmx1024m
> -Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
> {code}
> After installing JBDS branded product, eclipse.ini becomes jbdevstudio.ini:
> {code}
> $➔ cat eclipse/jbdevstudio.ini
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -product
> com.jboss.jbds.product.product
> -showsplash
> platform:/base/plugins/com.jboss.jbds.product
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
> -Xms512m
> -Xmx1024m
> -Dosgi.instance.area.default=(a)user.home/workspace
> {code}
> After UNINSTALLING JBDS branded product (to drop back to Eclipse + JBDS BYOE), can no longer start Eclipse. Here is the resulting eclipse.ini file:
> {code}
> $➔ cat eclipse/eclipse.ini
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
> -product
> com.jboss.jbds.product.product
> -showsplash
> platform:/base/plugins/com.jboss.jbds.product
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
> -Xms512m
> -Xmx1024m
> {code}
> {quote}
> So, I think we need an instructions.unconfigure in com.jboss.jbds.p2.inf to remove these lines
> {code}
> -product
> com.jboss.jbds.product.product
> -showsplash
> platform:/base/plugins/com.jboss.jbds.product
> {code}
> and replace them with the following when JBDS is uninstalled:
> {code}
> -application
> org.eclipse.ui.ide.workbench
> -showsplash
> org.eclipse.platform
> {code}
> Also need to know what happens if there are two -product directives... can we just
> add (and later remove, when uninstalling) our product to the list, or must we replace
> any existing -product entries with ours?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-14629) Errors when creating and deploying seam2 project with Seam 2.3.Final
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14629?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-14629.
-------------------------------
Resolution: Done
> Errors when creating and deploying seam2 project with Seam 2.3.Final
> ---------------------------------------------------------------------
>
> Key: JBIDE-14629
> URL: https://issues.jboss.org/browse/JBIDE-14629
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0.Beta1-v20130519-0601-B206 with bundled JBoss EAP 6.1.0.Beta1
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Fix For: 4.1.1.Final
>
> Attachments: seamerror.png
>
>
> ERROR: DefaultDS Database connection is defined with incorrect link to hsqldb.jar file with JDBC driver for HSQLDB.
> 1. Fix DefaultDS Database connection definition
> ASSERT: It's possible to connect to DefaultDS
> 2. Create new seam project with bundled JBoss EAP and JBoss Seam 2.3.Final
> ERROR: There is error in Problems view:
> !seamerror.png!
> 3. Start seam project on server
> ERROR: This error appear in Server log. Application is not deployed:
> {noformat}
> 3:58:45,950 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016012: Deployment deployment "seam.war" contains CDI annotations but beans.xml was not found.
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam-ds.xml" (runtime-name : "seam-ds.xml")
> 13:58:46,430 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "seam.war" (runtime-name : "seam.war")
> 13:58:46,431 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) JBAS018559: Deployed "hsqldb.jar" (runtime-name : "hsqldb.jar")
> 13:58:46,436 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.jdbc-driver.hsqldb_jar (missing) dependents: [service jboss.data-source.java:/seamDatasource]
> {noformat}
> Is this supported scenario?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15511) All projects fail to build with offline script
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15511?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-15511.
-------------------------------
> All projects fail to build with offline script
> ----------------------------------------------
>
> Key: JBIDE-15511
> URL: https://issues.jboss.org/browse/JBIDE-15511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.1.0.Final
> Environment: Fedora 19;
> java version "1.7.0_13"
> Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode);
> Maven profiles in settings.xml:
> <activeProfile>jboss-eap-6-0-0-maven-repository</activeProfile>
> <activeProfile>jboss-wfk-2-2-0-maven-repository</activeProfile>
> <activeProfile>jboss-eap-6-1-0-GA-maven-repository</activeProfile>
> <activeProfile>redhat-techpreview-all-repository</activeProfile>
> Reporter: Michelle Murray
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
>
> {noformat}
> mmurray [~] $ groovy "/home/mmurray/Java/my_java_projects/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_1.5.1.Alpha1_v20130907_1749_B76.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-4... http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1... http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp... -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-4..., http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml, http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1..., http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...]
> creating offline/.jbosstools/cache
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-4...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (7 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-cl... (6 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip into /home/mmurray/offline/workDir/jboss-as-helloworld.zip [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip into /home/mmurray/offline/workDir/jboss-as-jax-rs-client.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/deltaspike-hellowo... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip into /home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-jms.zip (8 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip into /home/mmurray/offline/workDir/helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-errai.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip into /home/mmurray/offline/workDir/helloworld-errai.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip (15 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip into /home/mmurray/offline/workDir/helloworld-mdb.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (135 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-numbergue... (12 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip into /home/mmurray/offline/workDir/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (245 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-html5-mobile.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (10 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip into /home/mmurray/offline/workDir/jboss-as-helloworld-rs.zip
> Downloaded http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/richfaces-exam... (8 KB) to offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip into /home/mmurray/offline/workDir/richfaces-simpleapp.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (106 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip into /home/mmurray/offline/workDir/jboss-as-greeter.zip
> parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1...
> parsing http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip into /home/mmurray/offline/workDir/cdi-jsf-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/simplest-hello-world... (13 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-hello-world-por... (33 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip into /home/mmurray/offline/workDir/simplest-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world... (34 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip into /home/mmurray/offline/workDir/cdi-scopes-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/navigation-api-portl... (26 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip into /home/mmurray/offline/workDir/navigation-api-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip (16 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip into /home/mmurray/offline/workDir/cdi-generic-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/social-portlets.zip (81 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip into /home/mmurray/offline/workDir/social-portlets.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-portal-extens... (811 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip into /home/mmurray/offline/workDir/gatein-portal-extension.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-sample-portal... (921 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip into /home/mmurray/offline/workDir/gatein-sample-portal.zip
> Building org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT (/home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip/pom.xml) has 2 errors
> [ERROR] Non-resolvable parent POM: Could not transfer artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Final from/to central (http://repo.maven.apache.org/maven2): Error transferring file: Server returned HTTP response code: 503 for URL: http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... from http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... @ org.jboss.as:jboss-as-jms-client-bom:7.2.0.Final, /home/mmurray/offline/.m2/repository/org/jboss/as/jboss-as-jms-client-bom/7.2.0.Final/jboss-as-jms-client-bom-7.2.0.Final.pom, line 29, column 13 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.as:jboss-as-jms-client-bom:pom is missing. @ line 105, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-rs:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet/pom.xml) has 7 errors
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-extension-richfaces:jar is missing. @ line 101, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-api:jar is missing. @ line 105, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-ui:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.core:richfaces-core-impl:jar is missing. @ line 113, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-portal-extension.zip/gatein-portal-extension/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 67, column 25 -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 98, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-numberguess:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 88, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 93, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-greeter:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project jboss-as-kitchensink-rf: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-rf:war:7.1.2-SNAPSHOT: Could not find artifact com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/navigation-api-portlet.zip/navigation-api-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 72, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 114, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.tools:richfaces-simpleapp:1.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 75, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 107, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 113, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/social-portlets.zip/social-portlets/pom.xml) has 5 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 79, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 120, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 124, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 128, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 172, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-errai:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld-mdb:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet/pom.xml) has 6 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 92, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 97, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein:cdi-portlet-integration:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.inject:javax.inject:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 114, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-sample-portal.zip/gatein-sample-portal/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 99, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 104, column 21
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-jms:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-jax-rs-client:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp-enterprise:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project my-richfaces-archetype-kitchensink: Could not resolve dependencies for project org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:war:1.0.0-SNAPSHOT: Failure to find com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionExce...
> Result: 1
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype-enterprise:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Cleaning up installed artifacts created from archetypes
> Script executed in 77 min, 31 sec with 13 error(s)
> Project offline/workDir/deltaspike-helloworld-jms.zip failed to build
> Project offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet failed to build
> Project offline/workDir/gatein-portal-extension.zip/gatein-portal-extension failed to build
> Project offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet failed to build
> Project offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet failed to build
> Project offline/workDir/jboss-as-kitchensink-rf.zip failed to build
> Project offline/workDir/navigation-api-portlet.zip/navigation-api-portlet failed to build
> Project offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet failed to build
> Project offline/workDir/social-portlets.zip/social-portlets failed to build
> Project offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet failed to build
> Project offline/workDir/gatein-sample-portal.zip/gatein-sample-portal failed to build
> Project offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet failed to build
> Project offline/workDir/richfaces-archetype-kitchensink/my-richfaces-archetype-kitchensink failed to build
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months