You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/09 08:06:17 UTC

[royale-compiler] branch develop updated: typo in classpath means that externc can't run from within royale-asjs

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 40fc493  typo in classpath means that externc can't run from within royale-asjs
40fc493 is described below

commit 40fc493d76ab4b8ffa20ad06256c7b8c6cd3fe52
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Jan 9 00:06:00 2018 -0800

    typo in classpath means that externc can't run from within royale-asjs
---
 compiler-externc/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-externc/build.xml b/compiler-externc/build.xml
index 99c7457..773a0ee 100644
--- a/compiler-externc/build.xml
+++ b/compiler-externc/build.xml
@@ -133,7 +133,7 @@
                 <attribute name="Implementation-Version" value="${manifest.Implementation-Version}.${build.number}"/>
                 <attribute name="Implementation-Vendor" value="${manifest.Implementation-Vendor}"/>
                 <attribute name="Main-Class" value="org.apache.royale.compiler.clients.EXTERNC" />
-                <attribute name="Class-Path" value="../../compiler/lib/external/commons-cli.jar ../../lib/external/commons-cli.jar ../../compiler/lib/external/commons-io.jar ../../lib/external/commons-io.jar ../../compiler/lib/external/guava.jar ../../lib/external/guava.jar ../../compiler/lib/external/flex-tool-api.jar ../../lib/external/flex-tool-api google/closure-compiler/compiler.jar ../../compiler/lib/compiler-common.jar ../../lib/compiler-common.jar .."/>
+                <attribute name="Class-Path" value="../../compiler/lib/external/commons-cli.jar ../../lib/external/commons-cli.jar ../../compiler/lib/external/commons-io.jar ../../lib/external/commons-io.jar ../../compiler/lib/external/guava.jar ../../lib/external/guava.jar ../../compiler/lib/external/flex-tool-api.jar ../../lib/external/flex-tool-api.jar google/closure-compiler/compiler.jar ../../compiler/lib/compiler-common.jar ../../lib/compiler-common.jar .."/>
                 <!-- The .. in the line above allows the compiler to load the env.properties file -->
             </manifest>
         </jar>

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].