[JBoss JIRA] (JBIDE-25046) Can't find CDK for registry discovery when 2 connections are defined for CDK
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25046?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-25046:
-------------------------------
Affects Version/s: 4.5.1.AM2
(was: 4.5.0.AM2)
> Can't find CDK for registry discovery when 2 connections are defined for CDK
> ----------------------------------------------------------------------------
>
> Key: JBIDE-25046
> URL: https://issues.jboss.org/browse/JBIDE-25046
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.1.AM2
> Reporter: Jeff MAURY
> Assignee: Rob Stryker
> Labels: cdk, cdk_server_adapter_, explorer, openshift, openshift_v3
> Fix For: 4.5.x
>
>
> EXEC: define an Openshift connection for CDK/admin
> EXEC: define an Openshift connection for CDK/developer
> EXEC: define a CDK3 server
> EXEC: start the CDK 3 server
> ASSERT: the CDK/admin OS3 connection is updated (registry not empty)
> ASSERT: the CDK/developer OS3 connection is not updated (registry empty)
> EXEC: on the CDK/developer OS3 connection, click the DIscover buttoon
> ASSERT: the registry URL is updated, not the error dialog is displayed
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-25046) Can't find CDK for registry discovery when 2 connections are defined for CDK
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-25046:
----------------------------------
Summary: Can't find CDK for registry discovery when 2 connections are defined for CDK
Key: JBIDE-25046
URL: https://issues.jboss.org/browse/JBIDE-25046
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.0.AM2
Reporter: Jeff MAURY
Fix For: 4.5.x
EXEC: define an Openshift connection for CDK/admin
EXEC: define an Openshift connection for CDK/developer
EXEC: define a CDK3 server
EXEC: start the CDK 3 server
ASSERT: the CDK/admin OS3 connection is updated (registry not empty)
ASSERT: the CDK/developer OS3 connection is not updated (registry empty)
EXEC: on the CDK/developer OS3 connection, click the DIscover buttoon
ASSERT: the registry URL is updated, not the error dialog is displayed
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-20034) Should repository-utils:generate-repository-facade generate files and then use additionalFileSets configuration?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20034?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-20034:
------------------------------------
Had a brief look at this and it doesn't seem like using
{code} <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<additionalFileSets>
<fileSet>
<directory>${basedir}../</directory>
<includes>
<include>**/README*</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}</directory>
<includes>
<include>**/*.html</include>
<include>**/buildinfo.json</include>
<include>**/site.properties</include>
</includes>
</fileSet>
</additionalFileSets>
</configuration>
</plugin>
{code} ... works as expected. So I'm tempted to close this as wontfix.
> Should repository-utils:generate-repository-facade generate files and then use additionalFileSets configuration?
> ----------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20034
> URL: https://issues.jboss.org/browse/JBIDE-20034
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Beta1
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.1.AM2
>
>
> Explanation how to use is here https://bugs.eclipse.org/bugs/show_bug.cgi?id=424691.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (JBIDE-20034) Should repository-utils:generate-repository-facade generate files and then use additionalFileSets configuration?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20034?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-20034 at 9/15/17 4:04 PM:
-------------------------------------------------------------
Had a brief look at this and it doesn't seem like using
{code} <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<additionalFileSets>
<fileSet>
<directory>${basedir}../</directory>
<includes>
<include>**/README*</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}</directory>
<includes>
<include>**/*.html</include>
<include>**/buildinfo.json</include>
<include>**/site.properties</include>
</includes>
</fileSet>
</additionalFileSets>
</configuration>
</plugin>
{code} ... works as expected - the two readme files could not be found in the repository/ folder or the repo.zip.
So I'm tempted to close this as wontfix, unless someone else wants this badly enough to offer a patch.
was (Author: nickboldt):
Had a brief look at this and it doesn't seem like using
{code} <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
<additionalFileSets>
<fileSet>
<directory>${basedir}../</directory>
<includes>
<include>**/README*</include>
</includes>
</fileSet>
<fileSet>
<directory>${basedir}</directory>
<includes>
<include>**/*.html</include>
<include>**/buildinfo.json</include>
<include>**/site.properties</include>
</includes>
</fileSet>
</additionalFileSets>
</configuration>
</plugin>
{code} ... works as expected. So I'm tempted to close this as wontfix.
> Should repository-utils:generate-repository-facade generate files and then use additionalFileSets configuration?
> ----------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20034
> URL: https://issues.jboss.org/browse/JBIDE-20034
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Beta1
> Reporter: Denis Golovin
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.1.AM2
>
>
> Explanation how to use is here https://bugs.eclipse.org/bugs/show_bug.cgi?id=424691.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months