[JBoss JIRA] (JBIDE-21163) cdk server adapter dumps out adbinfo to console
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21163?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21163.
---------------------------------
Verified in JBDS 10.0.0.Alpha2
> cdk server adapter dumps out adbinfo to console
> -----------------------------------------------
>
> Key: JBIDE-21163
> URL: https://issues.jboss.org/browse/JBIDE-21163
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Reporter: Max Rydahl Andersen
> Assignee: Rob Stryker
> Fix For: 4.3.0.Beta1, 4.4.0.Alpha1
>
>
> is it intended that if the cdk is running the console shows up with dump that contains:
> {quote}
> # Set the following environment variables to enable access to the
> # docker daemon running inside of the vagrant virtual machine:
> export DOCKER_HOST=tcp://10.1.2.2:2376
> export DOCKER_CERT_PATH=/Users/max/code/cdk/openshift-vagrant/cdk-v2/.vagrant/machines/default/virtualbox/.docker
> export DOCKER_TLS_VERIFY=1
> export DOCKER_MACHINE_NAME=9dc5acb
> # run following command to configure your shell:
> # eval "$(vagrant adbinfo)"
> {quote}
> it is a bit confusing it pops up with no info and gets to be in front of everything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-20839) FetchSourcesFromManifests creates invalid paths when github repos defined with colons and ats
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20839?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-20839.
---------------------------------
No reaction from Denis, so I assume it works for him ;) Closing.
> FetchSourcesFromManifests creates invalid paths when github repos defined with colons and ats
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-20839
> URL: https://issues.jboss.org/browse/JBIDE-20839
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.4.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> As reported by Denis:
> {quote}jbds sources download fails 8 out of 10 builds
> {code}
> [INFO] [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.23.1:fetch-sources-from-manifests (fetch-sources) on project com.jboss.devstudio.core.site: Error cloning from /home/eskimo/Projects/jbdevstudio/4.4.x/releng/jbdevstudio-product to /tmp/git@github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip: /tmp/git@github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip (No such file or directory)
> {code}
> {quote}
> Affected source:
> https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-...
> Solution:
> ensure paths don't include colons, ats, or other special chars. (Replace with underscores?)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21068) Project wizard: Set maximum length for display name
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21068?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21068:
-------------------------------------
Description:
Currently the 'Display Name' text field has no length limit. OpenShift on the other hand will only allow fields of length up to 65536 characters. Would be nice to let the user only input a valid length string.
The maximum length can be derived from the maximum lenght for OpenShift annotations.
was:Currently the 'Display Name' text field has no length limit. OpenShift on the other hand will only allow fields of length up to 65536 characters. Would be nice to let the user only input a valid length string.
> Project wizard: Set maximum length for display name
> ---------------------------------------------------
>
> Key: JBIDE-21068
> URL: https://issues.jboss.org/browse/JBIDE-21068
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Jan Richter
> Assignee: Dmitry Bocharov
> Priority: Minor
> Labels: openshift_v3, project_wizard
> Fix For: 4.4.0.Alpha3
>
>
> Currently the 'Display Name' text field has no length limit. OpenShift on the other hand will only allow fields of length up to 65536 characters. Would be nice to let the user only input a valid length string.
> The maximum length can be derived from the maximum lenght for OpenShift annotations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-22439) Tests: include different checkers in our build or jenkins
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22439?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-22439:
----------------------------------------
And by the way, I'm -1 for adding this in Jenkins. Indeed, contributors must be able to see the failure locally if they cause it, putting logic in Jenkins makes that contributors won't even be aware of the quality constraints when contributing.
Also, you could consider enabling FindBugs nature in your .project and committing the .settings; so people who have FindBugs plugin installed would get the feedback from FindBugs in their IDE directly, so they can work on it as they're coding.
> Tests: include different checkers in our build or jenkins
> ---------------------------------------------------------
>
> Key: JBIDE-22439
> URL: https://issues.jboss.org/browse/JBIDE-22439
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.4.0.Alpha2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.4.0.Alpha3
>
>
> We should have different checkers in our build so that problems are forced on us. Just having them in sonar isnt good enough since it tends to get forgotten.
> - PMC
> - Code-format-Checkers
> - Code-duplication (like [cpd|http://pmd.sourceforge.net/pmd-4.3.0/cpd.html] or [simian|http://www.harukizaemon.com/simian/])
> - ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years