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 <[email protected]> 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 [email protected].
