[JBoss JIRA] (JBDS-2630) include org.eclipse.jst.server_adapters.ext.feature in JBDS instead of org.eclipse.jst.server.websphere.core plugin since plugin no longer exists in WTP 3.5M7
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2630?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2630:
-----------------------------
Description:
Looks like org.eclipse.jst.server.websphere.core_1.0.302.v20080620.jar was removed from WTP after 3.5M6 [0,1]
It used to be part of org.eclipse.jst.server_adapters.ext.feature_3.3.103.v20130312_1615-67CFHvBgJ9Bc9WGMFHKI8.jar
So, I propose we include org.eclipse.jst.server_adapters.ext.feature in com.jboss.jbds.product.feature/feature.xml [2] instead of an itemized list of server adapter plugins.
[0] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
[1] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
[2] https://svn.jboss.org/repos/devstudio/trunk/product/features/com.jboss.jb...
--
Currently, JBDS product feature includes these server adapter plugins & features:
{code}
<import plugin="org.eclipse.jst.server.tomcat.core"/>
<import plugin="org.eclipse.jst.server.tomcat.ui"/>
<import plugin="org.eclipse.jst.server.websphere.core"/>
<import plugin="org.eclipse.jst.server.generic.jonas"/>
<import feature="org.eclipse.jst.server_ui.feature"/>
<import feature="org.eclipse.jst.server_adapters.feature"/>
{code}
And the M7 version of the server_adapters.ext.feature includes these:
{code}
<plugin id="org.eclipse.jst.server.tomcat.core"/>
<plugin id="org.eclipse.jst.server.tomcat.ui"/>
<plugin id="org.eclipse.jst.server.websphere.core"/>
<plugin id="org.eclipse.jst.server.generic.jboss"/>
<plugin id="org.eclipse.jst.server.generic.jonas"/>
{code}
So this change would remove the missing websphere.core plugin in favour of the generic.jboss plugin.
Also wondering if we should include org.eclipse.jst.server_core.feature in addition to org.eclipse.jst.server_ui.feature, which would bring in these two extra plugins:
{code}
<plugin id="org.eclipse.jst.server.core"/>
<plugin id="org.eclipse.jst.server.generic.core"/>
{code}
[~rob.stryker] WDYT?
was:
Looks like org.eclipse.jst.server.websphere.core_1.0.302.v20080620.jar was removed from WTP after 3.5M6 [0,1]
It used to be part of org.eclipse.jst.server_adapters.ext.feature_3.3.103.v20130312_1615-67CFHvBgJ9Bc9WGMFHKI8.jar
So, I propose we include org.eclipse.jst.server_adapters.ext.feature in com.jboss.jbds.product.feature/feature.xml [2] instead of an itemized list of server adapter plugins.
[~rob.stryker] WDYT?
[0] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
[1] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
[2] https://svn.jboss.org/repos/devstudio/trunk/product/features/com.jboss.jb...
> include org.eclipse.jst.server_adapters.ext.feature in JBDS instead of org.eclipse.jst.server.websphere.core plugin since plugin no longer exists in WTP 3.5M7
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBDS-2630
> URL: https://issues.jboss.org/browse/JBDS-2630
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: P2 Enabled Product
> Affects Versions: 7.0.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.0.0.Beta1
>
>
> Looks like org.eclipse.jst.server.websphere.core_1.0.302.v20080620.jar was removed from WTP after 3.5M6 [0,1]
> It used to be part of org.eclipse.jst.server_adapters.ext.feature_3.3.103.v20130312_1615-67CFHvBgJ9Bc9WGMFHKI8.jar
> So, I propose we include org.eclipse.jst.server_adapters.ext.feature in com.jboss.jbds.product.feature/feature.xml [2] instead of an itemized list of server adapter plugins.
> [0] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
> [1] http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.5....
> [2] https://svn.jboss.org/repos/devstudio/trunk/product/features/com.jboss.jb...
> --
> Currently, JBDS product feature includes these server adapter plugins & features:
> {code}
> <import plugin="org.eclipse.jst.server.tomcat.core"/>
> <import plugin="org.eclipse.jst.server.tomcat.ui"/>
> <import plugin="org.eclipse.jst.server.websphere.core"/>
> <import plugin="org.eclipse.jst.server.generic.jonas"/>
> <import feature="org.eclipse.jst.server_ui.feature"/>
> <import feature="org.eclipse.jst.server_adapters.feature"/>
> {code}
> And the M7 version of the server_adapters.ext.feature includes these:
> {code}
> <plugin id="org.eclipse.jst.server.tomcat.core"/>
> <plugin id="org.eclipse.jst.server.tomcat.ui"/>
> <plugin id="org.eclipse.jst.server.websphere.core"/>
> <plugin id="org.eclipse.jst.server.generic.jboss"/>
> <plugin id="org.eclipse.jst.server.generic.jonas"/>
> {code}
> So this change would remove the missing websphere.core plugin in favour of the generic.jboss plugin.
> Also wondering if we should include org.eclipse.jst.server_core.feature in addition to org.eclipse.jst.server_ui.feature, which would bring in these two extra plugins:
> {code}
> <plugin id="org.eclipse.jst.server.core"/>
> <plugin id="org.eclipse.jst.server.generic.core"/>
> {code}
> [~rob.stryker] WDYT?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-14421) Conficting Birt for Kepler M7 and JEE bundle
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14421?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-14421:
------------------------------------
[~snjeza] Should we remove the birt chart wtp integration feature from the TP?
https://github.com/jbosstools/jbosstools-target-platforms/blob/4.30.x/jbo...
> Conficting Birt for Kepler M7 and JEE bundle
> --------------------------------------------
>
> Key: JBIDE-14421
> URL: https://issues.jboss.org/browse/JBIDE-14421
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: target-platform
> Affects Versions: 4.1.0.Beta1
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta1
>
> Attachments: JBT4.1Beta1-installed-with-o.j.t.birt.feature-into-Eclipse4.3M7.png
>
>
> Dependency resolution in target platform fails because of a conflict between Birt and JST:
> {quote}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> [ERROR] Missing requirement: org.eclipse.wst.ws_ui.feature.feature.group 3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL requires 'org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]' but it could not be found
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612 depends on: org.eclipse.jst.web_ui.feature.feature.group 3.1.0
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgi_3_iP75rjOs9WPy-5VkAg depends on: org.eclipse.jst.web_core.feature.feature.group [3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgjb-_fhALqUqcxTpwxR8dsR depends on: org.eclipse.wst.ws_ui.feature.feature.group [3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL]
> {quote}
> To highlight the specificity of this issue:
> {quote}
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> ...
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> ...
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-14421) Conficting Birt for Kepler M7 and JEE bundle
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14421?page=com.atlassian.jira.plugi... ]
Nick Boldt resolved JBIDE-14421.
--------------------------------
Resolution: Done
Build is blue again https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS... >=441.
> Conficting Birt for Kepler M7 and JEE bundle
> --------------------------------------------
>
> Key: JBIDE-14421
> URL: https://issues.jboss.org/browse/JBIDE-14421
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: target-platform
> Affects Versions: 4.1.0.Beta1
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta1
>
> Attachments: JBT4.1Beta1-installed-with-o.j.t.birt.feature-into-Eclipse4.3M7.png
>
>
> Dependency resolution in target platform fails because of a conflict between Birt and JST:
> {quote}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> [ERROR] Missing requirement: org.eclipse.wst.ws_ui.feature.feature.group 3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL requires 'org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]' but it could not be found
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612 depends on: org.eclipse.jst.web_ui.feature.feature.group 3.1.0
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgi_3_iP75rjOs9WPy-5VkAg depends on: org.eclipse.jst.web_core.feature.feature.group [3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgjb-_fhALqUqcxTpwxR8dsR depends on: org.eclipse.wst.ws_ui.feature.feature.group [3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL]
> {quote}
> To highlight the specificity of this issue:
> {quote}
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> ...
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> ...
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBDS-2548) Add com.google.gdt.eclipse.suite.e42.feature to JBDS target platform to make building simpler
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2548?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-2548.
------------------------------
Resolution: Done
GDT is now in the JBDS TP.
> Add com.google.gdt.eclipse.suite.e42.feature to JBDS target platform to make building simpler
> ---------------------------------------------------------------------------------------------
>
> Key: JBDS-2548
> URL: https://issues.jboss.org/browse/JBDS-2548
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, Build, updatesite
> Affects Versions: 7.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.0.0.Beta1
>
>
> Discovered while documenting limitations & build instructions in JBDS-2456 that if we add com.google.gdt.eclipse.suite.e42.feature to the JBDS "multiple" target platform (or equivalently, if we we build using _mvn clean install -Punified.target -Dtpc.group=jbosstools_), we no longer need to include the *-Pjboss-requirements-composite-extras-mirror* profile to build JBDS, and can therefore build more simply like this:
> {code}mvn clean install -Pmaximum,multiple.target{code}
> So, I propose we add *com.google.gdt.eclipse.suite.e42.feature* to the JBDS TP so as to make building easier. The reason it's required is this dependency chain:
> *com.jboss.jbds.site.product* depends on *org.jboss.tools.maven.gwt* depends on bundle *com.google.gwt.eclipse.core* which is included in *com.google.gdt.eclipse.suite.e42.feature*.
> If you currently try to build using the JBDS TP and omit the *-Pjboss-requirements-composite-extras-mirror* profile flag, you get this:
> {code}
> [ERROR] Software being installed: com.jboss.jbds.site.product raw:7.0.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):7.0.0-SNAPSHOT
> [ERROR] Missing requirement: org.jboss.tools.maven.gwt 1.5.0.Alpha2-v20130412-2122-B29 requires 'bundle com.google.gwt.eclipse.core 2.5.0' but it could not be found
> {code}
> We could even go a step further and set multiple & maximum as defaults in the JBDS product root pom, so that a build need only be invoked with _mvn clean install_.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-12972) Add FestAssert to the TP
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12972?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-12972:
------------------------------------
FYI: New process for adding things to TP: https://github.com/maxandersen/jbosstools-target-platforms/blob/tp_proces...
> Add FestAssert to the TP
> ------------------------
>
> Key: JBIDE-12972
> URL: https://issues.jboss.org/browse/JBIDE-12972
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Build/Releng
> Affects Versions: 4.0.0.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.1.0.Beta2
>
>
> It would be great if we could use in our tests. We would have to add it to our target platform (TP) for our plugins to use it.
> Reason: FestAssert provides us with a Fluent API to write test assertions.
> License and owner: Apache License 2.0 / http://code.google.com/p/fest/
> Original repository: (not an Eclipse bundle yet). Source and binaries available on Maven (https://repository.jboss.org/nexus/content/groups/public/org/easytesting/... and https://repository.jboss.org/nexus/content/groups/public/org/easytesting/...)
> JBoss Mirrored repository: http://downloads.jboss.org/jbosstools/updates/requirements/fest-assert ?
> Source: https://github.com/alexruiz/fest-assert-1.x
> Affected projects: LiveReload for now, JAX-RS in the future
> Required in devstudio: No for now (if LiveReload is considered incubation)
> Type of dependency: testing
> List of bundles added/removed: fest-assert, fest-util
> Fest-assert provides a fluent API to perform asertions in JUnit tests. It is also nice to use when the objects to tests are collections.
> To convince you of the interest of fest-assert, here are a few syntax examples:
> - In LiveReload-test plugin:
> {code}
> assertThat(new String(modifiedContent)).doesNotContain(addition + "</body>");
> {code}
> - a more complete example of usage in openShift-java-client (not an Eclipse plugin, though, but it gives an idea of the chained assertions that can be performed)
> {code}
> assertThat(new GearGroupsAssert(gearGroups))
> .assertGroup(0).hasUUID().hasGears()
> .assertGear(0).hasId().hasState();
> {code}
> - in case of assertion failure on such a statement:
> {code}
> Assertions.assertThat(commands).hasSize(2);
> {code}
> the exception message will look like this:
> {code}
> java.lang.AssertionError: expected size:<2> but was:<1> for <['{"command":"reload","path":null,"liveCSS":true}']>
> at org.fest.assertions.Fail.failure(Fail.java:228)
> at org.fest.assertions.Assert.failure(Assert.java:149)
> at org.fest.assertions.GroupAssert.hasSize(GroupAssert.java:89)
> at org.jboss.tools.livereload.internal.service.LiveReloadCommandGeneratorTestCase.shouldGenerateCommandForIndexHtmlFileAfterSingleChange(LiveReloadCommandGeneratorTestCase.java:45)
> at ...
> {code}
> See more examples here: http://code.google.com/p/fest/#Fluent_Assertions
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month
[JBoss JIRA] (JBIDE-14421) Conficting Birt for Kepler M7 and JEE bundle
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14421?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-14421:
------------------------------------
Ah, I see [~mickael_istria] removed it from the TP. I've added it back, and also have re-mirrored BIRT so it doesn't include any WTP stuff, any new packed artifacts, or new metadata.
Respinnning now:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstoolstargetplat... >=96
> Conficting Birt for Kepler M7 and JEE bundle
> --------------------------------------------
>
> Key: JBIDE-14421
> URL: https://issues.jboss.org/browse/JBIDE-14421
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: target-platform
> Affects Versions: 4.1.0.Beta1
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.1.0.Beta1
>
> Attachments: JBT4.1Beta1-installed-with-o.j.t.birt.feature-into-Eclipse4.3M7.png
>
>
> Dependency resolution in target platform fails because of a conflict between Birt and JST:
> {quote}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> [ERROR] Missing requirement: org.eclipse.wst.ws_ui.feature.feature.group 3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL requires 'org.eclipse.wst.xml_ui.feature.feature.group [3.5.0.v201301022000-7H7IFisDxumVt037ridXmTt0LZaO8hpKpRz-T4SU]' but it could not be found
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.birt.chart.integration.wtp.feature.group 4.3.0.v20130507-1501-5117w3124161802612 depends on: org.eclipse.jst.web_ui.feature.feature.group 3.1.0
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgi_3_iP75rjOs9WPy-5VkAg depends on: org.eclipse.jst.web_core.feature.feature.group [3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877]
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_ui.feature.feature.group 3.5.0.v201303132100-7F7GFUGC27SvlcDqtgjb-_fhALqUqcxTpwxR8dsR depends on: org.eclipse.wst.ws_ui.feature.feature.group [3.5.0.v201303130455-7I7EFkYEtEo_L098-I7p2E7P2ryR5_y5VhjP9iqL]
> {quote}
> To highlight the specificity of this issue:
> {quote}
> [ERROR] Software being installed: org.eclipse.jst.jee 1.0.600.v201305070100
> ...
> [ERROR] Only one of the following can be installed at once: [org.eclipse.jst.jee 1.0.600.v201305070100, org.eclipse.jst.jee 1.0.600.v201303142300]
> ...
> [ERROR] Cannot satisfy dependency: org.eclipse.jst.web_core.feature.feature.group 3.5.0.v201303132100-7Q7GGb8FE9LeBTMB1mgtJe1k1xz00tJ533877 depends on: org.eclipse.jst.jee [1.0.600.v201303142300]
> {quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 1 month