[JBoss JIRA] (JBIDE-16335) Replace hard-coded cartridge names with openshift-java-client constants
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-16335:
----------------------------------------
Summary: Replace hard-coded cartridge names with openshift-java-client constants
Key: JBIDE-16335
URL: https://issues.jboss.org/browse/JBIDE-16335
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.2.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.2.0.Alpha2
EmbedCartridgeStrategy, the class that is responsible for the requirements when selecting embeddable cartridges, is using plain-text cartridge names where it could use openshift-java-client constants.
We should clean this up.
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Slawa Giterman (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Slawa Giterman updated JBIDE-16334:
-----------------------------------
Description:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$\{basedir\}/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property *warSrcDir*. This file has also another property, *lastWarOutDir* which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
{code}lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp{code}
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
was:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$\{basedir\}/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
{code}lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp{code}
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
> GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
> ---------------------------------------------------------------------
>
> Key: JBIDE-16334
> URL: https://issues.jboss.org/browse/JBIDE-16334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: gwt
> Affects Versions: 4.1.0.Final
> Environment: Eclipse Kepler
> m2e 1.2
> m2e-wtp 1.0.1
> Google Plugin for Eclipse 3.4.2
> JBoss Maven GWT Configurator 1.5.4
> Reporter: Slawa Giterman
>
> Hello,
> I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
> My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$\{basedir\}/WebContent</warSourceDirectory>).
> The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
> It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property *warSrcDir*. This file has also another property, *lastWarOutDir* which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
> Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
> {code}lastWarOutDir=/applicationserver/WebContent
> warSrcDir=src/main/webapp{code}
> So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Slawa Giterman (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Slawa Giterman updated JBIDE-16334:
-----------------------------------
Description:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$\{basedir\}/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
{code}lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp{code}
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
was:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
{code}lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp{code}
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
> GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
> ---------------------------------------------------------------------
>
> Key: JBIDE-16334
> URL: https://issues.jboss.org/browse/JBIDE-16334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: gwt
> Affects Versions: 4.1.0.Final
> Environment: Eclipse Kepler
> m2e 1.2
> m2e-wtp 1.0.1
> Google Plugin for Eclipse 3.4.2
> JBoss Maven GWT Configurator 1.5.4
> Reporter: Slawa Giterman
>
> Hello,
> I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
> My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$\{basedir\}/WebContent</warSourceDirectory>).
> The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
> It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
> Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
> {code}lastWarOutDir=/applicationserver/WebContent
> warSrcDir=src/main/webapp{code}
> So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Slawa Giterman (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Slawa Giterman updated JBIDE-16334:
-----------------------------------
Description:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
{code}lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp{code}
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
was:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
> GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
> ---------------------------------------------------------------------
>
> Key: JBIDE-16334
> URL: https://issues.jboss.org/browse/JBIDE-16334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: gwt
> Affects Versions: 4.1.0.Final
> Environment: Eclipse Kepler
> m2e 1.2
> m2e-wtp 1.0.1
> Google Plugin for Eclipse 3.4.2
> JBoss Maven GWT Configurator 1.5.4
> Reporter: Slawa Giterman
>
> Hello,
> I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
> My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
> The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
> It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
> Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
> {code}lastWarOutDir=/applicationserver/WebContent
> warSrcDir=src/main/webapp{code}
> So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Slawa Giterman (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Slawa Giterman updated JBIDE-16334:
-----------------------------------
Description:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
was:
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>${basedir}/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
> GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
> ---------------------------------------------------------------------
>
> Key: JBIDE-16334
> URL: https://issues.jboss.org/browse/JBIDE-16334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: gwt
> Affects Versions: 4.1.0.Final
> Environment: Eclipse Kepler
> m2e 1.2
> m2e-wtp 1.0.1
> Google Plugin for Eclipse 3.4.2
> JBoss Maven GWT Configurator 1.5.4
> Reporter: Slawa Giterman
>
> Hello,
> I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
> My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>$basedir/WebContent</warSourceDirectory>).
> The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
> It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
> Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
> lastWarOutDir=/applicationserver/WebContent
> warSrcDir=src/main/webapp
> So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Slawa Giterman (JIRA)
Slawa Giterman created JBIDE-16334:
--------------------------------------
Summary: GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
Key: JBIDE-16334
URL: https://issues.jboss.org/browse/JBIDE-16334
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: gwt
Affects Versions: 4.1.0.Final
Environment: Eclipse Kepler
m2e 1.2
m2e-wtp 1.0.1
Google Plugin for Eclipse 3.4.2
JBoss Maven GWT Configurator 1.5.4
Reporter: Slawa Giterman
Hello,
I use Eclipse Kepler, m2e 1.2, m2e-wtp 1.0.1, Google Plugin for Eclipse 3.4.2 and JBoss Maven GWT Configurator 1.5.4.
My project uses not default warSourceDirectory in Maven pom.xml (<warSourceDirectory>${basedir}/WebContent</warSourceDirectory>).
The problem is that after each Maven -> Update Project action, GWT WAR directory in Eclipse (Project -> context menu -> Google -> Web Toolkit Settings -> Web Application -> WAR directory) is set to default Maven value "src/main/webapp" and not to the value of warSourceDirectory from pom.xml.
It seems that WAR Directory value is read from file <ECLIPSE_PROJECT>/.settings/com.google.gdt.eclipse.core.prefs, property warSrcDir. This file has also another property, lastWarOutDir which tells Google GWT Plugin where to compile the GWT code (this issue was solved in JBIDE-11224)
Current content of com.google.gdt.eclipse.core.prefs after Maven -> Update Project:
lastWarOutDir=/applicationserver/WebContent
warSrcDir=src/main/webapp
So, the question is, is it possible to set value of warSrcDir to the same value as lastWarOutDir so that Eclipse does not show error "WAR source directory /applicationserver/src/main/webapp is missing" after each update?
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16128) Publish component sites to Nexus
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16128?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-16128:
-----------------------------------
Attachment: deployWithJenkins.png
Following screenshot shows the change I'd like to perform
!deployWithJenkins.png!
Is it ok to try it now?
> Publish component sites to Nexus
> --------------------------------
>
> Key: JBIDE-16128
> URL: https://issues.jboss.org/browse/JBIDE-16128
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Fix For: 4.2.0.Alpha2
>
> Attachments: deployWithJenkins.png
>
>
> In order to get a first idea of how easy/difficult it would be to rely on Nexus for publication,we could simply start by configuring CI jobs to also run a "mvn deploy" to deploy the output p2 repository onto Nexus.
> Then we'll see what are the pros/cons of this approach.
> Current publication process and locations will be kept. These p2 repo on Nexus won't be consumed by aggregator, at least not until we are sure it's worth it.
--
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
11 years, 9 months
[JBoss JIRA] (JBIDE-16286) CDI builder (not import, workspace rebuild) is very slow in wildfly
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16286?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16286:
-----------------------------------
Component/s: maven
> CDI builder (not import, workspace rebuild) is very slow in wildfly
> -------------------------------------------------------------------
>
> Key: JBIDE-16286
> URL: https://issues.jboss.org/browse/JBIDE-16286
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, maven
> Affects Versions: 4.1.1.Final
> Reporter: Andre Dietisheim
> Assignee: Viacheslav Kabanovich
> Priority: Critical
> Labels: performance
> Fix For: 4.1.2.Final, 4.2.0.Alpha2
>
> Attachments: cdi-builder.ogv, cleanBuild.png, full-bundle-listing.txt, maven-preferences-hide-children.png, thread-dump-7_05.txt, thread-dump-7_19.txt, updatingPom.png, VisualVM 1.3.2 _083.png
>
>
> When working in a wildfly workspace with all wildfly projects imported and CDI builder enabled, workspace rebuilds (that you trigger by changing poms and then do maven update project) are a lot slower than without it. Re-building the whole workspace can easily take up to 20 minutes for me.
> Hard to give more general purpose details, I did a quick screencast to give an impression how slow things are for me.
> [^cdi-builder.ogv]
--
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
11 years, 9 months