 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBDS-4176) Useless-provides detected by RPMlint
                                
                                
                                
                                    
                                        by Nick Boldt (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBDS-4176?page=com.atlassian.jira.plugin.... ] 
Nick Boldt commented on JBDS-4176:
----------------------------------
[~lvalach] With the fixes done for JBDS-4257, can you re-run the rpmlint check and let me know if any more problems exist? 
(Also, what's the rpmlint.conf file you used? Can you attach it here?)
> Useless-provides detected by RPMlint
> ------------------------------------
>
>                 Key: JBDS-4176
>                 URL: https://issues.jboss.org/browse/JBDS-4176
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: rpm
>    Affects Versions: 10.2.0.AM3
>         Environment: RHEL7
>            Reporter: Lukáš Valach
>            Assignee: Lukáš Valach
>            Priority: Optional
>             Fix For: 11.0.0.GA
>
>         Attachments: opt-rh-list.2.txt, opt-rh-list.2.txt.sh, opt-rh-list.txt, opt-rh-list.txt.sh
>
>
> The rpmlint detects some problems in rpm package:
> {code}
> rpmlint -f ./rpmlint.conf ./rh-eclipse46-devstudio-10.2-0.20161111.1151.el7.x86_64.rpm
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.guava)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.inject)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(javax.wsdl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.collections)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.io)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.lang3)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.connector.basic)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.impl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.spi)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.util)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.fasterxml.classmate)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.jboss.logging.jboss-logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.yaml.snakeyaml)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(slf4j.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.objectweb.asm)
> 1 packages and 0 specfiles checked; 17 errors, 0 warnings.
> {code}
> There are only important problems in the list above, another errors/warnings were suppressed according to discussion with [~vkadlcik].
> There is configuration of rpmlint filter (rpmlint.conf): 
> {code}
> addFilter("W: ") 				# Warnings can be suppressed
> addFilter("E: dir-or-file-in-opt") 		# False positive
> addFilter("E: devel-dependency")		# False positive
> addFilter("E: explicit-lib-dependency")		# May be improved but is not important for now
> addFilter("E: non-executable-script")		# 99% of these errors are false positive comming from upstream, there is a very small chance to get relevant error
> addFilter("E: wrong-script-interpreter")	# The same as above
> addFilter("E: zero-length")			# The same as above
> {code}
> [~vkadlcik] please correct me if I'm wrong.
> RPMlint test has been automated, you can find it in [jenkins|https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBDS-4176) Useless-provides detected by RPMlint
                                
                                
                                
                                    
                                        by Nick Boldt (JIRA)
                                    
                                
                                
                                        
     [ https://issues.jboss.org/browse/JBDS-4176?page=com.atlassian.jira.plugin.... ]
Nick Boldt reassigned JBDS-4176:
--------------------------------
    Assignee: Lukáš Valach  (was: Nick Boldt)
> Useless-provides detected by RPMlint
> ------------------------------------
>
>                 Key: JBDS-4176
>                 URL: https://issues.jboss.org/browse/JBDS-4176
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: rpm
>    Affects Versions: 10.2.0.AM3
>         Environment: RHEL7
>            Reporter: Lukáš Valach
>            Assignee: Lukáš Valach
>            Priority: Optional
>             Fix For: 11.0.0.GA
>
>         Attachments: opt-rh-list.2.txt, opt-rh-list.2.txt.sh, opt-rh-list.txt, opt-rh-list.txt.sh
>
>
> The rpmlint detects some problems in rpm package:
> {code}
> rpmlint -f ./rpmlint.conf ./rh-eclipse46-devstudio-10.2-0.20161111.1151.el7.x86_64.rpm
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.guava)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.inject)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(javax.wsdl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.collections)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.io)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.lang3)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.connector.basic)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.impl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.spi)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.util)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.fasterxml.classmate)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.jboss.logging.jboss-logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.yaml.snakeyaml)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(slf4j.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.objectweb.asm)
> 1 packages and 0 specfiles checked; 17 errors, 0 warnings.
> {code}
> There are only important problems in the list above, another errors/warnings were suppressed according to discussion with [~vkadlcik].
> There is configuration of rpmlint filter (rpmlint.conf): 
> {code}
> addFilter("W: ") 				# Warnings can be suppressed
> addFilter("E: dir-or-file-in-opt") 		# False positive
> addFilter("E: devel-dependency")		# False positive
> addFilter("E: explicit-lib-dependency")		# May be improved but is not important for now
> addFilter("E: non-executable-script")		# 99% of these errors are false positive comming from upstream, there is a very small chance to get relevant error
> addFilter("E: wrong-script-interpreter")	# The same as above
> addFilter("E: zero-length")			# The same as above
> {code}
> [~vkadlcik] please correct me if I'm wrong.
> RPMlint test has been automated, you can find it in [jenkins|https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBDS-4176) Useless-provides detected by RPMlint
                                
                                
                                
                                    
                                        by Nick Boldt (JIRA)
                                    
                                
                                
                                        
     [ https://issues.jboss.org/browse/JBDS-4176?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4176:
-----------------------------
    Fix Version/s: 11.0.0.GA
                       (was: LATER)
> Useless-provides detected by RPMlint
> ------------------------------------
>
>                 Key: JBDS-4176
>                 URL: https://issues.jboss.org/browse/JBDS-4176
>             Project: Red Hat JBoss Developer Studio (devstudio)
>          Issue Type: Bug
>          Components: rpm
>    Affects Versions: 10.2.0.AM3
>         Environment: RHEL7
>            Reporter: Lukáš Valach
>            Assignee: Nick Boldt
>            Priority: Optional
>             Fix For: 11.0.0.GA
>
>         Attachments: opt-rh-list.2.txt, opt-rh-list.2.txt.sh, opt-rh-list.txt, opt-rh-list.txt.sh
>
>
> The rpmlint detects some problems in rpm package:
> {code}
> rpmlint -f ./rpmlint.conf ./rh-eclipse46-devstudio-10.2-0.20161111.1151.el7.x86_64.rpm
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.guava)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.google.inject)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(javax.wsdl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.collections)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.io)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.lang3)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.apache.commons.logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.connector.basic)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.impl)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.spi)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.eclipse.aether.util)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(com.fasterxml.classmate)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.jboss.logging.jboss-logging)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.yaml.snakeyaml)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(slf4j.api)
> rh-eclipse46-devstudio.x86_64: E: useless-provides rh-eclipse46-osgi(org.objectweb.asm)
> 1 packages and 0 specfiles checked; 17 errors, 0 warnings.
> {code}
> There are only important problems in the list above, another errors/warnings were suppressed according to discussion with [~vkadlcik].
> There is configuration of rpmlint filter (rpmlint.conf): 
> {code}
> addFilter("W: ") 				# Warnings can be suppressed
> addFilter("E: dir-or-file-in-opt") 		# False positive
> addFilter("E: devel-dependency")		# False positive
> addFilter("E: explicit-lib-dependency")		# May be improved but is not important for now
> addFilter("E: non-executable-script")		# 99% of these errors are false positive comming from upstream, there is a very small chance to get relevant error
> addFilter("E: wrong-script-interpreter")	# The same as above
> addFilter("E: zero-length")			# The same as above
> {code}
> [~vkadlcik] please correct me if I'm wrong.
> RPMlint test has been automated, you can find it in [jenkins|https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-24379) javaee tests failing for linux, windows and osx
                                
                                
                                
                                    
                                        by Nick Boldt (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBIDE-24379?page=com.atlassian.jira.plugi... ] 
