You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Frédéric THOMAS (JIRA)" <ji...@apache.org> on 2012/11/09 15:14:12 UTC

[jira] [Comment Edited] (FLEX-33247) Apache Flex Mavenized SDK Deployer

    [ https://issues.apache.org/jira/browse/FLEX-33247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494014#comment-13494014 ] 

Frédéric THOMAS edited comment on FLEX-33247 at 11/9/12 2:13 PM:
-----------------------------------------------------------------

Erik, just because the generated jar will now start with flex-sdk-converter, the readme and the main class of the SDKDeployer have to be modified like that :

In the readme.txt : 
 was :Usage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn".
 new:Usage: java -cp flex-sdk-converter-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn".

In the main of the SDKDeployer : 
 was :System.out.println("\nUsage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n");
 new:System.out.println("\nUsage: java -cp flex-sdk-converter-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n");

Do you want me to do a patch or this is easy enough to do the modification manually ?
                
      was (Author: doublefx):
    Erik, just because the generated jar will now start with flex-sdk-converter, the readme and the main class of the SDKDeployer have to be modified like that :

In the readme.txt : 
 was :Usage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn".
 new:Usage: java -cp flex-sdk-converter-1.0.jar SDKDeployer "directory" "repositoryId" "url" "mvn".

In the main of the SDKDeployer : 
 was :System.out.println("\nUsage: java -cp flex-sdk-deployer-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n");
 new:System.out.println("\nUsage: java -cp flex-sdk-converter-1.0.jar SDKDeployer \"directory\" \"repositoryId\" \"url\" \"mvn\"\n");
                  
> Apache Flex Mavenized SDK Deployer
> ----------------------------------
>
>                 Key: FLEX-33247
>                 URL: https://issues.apache.org/jira/browse/FLEX-33247
>             Project: Apache Flex
>          Issue Type: Sub-task
>          Components: Installation & Packaging
>            Reporter: Frédéric THOMAS
>              Labels: features, maven
>         Attachments: flex-sdk-deployer.zip
>
>
> The SDKDeployer allows you to deploy any maven structured directory to a remote maven repository as soon as you've got the remote rights, it can takes as first argument the directory target of what has been generated by the SDKGenerator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira