[JBoss JIRA] (JBIDE-12702) All groovy jars unidentified during project conversion
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-12702:
-----------------------------------
Summary: All groovy jars unidentified during project conversion
Key: JBIDE-12702
URL: https://issues.jboss.org/browse/JBIDE-12702
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.0.0.Alpha2
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.0.0.Beta1
- Create a dynamic web project
- Copy all jars from a groovy distro lib directory into <project>/WebContent/WEB-INF/lib
- Right click on project > Configure > Convert to Maven...
- Set GAV and packaging = war
- The identification wizard tries to identify all the jars
ASSERT : all jars are identified <- FAILS : all groovy jars are unidentified
--
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, 6 months
[JBoss JIRA] (JBIDE-12608) Replace local.* properties and profiles by Maven mirroring
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12608:
--------------------------------------
Summary: Replace local.* properties and profiles by Maven mirroring
Key: JBIDE-12608
URL: https://issues.jboss.org/browse/JBIDE-12608
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Affects Versions: 4.0.0.Alpha2
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.0.0.Beta1
Currently, we deal with optimization for Jenkins by multiple local.* properties and local.* profiles.
Those properties and profiles are just used in order to replace repository URL.
Maven has the concept of mirroring for that, and without adding a profile, we can tell Maven to consume another URL for a given repo. Moreover, Tycho will support mirrors for repo in .target files starting from 0.16.0.
WE should move to the mirror approach since it keeps things clear and separate issues: pom describe build, mirror allow to override repo without any change.
Seems like Maven supports having 2 settings.xml files as input (one with -gs and one with -s), so no big difficulty here.
--
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, 6 months
[JBoss JIRA] (JBIDE-12575) Problem with CDI validator
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12575:
-----------------------------------------
Summary: Problem with CDI validator
Key: JBIDE-12575
URL: https://issues.jboss.org/browse/JBIDE-12575
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 4.0.0.Alpha1
Reporter: Jaroslav Jankovič
Assignee: Alexey Kazakov
Fix For: 4.0.0.Alpha1
There is a problem to force CDI validator to work. In my case, I created simple dynamic web project without CDI support, added some bean with Multiple beans eligible case (message not present yet). Add CDI support into project. Expected validation messages won't appear - cleaning the project doesn't help either.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-9292) Show as el panel button doesn't workign now
by Maxim Areshkau (JIRA)
Show as el panel button doesn't workign now
-------------------------------------------
Key: JBIDE-9292
URL: https://issues.jboss.org/browse/JBIDE-9292
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.M1
Reporter: Maxim Areshkau
Assignee: Yahor Radtsevich
Priority: Critical
Attachments: el-pressed.png, page-design-options.png, show-el-not-pressed.png
Show as el panel button doesn't workign now
#1) have created an empty page and added some el expression;
#2) have added el expression and it value to props dialog;
checked button show as el doesn't react
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-11430) Multiple selection in Source Editor is not properly reflected in Visual Editor
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11430:
-----------------------------------
Summary: Multiple selection in Source Editor is not properly reflected in Visual Editor
Key: JBIDE-11430
URL: https://issues.jboss.org/browse/JBIDE-11430
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta2
Environment: Linux 32 bit, JBT Beta2 H134
Reporter: Vlado Pakan
Assignee: Yahor Radtsevich
Priority: Minor
Fix For: 3.3.0.Beta3
1. Create JSF 1.2 Kickstart project
2. Open hello.jsp page
3. Select this part of page source code via mouse:
{noformat}
<h:outputText value="#{Message.hello_message}" />,
<h:outputText value="#{user.name}" />!
{noformat}
4. Selection displayed within Visual Editor is proper
!correctVisualSelection.png!
5. Select the same text with keyboard
6. Even the same text is selected within Source Editor selection in Visual Editor is different and incorrect.
!incorrectVisualSelection.png!
After 30 seconds multiple selection appears in Visual Editor but it's really to late. Should be much faster.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months