You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "nabice (JIRA)" <ji...@apache.org> on 2016/07/06 02:24:10 UTC

[jira] [Created] (FLEX-35109) falcon compiler's build.xml error

nabice created FLEX-35109:
-----------------------------

             Summary: falcon compiler's build.xml error
                 Key: FLEX-35109
                 URL: https://issues.apache.org/jira/browse/FLEX-35109
             Project: Apache Flex
          Issue Type: Bug
          Components: .Unspecified - Compiler
    Affects Versions: Apache FalconJX 0.6.0
         Environment: Linux x64,  jdk1.8.0
            Reporter: nabice
            Priority: Blocker


In file compiler/build.xml, "JFlex.jar" should be "jflex.jar", otherwise linux can't find the right jar.

THE DIFF:
diff --git a/compiler/build.xml b/compiler/build.xml
index a3a389a..140a04f 100644
--- a/compiler/build.xml
+++ b/compiler/build.xml
@@ -121,7 +121,7 @@
         <attribute name="skeleton" default="${compiler}/src/org/apache/flex/compiler/internal/parsing/as/skeleton.default"/>
         <attribute name="output"/>
         <sequential>
-            <java jar="${compiler}/lib/JFlex.jar" fork="true">
+            <java jar="${compiler}/lib/jflex.jar" fork="true">
                 <arg value="-d"/>
                 <arg value="@{output}"/>
                 <arg value="-q"/>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)