Hi there,

Here is my early feedback on the mavenizer :)

1 - I successfully generated sdk 4.6.0, and 4.9.0 with the SDKGenerator 
class. I created an eclipse command "Executes a Java Application", with a 
jdk1.7.0 as JRE. The command line arguments was: "sdkhome" "sdktarget". 
Here is the content of my sdkhome:
sdkhome/
  flex/
    flex_sdk_4.6.0/
    flex_sdk_4.9.0/

2 - I successfully deployed artifacts to our enterprise Nexus using the 
SDKDeployer class. Still using a jdk1.7.0, here was the command line 
arguments: The command line arguments was: "sdktarget" "nexus" 
"http://bilbo:8081/nexus/content/repositories/releases"; 
"C:\Users\s.lecoy\Applications\apache-maven-3.0.4\bin\mvn.bat". I also 
changed the JAVA_HOME environnement variable in the eclipse launch 
configuration, "Environnement" tab.

The artifacts uploads successfully, and sometimes I have BUILD FAILURE. I 
think these BUILD FAILURE are related to the fact that the SDKDeployer 
blindly loop through the folders and try to upload something. I also 
noticed that for language classifiers, it was a BUILD FAILURE. All BUILD 
FAILURE have the same reason:

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file (default-cli) 
on project flex-sdk-converter: Failed to deploy artifacts: Could not 
transfer artifact 
com.adobe.flex.framework:framework:rb.swc:it_IT:4.9.0.1425567 from/to nexus 
(http://bilbo:8081/nexus/content/repositories/releases): Failed to transfer 
file: 
http://bilbo:8081/nexus/content/repositories/releases/com/adobe/flex/framework/framework/4.9.0.1425567/framework-4.9.0.1425567-it_IT.rb.swc.
 
Return code is: 400, ReasonPhrase:Bad Request. -> [Help 1]

Maybe this could be fixed but it does not compromize the whole process of 
uploading artifacts, so it may be an improvement "nice to have" in the 
future. This part takes about 30min in total to upload all the artifacts.

3 - I fetched from git the flexmojos-6.x branch.

More info when i'll go through the step of compiling the mojos and use them.

Thanks for this awesome tool.

I would also add that I am using flexmojos since almost 2 years, and I 
would be seriously interested in working on an eclipse configurator (a m2e 
flex-maven connector plugin) to auto-configure (fetch/pull) the eclipse 
project.

Regards,

Sylvain Lecoy

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to