[JBoss JIRA] (JBIDE-18820) define how to handle ide.properties and avoid parent pom to always change
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18820?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-18820:
--------------------------------------
Assignee: Nick Boldt
> define how to handle ide.properties and avoid parent pom to always change
> -------------------------------------------------------------------------
>
> Key: JBIDE-18820
> URL: https://issues.jboss.org/browse/JBIDE-18820
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: build
> Reporter: Max Rydahl Andersen
> Assignee: Nick Boldt
> Fix For: 4.3.0.Alpha1
>
>
> As illustrated in JBIDE-18806 our current setup of how ide.properties and project versioning are not working or at least we seem to not get it updated right.
> Current workaround applied is that parent pom now again defines the global version even though this is not reliable at all since not all plugins will be rebuilt. (see JBIDE-13452 for earlier attempts on this)
> Opening this jira to make sure we walkthrough and write down which values should be in ide.properties and what level (4.2.0.CR1, 4.2.0 or 4.2. etc), when they get updated (hopefully rarely) and how to avoid parent pom from always having to respin because of a maintanence release.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-18820) define how to handle ide.properties and avoid parent pom to always change
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18820?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-18820:
-----------------------------------
Fix Version/s: 4.3.0.Alpha1
> define how to handle ide.properties and avoid parent pom to always change
> -------------------------------------------------------------------------
>
> Key: JBIDE-18820
> URL: https://issues.jboss.org/browse/JBIDE-18820
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: build
> Reporter: Max Rydahl Andersen
> Fix For: 4.3.0.Alpha1
>
>
> As illustrated in JBIDE-18806 our current setup of how ide.properties and project versioning are not working or at least we seem to not get it updated right.
> Current workaround applied is that parent pom now again defines the global version even though this is not reliable at all since not all plugins will be rebuilt. (see JBIDE-13452 for earlier attempts on this)
> Opening this jira to make sure we walkthrough and write down which values should be in ide.properties and what level (4.2.0.CR1, 4.2.0 or 4.2. etc), when they get updated (hopefully rarely) and how to avoid parent pom from always having to respin because of a maintanence release.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-13835) Improve publish script (split? Move to maven?)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13835?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13835:
------------------------------------
We can hope, but we will be full of fail. We cannot put the EAP bundled installers on ds.rh.com. So we have two choices:
a) publish everything BUT the EAP bundles (rsync with --exclude)
b) publish only the update sites, and leave all the builds/ on www.qa
But there's no way the publish script can do the same for JBT and JBDS. At least we can make the URL patterns more consistent.
> Improve publish script (split? Move to maven?)
> ----------------------------------------------
>
> Key: JBIDE-13835
> URL: https://issues.jboss.org/browse/JBIDE-13835
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Fix For: 4.1.x, 4.2.x
>
>
> Publish script deals with a lot of different and not-always-related things. It makes it difficult to maintain it. We should think about some improvements such as
> * different conventions from different stream
> * components vs aggregate
> * devstudio vs jbosstools.
> Or,
> * Make publishing part of a "mvn deploy" step.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-18460) 'Add type to deployment' quickfix doesn't work with abstract classes
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18460?page=com.atlassian.jira.plugi... ]
Snjezana Peco updated JBIDE-18460:
----------------------------------
Fix Version/s: (was: 4.2.1.Final)
> 'Add type to deployment' quickfix doesn't work with abstract classes
> --------------------------------------------------------------------
>
> Key: JBIDE-18460
> URL: https://issues.jboss.org/browse/JBIDE-18460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.2.0.CR1
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
> Fix For: 4.3.0.Alpha1
>
>
> Steps to reproduce:
> - create an abstract Arquillian JUnit test with a deployment method
> - create an Arquillian JUnit test extending the previous created abstract class
> - add a type not included in the deployment method to the test created in the step 2
> The "Type is not included in any deployment" marker will be created properly
> - call the "Add type to deployment" quickfix
> You will get the "Cannot find a deployment method" dialog.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-18460) 'Add type to deployment' quickfix doesn't work with abstract classes
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18460?page=com.atlassian.jira.plugi... ]
Snjezana Peco reassigned JBIDE-18460:
-------------------------------------
Assignee: Snjezana Peco
> 'Add type to deployment' quickfix doesn't work with abstract classes
> --------------------------------------------------------------------
>
> Key: JBIDE-18460
> URL: https://issues.jboss.org/browse/JBIDE-18460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.2.0.CR1
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
> Fix For: 4.2.1.Final, 4.3.0.Alpha1
>
>
> Steps to reproduce:
> - create an abstract Arquillian JUnit test with a deployment method
> - create an Arquillian JUnit test extending the previous created abstract class
> - add a type not included in the deployment method to the test created in the step 2
> The "Type is not included in any deployment" marker will be created properly
> - call the "Add type to deployment" quickfix
> You will get the "Cannot find a deployment method" dialog.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months