You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/04/07 04:38:21 UTC

[1/2] git commit: [flex-falcon] [refs/heads/develop] - recompile in all cases for now

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 5105d81ce -> c97e2a6a3


recompile in all cases for now


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ed3795ff
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ed3795ff
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ed3795ff

Branch: refs/heads/develop
Commit: ed3795fff3137ef671a7b8359fef9839b396f003
Parents: 5105d81
Author: Alex Harui <ah...@apache.org>
Authored: Sun Apr 6 19:33:58 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Apr 6 19:33:58 2014 -0700

----------------------------------------------------------------------
 flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ed3795ff/flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java
----------------------------------------------------------------------
diff --git a/flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java b/flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java
index 0181884..716ea8f 100644
--- a/flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java
+++ b/flex-compiler-oem/src/flex2/tools/oem/internal/OEMReport.java
@@ -293,6 +293,10 @@ public class OEMReport implements Report
 	
 	public boolean contentUpdated()
 	{
+	    // AJH for now, just return true to force another build.  Someday be smarter about what sources
+	    // we have and what their time stamps are.
+	    return true;
+	    /*
 		for (Iterator<String> i = timestamps.keySet().iterator(); i.hasNext(); )
 		{
 			String path = i.next();
@@ -305,6 +309,7 @@ public class OEMReport implements Report
 			}
 		}
 		return false;
+		*/
 	}
 	
 	public String[] getSourceNames(Object report)


[2/2] git commit: [flex-falcon] [refs/heads/develop] - remove javadoc to see if jenkins build will finish before timing out

Posted by ah...@apache.org.
remove javadoc to see if jenkins build will finish before timing out


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/c97e2a6a
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/c97e2a6a
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/c97e2a6a

Branch: refs/heads/develop
Commit: c97e2a6a3fb6bf142f5d90302769d337bbbc11ef
Parents: ed3795f
Author: Alex Harui <ah...@apache.org>
Authored: Sun Apr 6 19:38:13 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Apr 6 19:38:13 2014 -0700

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c97e2a6a/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 28380fb..e09e471 100644
--- a/build.xml
+++ b/build.xml
@@ -54,7 +54,7 @@
     </path>
 
     <target name="javadoc" description="Builds Falcon's Javadoc at generated/javadoc.">
-        <ant dir="compiler" target="javadoc"/>
+        <!--<ant dir="compiler" target="javadoc"/>-->
     </target>
 
     <target name="eclipse" description="Prepares or updates Falcon's project(s) for use in Eclipse. This takes care of generating Java files for lexers, parsers, and BURMs.">