jleistner opened a new issue #15:
URL: https://github.com/apache/royale-typedefs/issues/15
Hi there,
I'm running into problems when compiling Apache Royale and they seem to be
related to royale-typedefs:
```
compc:
[java] args:
[java] +royalelib=externs/frameworks
[java] -targets=SWF
[java]
-external-library-path+=/home/user/royale-fork/royale-typedefs/node/../js/target/js.swc
[java]
-load-config=/home/user/royale-fork/royale-typedefs/node/target/compile-as-config.xml
[java] -metadata.date=08/27/20 10:51 +0200
[java] -metadata.dateFormat=MM/dd/yy HH:mm Z
[java]
-output=/home/user/royale-fork/royale-typedefs/node/target/node.swc
[java] 0.271622474 seconds
[java]
/home/user/royale-fork/royale-typedefs/node/target/compile-as-config.xml(33):
col: 0 unable to open
'/home/user/royale-fork/royale-typedefs/node/target/generated-sources/externc/duplicates'.
[java]
/home/user/royale-fork/royale-typedefs/node/target/compile-as-config.xml (line:
33)
[java]
[java] </source-path>
[java]
[java]
[java]
/home/user/royale-fork/royale-typedefs/node/target/compile-as-config.xml(45):
col: 0 'generated-sources/externc/duplicates' is not a file.
[java]
/home/user/royale-fork/royale-typedefs/node/target/compile-as-config.xml (line:
45)
[java]
[java] </include-sources>
[java]
[java]
BUILD FAILED
/home/user/royale-fork/royale-asjs/build.xml:1850: The following error
occurred while executing this line:
/home/user/royale-fork/royale-asjs/build.xml:1938: The following error
occurred while executing this line:
/home/user/royale-fork/royale-typedefs/build.xml:65: The following error
occurred while executing this line:
/home/user/royale-fork/royale-typedefs/node/build.xml:235: Java returned: 4
```
If I remove lines
[32](https://github.com/apache/royale-typedefs/blob/develop/node/src/main/config/compile-as-config.xml#L32)
and
[44](https://github.com/apache/royale-typedefs/blob/develop/node/src/main/config/compile-as-config.xml#L44)
from
[node/src/main/config/compile-as-config.xml](https://github.com/apache/royale-typedefs/blob/develop/node/src/main/config/compile-as-config.xml)
everything works fine but I don't know if this could pose problems somewhere
else.
Regards
Jonathan
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]