You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
As result maven put only metadata.xml in result swc artifact, and doesn't compile other sources. I fix it just remove "includeFiles" config param, but now compiler put all files from src. Maybe we need separate src/main/flash and src/main/resources as for java projects?
The text was updated successfully, but these errors were encountered:
To be entirely honest, I don't know the first thing about Maven and didn't
build the original Maven support for Swiftsuspenders. So if anyone with
Maven knowledge wants to contribute a patch, I'd gladly pull that.
Otherwise, I'm afraid I can't really help here.
Can't build swc with Maven and configuration param in pom.xml:
As result maven put only metadata.xml in result swc artifact, and doesn't compile other sources. I fix it just remove "includeFiles" config param, but now compiler put all files from src. Maybe we need separate src/main/flash and src/main/resources as for java projects?
The text was updated successfully, but these errors were encountered: