[ https://issues.apache.org/jira/browse/FLEX-35109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alex Harui resolved FLEX-35109. ------------------------------- Resolution: Fixed Fix Version/s: Apache FalconJX 0.7.0 0b0d65143b10ab3bcc07eac1961f1aefadd0e3a1 > 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 > Assignee: Alex Harui > Priority: Blocker > Fix For: Apache FalconJX 0.7.0 > > > 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)