[JBoss JIRA] (JBIDE-26662) Profile -Pdownload-devstudio cannot satisfy dependencies
by Josef Kopriva (Jira)
[ https://issues.jboss.org/browse/JBIDE-26662?page=com.atlassian.jira.plugi... ]
Josef Kopriva updated JBIDE-26662:
----------------------------------
Priority: Critical (was: Major)
> Profile -Pdownload-devstudio cannot satisfy dependencies
> --------------------------------------------------------
>
> Key: JBIDE-26662
> URL: https://issues.jboss.org/browse/JBIDE-26662
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Reporter: Josef Kopriva
> Priority: Critical
>
> When running command mvn clean install -DskipTests=true -Pdownload-devstudio in jbosstools-server repo tycho is not able to to resolve dependencies:
> {code:java}
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.archives.plugins:org.jboss.tools.archives.scanner:3.6.202-SNAPSHOT @ /Users/jkopriva/git/jkopriva/jbosstools-server/archives/plugins/org.jboss.tools.archives.scanner/pom.xml
> [INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: com.jboss.devstudio.core.feature.feature.group 12.12.0.v20190606-1202
> [ERROR] Missing requirement: com.jboss.devstudio.core.rpm.feature.feature.group 12.12.0.v20190606-1202 requires 'org.eclipse.equinox.p2.iu; org.jboss.ide.eclipse.archives.feature.feature.group [3.6.202.v20181011-1445,3.6.202.v20181011-1445]' but it could not be found
> [ERROR] Cannot satisfy dependency: com.jboss.devstudio.core.feature.feature.group 12.12.0.v20190606-1202 depends on: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpm.feature.feature.group [12.12.0.v20190606-1202,12.12.0.v20190606-1202]
> [ERROR]
> [ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
> [ERROR] Cannot resolve dependencies of MavenProject: org.jboss.tools.archives.plugins:org.jboss.tools.archives.scanner:3.6.202-SNAPSHOT @ /Users/jkopriva/git/jkopriva/jbosstools-server/archives/plugins/org.jboss.tools.archives.scanner/pom.xml: See log for details -> [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/MavenExecutionException
> code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (JBDS-4775) In Camel project errors thrown exposing Swagger API documentation.
by Bruno Meseguer (Jira)
Bruno Meseguer created JBDS-4775:
------------------------------------
Summary: In Camel project errors thrown exposing Swagger API documentation.
Key: JBDS-4775
URL: https://issues.jboss.org/browse/JBDS-4775
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Bug
Affects Versions: 12.11.0.GA
Environment: Assuming this occurs in all environments.
Reporter: Bruno Meseguer
ui experience:
> user has little guidance on UI
> no documentation available on how to expose Swagger info
> misleading/not-functional options in UI (i.e. enableCORS checkbox)
> textbox "port" (in Mac) user input goes backwards (yes, backwards!)
> textbox "contextPath" (in Mac) user input goes backwards (yes, backwards!)
result:
> not possible from UI to expose Swagger info
expected:
> options available on UI to expose API definitions
workaround:
> manually add all necessary parameters:
- add: contextPath="camel"
- add: port="8080"
- add: apiContextPath="api-docs"
- add: <apiProperty key="cors" value="true"/>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (JBDS-4774) User creates Camel REST definition he can't start, errors are thrown.
by Bruno Meseguer (Jira)
Bruno Meseguer created JBDS-4774:
------------------------------------
Summary: User creates Camel REST definition he can't start, errors are thrown.
Key: JBDS-4774
URL: https://issues.jboss.org/browse/JBDS-4774
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Bug
Affects Versions: 12.11.0.GA
Environment: I'm assuming this affects all environments.
Reporter: Bruno Meseguer
UI experience:
> customer/user can't run the route.
> he does not understand what he did wrong
> he doesn't know how to fix it
expected:
> REST Configuration always defined before REST operations in XML.
workaround:
> manually switch order of elements
> (or) don't delete default route before REST is defined.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months