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

carlosrovira 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 b82bca4  maven-distribution: if we have GOOG_HOME, new maven 
distribution does not work, so we need to unpack closure-compiler and 
closure-library in js/lib/google to make it wotk without that env var. Note: 
There's no maven artifact for closure-library v20180910, next one is 
0.0-20190213-2033d5d9, so we need to use that for maven.
b82bca4 is described below

commit b82bca4c7f6e8a72fd1ef0b79493df4ee986fe37
Author: Carlos Rovira <[email protected]>
AuthorDate: Wed Jan 22 01:55:52 2020 +0100

    maven-distribution: if we have GOOG_HOME, new maven distribution does not 
work, so we need to unpack closure-compiler and closure-library in 
js/lib/google to make it wotk without that env var. Note: There's no maven 
artifact for closure-library v20180910, next one is 0.0-20190213-2033d5d9, so 
we need to use that for maven.
---
 compiler-jx/pom.xml | 4 ++--
 debugger/pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml
index 2841f08..52c710a 100644
--- a/compiler-jx/pom.xml
+++ b/compiler-jx/pom.xml
@@ -41,7 +41,7 @@
             <manifestEntries>
               <Sealed>false</Sealed>
               <Class-Path>commons-io.jar guava.jar 
../../lib/external/antlr.jar ../../compiler/lib/external/antlr.jar 
../../lib/external/commons-lang-2.6.jar 
../../compiler/lib/external/commons-lang-2.6.jar 
google/closure-compiler/compiler.jar ../../compiler/lib/compiler.jar 
../../lib/compiler.jar  ../../compiler/lib/compiler-common.jar 
../../lib/compiler-common.jar</Class-Path>
-              <!-- google-closure-library-0.0-20150902-b129bb9e.jar 
google-closure-library-third-party-0.0-20150902-b129bb9e.jar -->
+              <!-- google-closure-library-0.0-20190213-2033d5d9.jar 
google-closure-library-third-party-0.0-20190213-2033d5d9.jar 
external/closure-compiler-v20181210.jar -->
             </manifestEntries>
           </archive>
         </configuration>
@@ -215,7 +215,7 @@
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>google-closure-library</artifactId>
-      <version>0.0-20170809-b9c14c6b</version>
+      <version>0.0-20190213-2033d5d9</version>
     </dependency>
 
     <dependency>
diff --git a/debugger/pom.xml b/debugger/pom.xml
index b797fa5..17f7544 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -113,7 +113,7 @@ Do all the JBurg code generation.
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>google-closure-library</artifactId>
-      <version>0.0-20150902-b129bb9e</version>
+      <version>0.0-20190213-2033d5d9</version>
     </dependency>
 
    <dependency>

Reply via email to