tschneidereit / SwiftSuspenders

NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
https://github.com/robotlegs/swiftsuspenders
MIT License
280 stars 89 forks source link

Can't build with Maven #77

Open hyzhak opened 11 years ago

hyzhak commented 11 years ago

Can't build swc with Maven and configuration param in pom.xml:

<includeFiles>
    <includes>
        <include>metadata.xml</include>
    </includes>
</includeFiles>

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?

tschneidereit commented 11 years ago

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.

hyzhak commented 11 years ago

ok, i'll try to fix it

chwthewke commented 11 years ago

Submitted a fix in pull request https://github.com/tschneidereit/SwiftSuspenders/pull/83