Nick Boldt edited comment on JBIDE-24379 at 7/31/17 1:16 PM:
-------------------------------------------------------------
Latest build shows only a handful of failing tests - I guess these are the ones to disable:
{code}
 org.jboss.tools.cdi.core.test.project.EnableCDISupportForWarTest.testEnableCDISupportWithBeansXml11	1.8 sec	1
 org.jboss.tools.seam.xml.test.SeamXMLModelTest.testDebugAttribute	1.4 sec	1
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	26 ms	3
 org.jboss.tools.seam.core.test.ScannerTest.testSeamProjectObjects	34 ms	1
 org.jboss.tools.seam.core.test.SerializationTest.testCleanBuild	1 sec	3
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	28 ms	238
 org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest.testSeamContextVariable_Component_Rename	3.8 sec	1
 org.jboss.tools.seam.ui.test.wizard.OpenSeamComponentDialogTest.testOpenSeamComponentDialogSearch	7.3 sec	10
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43 63 ms	42
{code}
Worst ones have been failing for 10, 42, or 238 builds!
was (Author: nickboldt):
Latest build shows only a handful of failing tests - I guess these are the ones to disable:
{code}
 org.jboss.tools.cdi.core.test.project.EnableCDISupportForWarTest.testEnableCDISupportWithBeansXml11	1.8 sec	1
 org.jboss.tools.seam.xml.test.SeamXMLModelTest.testDebugAttribute	1.4 sec	1
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	26 ms	3
 org.jboss.tools.seam.core.test.ScannerTest.testSeamProjectObjects	34 ms	1
 org.jboss.tools.seam.core.test.SerializationTest.testCleanBuild	1 sec	3
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	28 ms	238
 org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest.testSeamContextVariable_Component_Rename	3.8 sec	1
 org.jboss.tools.seam.ui.test.wizard.OpenSeamComponentDialogTest.testOpenSeamComponentDialogSearch	7.3 sec	10
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43
{code}
> javaee tests failing for linux, windows and osx
> -----------------------------------------------
>
>                 Key: JBIDE-24379
>                 URL: https://issues.jboss.org/browse/JBIDE-24379
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: batch, jsf, seam2
>    Affects Versions: 4.5.0.AM1
>            Reporter: Nick Boldt
>            Assignee: Dmitrii Bocharov
>            Priority: Blocker
>             Fix For: 4.5.0.Final
>
>         Attachments: javaee-test-failures.png, javaee-test-failures_last_pass_jan26.png, javaee-tests-failing.png, javaee-tests-failing_latest_status_jul5_842am_build269.png, jst.ui.test.log
>
>
> JavaEE tests have been failing for months.
> Please investigate.
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-24379) javaee tests failing for linux, windows and osx
                                
                                
                                
                                    
                                        by Nick Boldt (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBIDE-24379?page=com.atlassian.jira.plugi... ] 
