[
https://issues.jboss.org/browse/JBIDE-12358?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich reassigned JBIDE-12358:
---------------------------------------------
Assignee: Alexey Kazakov (was: Viacheslav Kabanovich)
Text ${jboss.version:7.1.1.Final} is not a EL here. Let's not validate ${} in xml
files.
Alexey, please verify.
Wrong EL syntac error message: "EL syntax error: Expecting
'}'."
----------------------------------------------------------------
Key: JBIDE-12358
URL:
https://issues.jboss.org/browse/JBIDE-12358
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.4.0.M1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.4.0.M1
Create the foolowing file:
{code:title=arquillian.xml}
<?xml version="1.0" encoding="UTF-8"?>
<arquillian
xmlns="http://jboss.org/schema/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="managed-jboss" default="true">
<configuration>
<property
name="jbossHome">target/jboss-as-${jboss.version:7.1.1.Final}</property>
</configuration>
</container>
</arquillian>
{code}
There is a wrong warning "EL syntax error: Expecting '}'."
--
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