[JBoss JIRA] (JBDS-2438) include EAP 6.0.1 in JBDS 6.0.1 installer
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2438?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2438:
-----------------------------
Description:
EAP 6.0.1 is out. Time to update the installer to include the latest n' greatest EAP 6.
was:
EAP 6.0.1 is out. Time to update the installer to include the latest n' greatest EAP 6.
Suspect the bits are here?
> include EAP 6.0.1 in JBDS 6.0.1 installer
> -----------------------------------------
>
> Key: JBDS-2438
> URL: https://issues.jboss.org/browse/JBDS-2438
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 6.0.1.GA
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 6.0.1.GA
>
>
> EAP 6.0.1 is out. Time to update the installer to include the latest n' greatest EAP 6.
--
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, 4 months
[JBoss JIRA] (JBDS-2438) include EAP 6.0.1 in JBDS 6.0.1 installer
by Nick Boldt (JIRA)
Nick Boldt created JBDS-2438:
--------------------------------
Summary: include EAP 6.0.1 in JBDS 6.0.1 installer
Key: JBDS-2438
URL: https://issues.jboss.org/browse/JBDS-2438
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 6.0.1.GA
Reporter: Nick Boldt
Assignee: Nick Boldt
EAP 6.0.1 is out. Time to update the installer to include the latest n' greatest EAP 6.
--
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, 4 months
[JBoss JIRA] (JBIDE-13138) Alternative enabled for src/test/resources not being detected as enabled in src/test/java
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13138?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-13138:
-----------------------------------------------
The problem with the case in this issue is that beans.xml is located in the root or src/test/resources. CDI builder takes into account only beans.xml inside META-INF folder, so that for this case it's path should be src/test/resources/META-INF/beans.xml as it is for the other source folder: src/main/resources/META-INF/beans.xml.
Maybe maven build deploys everything correctly for this structure, but CDI builder expects exactly /META-INF/beans.xml in source folders.
And yes, now CDI model just accumulates the data loaded from beans.xml files detected in all the source folders of the project. If a class is declared alternative in one source folder it will be considered alternative everywhere in the project.
> Alternative enabled for src/test/resources not being detected as enabled in src/test/java
> -----------------------------------------------------------------------------------------
>
> Key: JBIDE-13138
> URL: https://issues.jboss.org/browse/JBIDE-13138
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: CDI
> Reporter: Pete Muir
> Assignee: Alexey Kazakov
> Labels: f2f2012
> Fix For: 4.1.0.Alpha1
>
>
> See the screencast at http://screencast.com/t/BDYE7WGOk
--
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, 4 months