Hi, I think this problem is related to the fact, that I built the last snapshot before releasing the flex tool api so it still references the 1.0.0-SNAPSHOT. You can resolve this by adding the Apache snapshot repo. I think I'll fix this in FM and do a release of 7.1.0 as the changes needed for FlaxJS are quite major and will take quite some time.
Here the Apache snapshot repo: http://repository.apache.org/snapshots/ This is also where I setup a lot of flex builds to deploy nightly snapshots. Regarding the other error, could you please post the entire message? Just paste the maven output (if it's not too long) Chris ________________________________________ Von: Barna Biro <[email protected]> Gesendet: Freitag, 27. März 2015 12:39 An: [email protected] Betreff: Re: AW: AW: 4.12.1.20140427 warnings Flexmojos 7.0.1 How silly of me... I didn't know the snapshots are hosted there. Ok, after adding the repository to my global settings, I'm running into the following while trying to build my sample project: I don't really understand what the error message is about: *Output file doesn't exist and now error was throw by the compiler!* ( I assume that "now" and "throw" were in fact intended to be "no" and "thrown" - but even so, it's not really shedding any light on is actually wrong or what is missing from my configuration ) *[WARNING] The POM for org.apache.flex:flex-tool-api:jar:1.0.0-SNAPSHOT is missing, no dependency information available* is troubling as well and I also I can't build the flexmojos repository because of this missing artifact... and I can't seem to find anywhere... Is it a bug that the plugin is still trying to use 1.0.0-SNAPSHOT although 1.0.0 is out and indeed deployed to the sonatype repository? Or am I missing something again? In case it helps, my pom.xml currently looks like this: In case you ( or anyone else ) wants to give the build a shot himself, then feel free to clone my sample project form my public repository ( it will most likely get removed at some later point in time ): /git clone http://stash.barnabiro.com/scm/pub/data-parsing.git/ Thanks for the help so far Chris. I really really appreciate it. Barna -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Missing-4-12-1-20140427-dependency-information-warnings-in-build-tp9907p9916.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
