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/03/19 16:57:59 UTC

[royale-compiler] 01/02: more diagnostics

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

commit dcbbecc099000a5fd940a199205a269d6e5638db
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Mar 19 09:57:06 2018 -0700

    more diagnostics
---
 .../compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
index aa5e096..d006087 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/mxml/royale/MXMLRoyalePublisher.java
@@ -162,7 +162,7 @@ public class MXMLRoyalePublisher extends JSGoogPublisher implements IJSPublisher
         // The source directory is the source path entry containing the Main class.
         List<File> sourcePaths = project.getSourcePath();
         String targetFile = configuration.getTargetFile().toLowerCase();
-    	System.out.println("find project folder...");
+    	System.out.println("find project folder for " + targetFile);
         File imageSrcDir = null;
         for (File sp : sourcePaths)
         {

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.