[JBoss JIRA] (JBIDE-23666) Update or remove quickstarts on Central Home Page
by André Dietisheim (Jira)
[ https://issues.jboss.org/browse/JBIDE-23666?page=com.atlassian.jira.plugi... ]
André Dietisheim updated JBIDE-23666:
-------------------------------------
Git Pull Request: https://github.com/jbosstools/jbosstools-central/pull/455, https://github.com/jbosstools/jbosstools-discovery/pull/402 (was: https://github.com/jbosstools/jbosstools-central/pull/455)
> Update or remove quickstarts on Central Home Page
> -------------------------------------------------
>
> Key: JBIDE-23666
> URL: https://issues.jboss.org/browse/JBIDE-23666
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.4.3.AM1
> Environment: Red Hat JBoss Developer Studio
> Version: 10.3.0.AM1
> Build id: AM1-v20161225-1238-B6761
> Build date: 20161225-1238
> Reporter: Josef Kopriva
> Assignee: André Dietisheim
> Priority: Critical
> Fix For: 4.13.0.AM1
>
>
> Quickstarts on Central home page are old(links: "HTML5 Project", "AngularJS Forge", "Java EE Web Project"), so when importing these quickstarts, multiple warnings occur:
> {code:java}
> Description Resource Path Location Type
> Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment. jboss-as-kitchensink-html5-mobile Build path JRE System Library Problem
> Build path specifies execution environment JavaSE-1.7. There are no JREs installed in the workspace that are strictly compatible with this environment. jboss-forge-html5 Build path JRE System Library Problem
> Build path specifies execution environment JavaSE-1.7. There are no JREs installed in the workspace that are strictly compatible with this environment. jboss-javaee-webapp Build path JRE System Library Problem
> No connection specified for project. No database-specific validation will be performed. jboss-as-kitchensink-html5-mobile JPA Problem
> No connection specified for project. No database-specific validation will be performed. jboss-forge-html5 JPA Problem
> No connection specified for project. No database-specific validation will be performed. jboss-javaee-webapp JPA Problem
> No grammar constraints (DTD or XML Schema) referenced in the document. cheatsheet.xml /jboss-forge-html5 line 1 XML Problem
> No grammar constraints (DTD or XML Schema) referenced in the document. wro.xml /jboss-as-kitchensink-html5-mobile/src/main/webapp/WEB-INF line 1 XML Problem
> {code}
> For example HTML5 Project is downloading quickstart "jboss-as-kitchensink-html5-mobile", which is probably https://github.com/jboss-developer/jboss-wfk-quickstarts/tree/33c4600/kit... and this quickstart is requiring Java 1.6. This quickstart can be replaced with newer from https://github.com/jboss-developer/jboss-eap-quickstarts/tree/4aa3caa/kit...
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 6 months
[JBoss JIRA] (JBIDE-26833) Document/Implement possibilities of JBT/Studio maven build artifacts caching among jobs
by Ondrej Dockal (Jira)
Ondrej Dockal created JBIDE-26833:
-------------------------------------
Summary: Document/Implement possibilities of JBT/Studio maven build artifacts caching among jobs
Key: JBIDE-26833
URL: https://issues.jboss.org/browse/JBIDE-26833
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests, qa
Affects Versions: 4.13.x
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Fix For: 4.13.x
Most of the CR Studio jobs are downloading the same maven artifacts over and over so, it is a logical step to have job that obtains those artifacts and save them in a shared drive. These can be extracted and reused in any job that needs them. This would save us a lot of resources and time when running jobs.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
6 years, 6 months