Compiling with Flexmojos 6 and Apache Flex SDK 4.10 gives me this error:

However, the instructions are the given page are not very clear.

It states that the dependency should be:

<dependency>
          <groupId>com.adobe.flex</groupId>
          <artifactId>license</artifactId>
          <version>${flex.sdk.version}</version>
        </dependency>

However, it also claims that you should see something like this in your
Maven output:

[DEBUG]     com.adobe.flex.compiler:license:jar:3.0.0.477:compile

Which would seem to indicate to me that the correct dependency would be:

<dependency>
          <groupId>com.adobe.flex.compiler</groupId>
          <artifactId>license</artifactId>
          <version>${flex.sdk.version}</version>
        </dependency>

If I check my Mavenized SDK, there is no such dependencies there. Where
should I get the license.jar for Apache SDK 4.10 ?

regards,

Wim




--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Flexmojos-6-and-license-jar-tp4257.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to