[JBoss JIRA] (JBIDE-14650) Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14650?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-14650:
----------------------------------
Assignee: Xavier Coulon
> Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14650
> URL: https://issues.jboss.org/browse/JBIDE-14650
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: livereload
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0 Beta1-v20130526-0839-B241
> Reporter: Vlado Pakan
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.1.0.Beta2
>
>
> Right now there is only warning displayed in Error log when there is no LiveReload server defined and user choose Open With > Web Browser with LiveReload proxy from context menu of HTML page. There is no information displayed so it looks like nothing happened.
> Would be nice if in this case dialog will be displayed informing user that there is no LiveReload server defined with question asking if user wants to define LiveReload server. If user answers yes new server wizard should be opened with LiveReload server type preselected.
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-14650) Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14650?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-14650:
---------------------------------------
Vlado,
Thanks for this feedback. This is actually something we have in mind and that I'll implement.
Best regards,
> Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
> ------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-14650
> URL: https://issues.jboss.org/browse/JBIDE-14650
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: livereload
> Affects Versions: 4.1.0.Beta1
> Environment: JBDS 7.0.0 Beta1-v20130526-0839-B241
> Reporter: Vlado Pakan
> Assignee: Xavier Coulon
> Priority: Minor
> Fix For: 4.1.0.Beta2
>
>
> Right now there is only warning displayed in Error log when there is no LiveReload server defined and user choose Open With > Web Browser with LiveReload proxy from context menu of HTML page. There is no information displayed so it looks like nothing happened.
> Would be nice if in this case dialog will be displayed informing user that there is no LiveReload server defined with question asking if user wants to define LiveReload server. If user answers yes new server wizard should be opened with LiveReload server type preselected.
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-14589) Incorrect "Build path contains duplicate entry" report
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14589?page=com.atlassian.jira.plugi... ]
Rastislav Wagner closed JBIDE-14589.
------------------------------------
verified in JBDS 7.0.0 Beta1-v20130526-0839-B241
> Incorrect "Build path contains duplicate entry" report
> ------------------------------------------------------
>
> Key: JBIDE-14589
> URL: https://issues.jboss.org/browse/JBIDE-14589
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.1.0.Alpha2
> Environment: Windows 7 64-bit, Kepler M7 Java EE package, m2e 1.4, m2e-wtp 1.0.0
> Reporter: Stanimir Stamenkov
> Assignee: Fred Bricon
> Labels: respin-a
> Fix For: 4.1.0.Beta1
>
> Attachments: sample-project.zip
>
>
> Sample project:
> {noformat}
> pom.xml
> resources/
> foo
> bar
> child-module/
> pom.xml
> other-module/
> pom.xml
> {noformat}
> {code:xml|title=child-module/pom.xml}
> <project>
> ...
> <build>
> <resources>
> <resource>
> <directory>${basedir}/../resources</directory>
> <includes>
> <include>foo</include>
> </includes>
> </resource>
> </resources>
> ...
> {code}
> {code:xml|title=other-module/pom.xml}
> <project>
> ...
> <build>
> <resources>
> <resource>
> <directory>${basedir}/../resources</directory>
> <includes>
> <include>foo</include>
> <include>bar</include>
> </includes>
> </resource>
> </resources>
> ...
> {code}
> Importing it into Eclipse with current JBoss Tools 4.1 (Abridged Tools):
> {noformat:title=Error Updating Maven Configuration}
> Unable to update maven configuration for the following projects:
> child-module | Build path contains duplicate entry: '/.../resources' for project 'child-module'
> other-module | Build path contains duplicate entry: '/.../resources' for project 'other-module'
> {noformat}
> Uninstalling the "JBoss Maven Seam configurator" (disabling it wasn't sufficient) made the problem disappear.
--
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
12 years, 11 months
[JBoss JIRA] (JBDS-2641) jboss-deployment-structure file validation problem
by Tomas Remes (JIRA)
Tomas Remes created JBDS-2641:
---------------------------------
Summary: jboss-deployment-structure file validation problem
Key: JBDS-2641
URL: https://issues.jboss.org/browse/JBDS-2641
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Beta1
Reporter: Tomas Remes
E.g. try to create new Seam2.3 project. There will be created jboss-deployment-structure.xml descriptor in WebContent/WEB-INF directory. Notice the following error:
{noformat}
vc-complex-type.2.4.a: Invalid content was found starting with element 'deployment'. One of '{ear-subdeployments-isolated, deployment, sub-deployment, module}' is expected. jboss-deployment-structure.xml /testproject/WebContent/WEB-INF line 2 XML Problem
{noformat}
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-14532) Unable to install Cordova Simulator
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14532?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-14532.
-------------------------------
> Unable to install Cordova Simulator
> -----------------------------------
>
> Key: JBIDE-14532
> URL: https://issues.jboss.org/browse/JBIDE-14532
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Visual Page Editor core
> Affects Versions: 4.1.0.Beta1
> Reporter: Rastislav Wagner
> Assignee: Yahor Radtsevich
> Priority: Blocker
> Fix For: 4.1.0.Beta1
>
>
> I'm unable to install JBT Cordova Simulator on Kepler M7 for Java EE developers.
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Tools Apache Cordova Simulator 3.5.0.Beta1-v20130518-0903-B55 (org.jboss.tools.vpe.cordovasim.feature.feature.group 3.5.0.Beta1-v20130518-0903-B55)
> Missing requirement: CordovaSim 3.5.0.Beta1-v20130518-0903-B55 (org.jboss.tools.vpe.cordovasim 3.5.0.Beta1-v20130518-0903-B55) requires 'bundle org.eclipse.jetty.rewrite 8.1.3' but it could not be found
> Cannot satisfy dependency:
> From: JBoss Tools Apache Cordova Simulator 3.5.0.Beta1-v20130518-0903-B55 (org.jboss.tools.vpe.cordovasim.feature.feature.group 3.5.0.Beta1-v20130518-0903-B55)
> To: org.jboss.tools.vpe.cordovasim [3.5.0.Beta1-v20130518-0903-B55]
> {code}
--
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
12 years, 11 months
[JBoss JIRA] (JBIDE-14330) Create an OpenShift connector in the JBoss Tools discovery catalog
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14330?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-14330.
------------------------------
Works like a charm. Openshift project is in "Start from a scratch" section even though it's not installed. Clicking it invokes installation. Also connector in JBT discovery catalog is OK.
> Create an OpenShift connector in the JBoss Tools discovery catalog
> ------------------------------------------------------------------
>
> Key: JBIDE-14330
> URL: https://issues.jboss.org/browse/JBIDE-14330
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.1.0.Beta1
>
> Attachments: openshift-discovery.png
>
>
> JBoss Central will now always display the OpenShift wizard, even if not installed already (see JBIDE-13987).
> If the OpenShift feature is missing, we should install it via the discovery mechanism.
> Hence, OpenShift must be added to the JBT discovery catalog (JBDS has it installed by default)
--
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
12 years, 11 months