[JBoss JIRA] (JBIDE-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-16334:
-------------------------------------
>From what I see in the current com.google.gdt.eclipse.maven.e37_3.4.2.v201310081834-rel-r43.jar, src/main/webapp is hardcoded when calling WebAppProjectProperties.setWarSrcDir.
In their latest code (not currently public), they compute the directory from the <warSourceDirectory> value from org.codehaus.mojo:gwt-maven-plugin configuration.
I don't know if/when current GPE dev builds will be available.
Worst case scenario, we backport their fix to our own gwt configurator.
> 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: maven
> 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
> Assignee: Denis Golovin
>
> 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-16128) Publish component sites to Nexus
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16128?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-16128:
----------------------------------------
A first drawback of Nexus compared to current publishing mechanism is that current plain "mvn deploy" don't take into account whether it's necessary to re-publish stuff (changes in code). However, as some changes can happen independently of commits (for example build config changing some build options), checking only commits to decide whether to publish or not seems somehow limited. Ideally what would be cool would be to re-use Tycho mechanism for replacement, but without enforcing commit-based timestamps.
> 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-16334) GWT WAR directory is not set properly in Eclipse Google (GWT) plug-in
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16334?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-16334:
--------------------------------
Component/s: maven
(was: gwt)
> 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: maven
> 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
> Assignee: Denis Golovin
>
> 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-16323) Cordovasim: Need to make some UI enhancements
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16323?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-16323:
-------------------------------------
[~maxandersen], I understand now that the idea of making just one row of panels is not really neat. CordovaSim has several pop-up windows (Camera, Barcode etc). So, one row of panels brakes the layout !barcode.png|thumbnail! What do you think about living two rows of panels and making the CordovaSim window smaller by the default? !proposal.png|thumbnail!
> Cordovasim: Need to make some UI enhancements
> ---------------------------------------------
>
> Key: JBIDE-16323
> URL: https://issues.jboss.org/browse/JBIDE-16323
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: browsersim
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.2.0.Alpha2
>
> Attachments: barcode.png, proposal.png
>
>
> There were several UI proposals for CordovaSim design:
> - cordovasim takes up *Alot* of real estate. Need to make just one row for all panels - http://snag.gy/2gb2B.jpg.
> - need to add icon to all "select" tags to make it more user-friendly
--
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