Nick Boldt commented on JBIDE-24379:
------------------------------------
Latest build shows only a handful of failing tests - I guess these are the ones to disable:
{code}
 org.jboss.tools.cdi.core.test.project.EnableCDISupportForWarTest.testEnableCDISupportWithBeansXml11	1.8 sec	1
 org.jboss.tools.seam.xml.test.SeamXMLModelTest.testDebugAttribute	1.4 sec	1
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	26 ms	3
 org.jboss.tools.seam.core.test.ScannerTest.testSeamProjectObjects	34 ms	1
 org.jboss.tools.seam.core.test.SerializationTest.testCleanBuild	1 sec	3
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43	28 ms	238
 org.jboss.tools.seam.core.test.refactoring.SeamContextVariableRefactoringTest.testSeamContextVariable_Component_Rename	3.8 sec	1
 org.jboss.tools.seam.ui.test.wizard.OpenSeamComponentDialogTest.testOpenSeamComponentDialogSearch	7.3 sec	10
 org.jboss.tools.runtime.seam.detector.test.SeamRuntimeDetectionTest.testJBossEap43
{code}
> javaee tests failing for linux, windows and osx
> -----------------------------------------------
>
>                 Key: JBIDE-24379
>                 URL: https://issues.jboss.org/browse/JBIDE-24379
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: batch, jsf, seam2
>    Affects Versions: 4.5.0.AM1
>            Reporter: Nick Boldt
>            Assignee: Dmitrii Bocharov
>            Priority: Blocker
>             Fix For: 4.5.0.Final
>
>         Attachments: javaee-test-failures.png, javaee-test-failures_last_pass_jan26.png, javaee-tests-failing.png, javaee-tests-failing_latest_status_jul5_842am_build269.png, jst.ui.test.log
>
>
> JavaEE tests have been failing for months.
> Please investigate.
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-24774) ClassCastException while creating new Openshift connection
                                
                                
                                
                                    
                                        by Dmitrii Bocharov (JIRA)
                                    
                                
                                
                                        
    [ https://issues.jboss.org/browse/JBIDE-24774?page=com.atlassian.jira.plugi... ] 
Dmitrii Bocharov commented on JBIDE-24774:
------------------------------------------
[~rob.stryker] please, pay attention to Andre's comments here under the not reviewed PR: https://github.com/jbosstools/jbosstools-openshift/pull/1531. And, please, don't merge the fix before the review and testing
> ClassCastException while creating new Openshift connection
> ----------------------------------------------------------
>
>                 Key: JBIDE-24774
>                 URL: https://issues.jboss.org/browse/JBIDE-24774
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>            Reporter: Dmitrii Bocharov
>            Assignee: Rob Stryker
>            Priority: Blocker
>             Fix For: 4.5.0.Final
>
>         Attachments: screencast.webm
>
>
> {code:java}
> java.lang.RuntimeException: java.lang.ClassCastException: org.jboss.tools.openshift.common.core.connection.NewConnectionMarker cannot be cast to org.jboss.tools.openshift.core.connection.Connection
> 	at org.eclipse.core.internal.databinding.beans.BeanPropertyHelper.readProperty(BeanPropertyHelper.java:102)
> 	at org.eclipse.core.internal.databinding.beans.BeanValueProperty.doGetValue(BeanValueProperty.java:49)
> 	at org.eclipse.core.databinding.property.value.ValueProperty.getValue(ValueProperty.java:62)
> 	at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.notifyIfChanged(SimplePropertyObservableValue.java:121)
> 	at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doGetValue(SimplePropertyObservableValue.java:102)
> 	at org.eclipse.core.databinding.observable.value.AbstractObservableValue.getValue(AbstractObservableValue.java:88)
> 	at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.getValue(DecoratingObservableValue.java:109)
> 	at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.getValue(DecoratingObservableValue.java:109)
> 	at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:169)
> 	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:149)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> 	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:153)
> 	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:171)
> 	at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:162)
> 	at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127)
> 	at org.eclipse.core.databinding.DataBindingContext.updateTargets(DataBindingContext.java:464)
> 	at org.jboss.tools.common.ui.WizardUtils.runInWizard(WizardUtils.java:216)
> 	at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizardPage.connect(ConnectionWizardPage.java:385)
> 	at org.jboss.tools.openshift.internal.common.ui.connection.ConnectionWizard.performFinish(ConnectionWizard.java:77)
> 	at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:778)
> 	at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:417)
> 	at org.eclipse.jface.dialogs.Dialog.lambda$0(Dialog.java:619)
> 	at org.eclipse.swt.events.SelectionListener$1.widgetSelected(SelectionListener.java:81)
> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5252)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> 	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4522)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4107)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
> 	at org.eclipse.jface.window.Window.open(Window.java:794)
> 	at org.jboss.tools.openshift.internal.common.ui.explorer.OpenShiftExplorerView$2.widgetSelected(OpenShiftExplorerView.java:140)
> 	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
> 	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
> 	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5252)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
> 	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1374)
> 	at org.eclipse.swt.widgets.Widget.sendSelectionEvent(Widget.java:1488)
> 	at org.eclipse.swt.widgets.Link.gtk_button_release_event(Link.java:384)
> 	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1956)
> 	at org.eclipse.swt.widgets.Control.windowProc(Control.java:6168)
> 	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5512)
> 	at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method)
> 	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9251)
> 	at org.eclipse.swt.widgets.Display.eventProc(Display.java:1252)
> 	at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
> 	at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2110)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4105)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> 	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1044)
> 	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
> 	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
> 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.refle
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [JBoss JIRA] (JBIDE-24782) When creating an app, source resource path should be computed relatively to Git repo root
                                
                                
                                
                                    
                                        by Mickael Istria (JIRA)
                                    
                                
                                
                                        Mickael Istria created JBIDE-24782:
--------------------------------------
             Summary: When creating an app, source resource path should be computed relatively to Git repo root
                 Key: JBIDE-24782
                 URL: https://issues.jboss.org/browse/JBIDE-24782
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: openshift
            Reporter: Mickael Istria
When creating an OpenShift application with the OpenShift wizard and associating a Java project, I get asked for a source path. The default value is `app`. I would expect it, in case the project is under a Git repository, to automatically pre-set it to the relative path of the project in the Git repo, which is the most probable good value we can infer.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
                                
                         
                        
                                
                                8 years, 3 months