This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
from 0277b3ee5 formatter: add missing Config annotation to some config
options
new 4c0167e92 MXMLRoyalePublisher: when html-template file can't be found,
report a problem instead of throwing an exception
new 285eb2fbb MXHXRoyalePublisher: allow empty string for
html-output-filename
new 35fc5c54a MXMLRoyalePublisher: when html-output-filename is empty and
no HTML file is created, output a -dependencies.js file for debug builds
new 8f43208c8 JSGoogConfiguration: fix comment formatting for option names
new 88ccbfd6b MXMLRoyalePublisher: don't add <link> tag for CSS if the
.css file has not been emitted
new 067fe5f4c MXMLRoyalePublisher: don't add an empty <script> tag if it
is not required
new 6a6d5790a js-include-script compiler options
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../internal/codegen/js/jsc/JSCPublisher.java | 20 ---
.../internal/codegen/js/node/NodePublisher.java | 8 +-
.../codegen/mxml/royale/MXMLRoyalePublisher.java | 172 ++++++++++++++++++---
.../driver/js/goog/JSGoogCompcConfiguration.java | 33 ++++
.../driver/js/goog/JSGoogConfiguration.java | 27 ++++
.../problems/HTMLTemplateFileNotFoundProblem.java | 23 +--
6 files changed, 228 insertions(+), 55 deletions(-)
copy
compiler-common/src/main/java/org/apache/royale/compiler/problems/StrictSemanticsProblem.java
=>
compiler-jx/src/main/java/org/apache/royale/compiler/problems/HTMLTemplateFileNotFoundProblem.java
(75%)