Happy this helped.
Any ideas on the 4.6 com.adobe.Listener problem when the sign-air goal
attempts to create our air application?
Without seeing your pom.xml, I can't say but I would make sure I have set
<adlCommand/> to the adl.exe location first and added those dependencies to
the FM6.x direct dependencies:
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.adobe.air.compiler</groupId>
<artifactId>adt</artifactId>
<version>${air.version}</version>
<type>jar</type>
</dependency>
</dependencies>
-Fred
-----Message d'origine-----
De : Davori [mailto:[email protected]]
Envoyé : lundi 9 septembre 2013 16:49
À : [email protected]
Objet : RE: AW: 4.10.0 Maven Artifacts
Hi Fred,
Just changed my repo settings to allowRedeploy and they're uploading
successfully!!! - Thanks for this.
Any ideas on the 4.6 com.adobe.Listener problem when the sign-air goal
attempts to create our air application?
Thanks again.
Lyndon
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/4-10-0-Maven-Artifacts-tp2616
p2637.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.