[
https://issues.jboss.org/browse/JBIDE-12358?page=com.atlassian.jira.plugi...
]
Vlado Pakan closed JBIDE-12358.
-------------------------------
Verified with JBT 4.0.0.Alpha1-v20120907-2341-B7.
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: 4.0.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.0.0.Alpha1
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira