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/04 19:10:11 UTC

[royale-asjs] branch develop updated: compiler script appears to work now. next up is typedefs

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-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6f63a9f  compiler script appears to work now.  next up is typedefs
6f63a9f is described below

commit 6f63a9f0f2cba00f8a53e9bfd500df4f8112fb9d
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 4 11:09:58 2018 -0800

    compiler script appears to work now.  next up is typedefs
---
 releasecandidate.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index d132a2a..5978f85 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -564,10 +564,21 @@
     
     <target name="maven.perform.compiler">
         <!-- http://maven.apache.org/maven-release/maven-release-plugin/examples/perform-release.html -->
+        <copy file="${compiler}/release.properties" tofile="${compiler}/copyofrelease.properties" />
         <exec executable="${mvn}" dir="${compiler}" failonerror="true" >
             <arg value="release:perform" />
+            <arg value="-P" />
+            <arg value="-main,utils" />
+            <!--<arg value="-DpushChanges=false" />-->
+        </exec>
+        <copy file="${compiler}/copyofrelease.properties" tofile="${compiler}/release.properties" />
+        <exec executable="${mvn}" dir="${compiler}" failonerror="true" >
+            <arg value="release:perform" />
+            <arg value="-P" />
+            <arg value="main" />
             <!--<arg value="-DpushChanges=false" />-->
         </exec>
+        <!--<delete file="${compiler}/copyofrelease.properties" failonerror="false" />-->
     </target>
     
     <target name="royale.compiler" depends="clone-compiler,checkout-release-branch-compiler,maven.prepare.compiler,maven.perform.compiler" />

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