[JBoss JIRA] (JBIDE-20249) compile failed in server (jmx)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20249?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20249:
-------------------------------
Fix Version/s: 4.3.0.Beta2
> compile failed in server (jmx)
> ------------------------------
>
> Key: JBIDE-20249
> URL: https://issues.jboss.org/browse/JBIDE-20249
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx, server
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> After this:
> https://github.com/jbosstools/jbosstools-server/commit/090b7b3dc20a0aa45a...
> You get this:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-server_master/808/consoleText}
> 09:59:09 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.jmx.ui: Compilation failure: Compilation failure:
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[49]
> 09:59:09 [ERROR] import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState;
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] The import org.jboss.tools.jmx.ui.internal.actions.RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[206]
> 09:59:09 [ERROR] TreePath[] treePaths = RefreshActionState.getDefault().getExpansion(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/views/navigator/MBeanExplorerContentProvider.java:[207]
> 09:59:09 [ERROR] ISelection sel = RefreshActionState.getDefault().getSelection(w);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[102]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setSelection(wrapper, sel);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/jmx/plugins/org.jboss.tools.jmx.ui/src/org/jboss/tools/jmx/ui/internal/actions/RefreshAction.java:[103]
> 09:59:09 [ERROR] RefreshActionState.getDefault().setExpansion(wrapper, paths);
> 09:59:09 [ERROR] ^^^^^^^^^^^^^^^^^^
> 09:59:09 [ERROR] RefreshActionState cannot be resolved
> 09:59:09 [ERROR] 5 problems (5 errors)
> {code}
> !http://memegenerator.net/instance2/662763!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-20248:
------------------------------------
BTW, you have a method called "setAnnoation" ... maybe that should be refactored to setAnnotation ?
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-20248
> URL: https://issues.jboss.org/browse/JBIDE-20248
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Jeff Cantrill
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> This happened:
> https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
> Then this happened:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
> [ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
> [ERROR] ^^^^
> [ERROR] The method stub(String, String) is undefined for the type IResourceFactory
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
> [ERROR] project.setDescription(getDescription());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDescription(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
> [ERROR] project.setDisplayName(getDisplayName());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDisplayName(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
> [ERROR] return object.getDescription();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getDescription() is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
> [ERROR] public void setAnnoation(String key, String value) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
> [ERROR] 5 problems (5 errors)
> {code}
> Please fix this and kick a new build to get the job back to blue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20248:
-------------------------------
Priority: Blocker (was: Major)
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-20248
> URL: https://issues.jboss.org/browse/JBIDE-20248
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Jeff Cantrill
> Priority: Blocker
> Fix For: 4.3.0.Beta2
>
>
> This happened:
> https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
> Then this happened:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
> [ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
> [ERROR] ^^^^
> [ERROR] The method stub(String, String) is undefined for the type IResourceFactory
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
> [ERROR] project.setDescription(getDescription());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDescription(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
> [ERROR] project.setDisplayName(getDisplayName());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDisplayName(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
> [ERROR] return object.getDescription();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getDescription() is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
> [ERROR] public void setAnnoation(String key, String value) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
> [ERROR] 5 problems (5 errors)
> {code}
> Please fix this and kick a new build to get the job back to blue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20248?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-20248:
-------------------------------
Description:
This happened:
https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
Then this happened:
{code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
[ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
[ERROR] ^^^^
[ERROR] The method stub(String, String) is undefined for the type IResourceFactory
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
[ERROR] project.setDescription(getDescription());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDescription(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
[ERROR] project.setDisplayName(getDisplayName());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDisplayName(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
[ERROR] return object.getDescription();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getDescription() is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
[ERROR] public void setAnnoation(String key, String value) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
[ERROR] 5 problems (5 errors)
{code}
Please fix this and kick a new build to get the job back to blue.
was:
This happened:
https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
Then this happened:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
[ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
[ERROR] ^^^^
[ERROR] The method stub(String, String) is undefined for the type IResourceFactory
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
[ERROR] project.setDescription(getDescription());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDescription(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
[ERROR] project.setDisplayName(getDisplayName());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDisplayName(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
[ERROR] return object.getDescription();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getDescription() is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
[ERROR] public void setAnnoation(String key, String value) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
[ERROR] 5 problems (5 errors)
{code}
> compile failed in openshift
> ---------------------------
>
> Key: JBIDE-20248
> URL: https://issues.jboss.org/browse/JBIDE-20248
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.Beta2
> Reporter: Nick Boldt
> Assignee: Jeff Cantrill
> Fix For: 4.3.0.Beta2
>
>
> This happened:
> https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
> Then this happened:
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Master/job/jbosstools-openshift_master/869/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
> [ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
> [ERROR] ^^^^
> [ERROR] The method stub(String, String) is undefined for the type IResourceFactory
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
> [ERROR] project.setDescription(getDescription());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDescription(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
> [ERROR] project.setDisplayName(getDisplayName());
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method setDisplayName(String) is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
> [ERROR] return object.getDescription();
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getDescription() is undefined for the type IProject
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
> [ERROR] public void setAnnoation(String key, String value) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
> [ERROR] 5 problems (5 errors)
> {code}
> Please fix this and kick a new build to get the job back to blue.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20248) compile failed in openshift
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-20248:
----------------------------------
Summary: compile failed in openshift
Key: JBIDE-20248
URL: https://issues.jboss.org/browse/JBIDE-20248
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta2
Reporter: Nick Boldt
Assignee: Jeff Cantrill
Fix For: 4.3.0.Beta2
This happened:
https://github.com/jbosstools/jbosstools-openshift/commit/08206fefb9beb06...
Then this happened:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.jboss.tools.openshift.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[52]
[ERROR] IProject project = connection.getResourceFactory().stub(ResourceKind.PROJECT, getProjectName());
[ERROR] ^^^^
[ERROR] The method stub(String, String) is undefined for the type IResourceFactory
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[53]
[ERROR] project.setDescription(getDescription());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDescription(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/NewProjectWizardModel.java:[54]
[ERROR] project.setDisplayName(getDisplayName());
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method setDisplayName(String) is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/project/ManageProjectsWizardPage.java:[223]
[ERROR] return object.getDescription();
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getDescription() is undefined for the type IProject
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-openshift_master/sources/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/wizard/application/TemplateListPage.java:[472]
[ERROR] public void setAnnoation(String key, String value) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method setAnnoation(String, String) of type TemplateListPage.TemplateNode must override or implement a supertype method
[ERROR] 5 problems (5 errors)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20071) Allow deploying exploded jars to war/WEB-INF/lib
by Vsevolod Golovanov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20071?page=com.atlassian.jira.plugi... ]
Vsevolod Golovanov commented on JBIDE-20071:
--------------------------------------------
I've linked a pull request.
It makes Webfragments and EJBs in WARs deploy exploded. EJBs in WARs too, because the preference should be to deploy everything exploded, and there is no reason anymore to make such an exception.
I've verified that the change works, and that there are no test failures.
The ones that still deploy packaged are Utility JARs (there is the JBIDE-15250 devoted to them) and Application Clients (not sure if something needs to be done about them).
> Allow deploying exploded jars to war/WEB-INF/lib
> ------------------------------------------------
>
> Key: JBIDE-20071
> URL: https://issues.jboss.org/browse/JBIDE-20071
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.2.3.Final
> Environment: JBoss Developer Studio 8.1.0.GA
> Reporter: Vsevolod Golovanov
>
> There were JBIDE-10318, JBIDE-9836 before. They were pretty strict in that deploying expoded JARs in WAR/WEB-INF/lib is not allowed for some reason. The only actual reason seemed to be that the server at the time refused to deploy such structure. Maybe the server was in the wrong? This was fixed in AS7-4704.
> Now with Wildfly 8.2.0.Final exploded JARs in WAR/WEB-INF/lib deploy correctly, at least Weld, EJB, JSF seem to work fine.
> The main use case for this is creating a modular web application, with different parts implemented in separate projects. Hot deploying of resources, such as Facelets' XHTMLs, is crucial for development. So the JARs need to be exploded.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (JBIDE-20141) Define which vanity URLs to use for publishing JBT/JBDS nightlies & dev sites
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20141?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-20141:
------------------------------------
After call yesterday w/ Max, I have 3 TODOs:
* @nick to publish discovery sites into /mars/snapshots/updates/discovery.*
* @nick to /updates/snapshots/mars/ look like /updates/development/mars
* @nick http://download.jboss.org/jbosstools/mars/development/updates/discovery.c... composite*.xml to be removed
> Define which vanity URLs to use for publishing JBT/JBDS nightlies & dev sites
> -----------------------------------------------------------------------------
>
> Key: JBIDE-20141
> URL: https://issues.jboss.org/browse/JBIDE-20141
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.3.0.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.0.Beta2
>
>
> Today, we produce a lot of artifacts w/ every CI (snapshot), staging, development, & stable build.
> But sometimes, finding these artifacts can be a daunting task.
> Below are some URLs where things can be found.
> *CI builds / SNAPSHOTS / nightlies*
> * http://download.jboss.org/jbosstools/updates/nightly/master/ -> ../../mars/snapshots/builds/jbosstools-discovery.central_master/latest/all/repo/ (composite of Core + Central, *OLD URL PATTERN*)
> * http://download.jboss.org/jbosstools/updates/nightly/mars -> ../../mars/snapshots/builds/jbosstools-discovery.central_master/latest/all/repo/ (composite of Core + Central, *OLD URL PATTERN*)
> * http://download.jboss.org/jbosstools/mars/nightly/updates/ -> ../../mars/snapshots/builds/jbosstools-discovery.central_master/latest/all/repo/ (composite of Core + Central)
> * http://download.jboss.org/jbosstools/mars/snapshots/updates/ (individual projects' update sites)
> ** http://download.jboss.org/jbosstools/mars/snapshots/updates/core/master/
> ** http://download.jboss.org/jbosstools/mars/snapshots/updates/core/4.3.mars/
> ** http://download.jboss.org/jbosstools/mars/snapshots/updates/webtools/master/
> ** http://download.jboss.org/jbosstools/mars/snapshots/updates/webtools/4.3....
> ** ..
> * http://download.jboss.org/jbosstools/mars/snapshots/builds/ (individual timestamped CI builds)
> *Staging Sites*
> * http://download.jboss.org/jbosstools/mars/staging/builds/
> * http://download.jboss.org/jbosstools/mars/staging/updates/
> *Development Milestones*
> * http://download.jboss.org/jbosstools/updates/development/mars/ -> ../../mars/development/updates/ (*OLD URL PATTERN*)
> * http://download.jboss.org/jbosstools/mars/development/updates/ (composites & content that isn't *static*)
> * http://download.jboss.org/jbosstools/static/mars/development/updates/ (actual update sites, moved here for Akamai performance)
> ----
> For JBDS, we follow the same pattern as above but use https://devstudio.redhat.com/9.0/ instead of http://download.jboss.org/jbosstools/mars/ ... but we also have a /builds/installer/ folder because the public JBDS site now includes the standalone installer:
> * https://devstudio.redhat.com/9.0/development/builds/installer/
> Also, for JBDS we don't have to differentiate between /static/ and non-static content, since Akamai set up the entire server to be mirrored to their servers.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months