You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Jose Barragan (JIRA)" <ji...@apache.org> on 2012/12/13 12:38:12 UTC

[jira] [Comment Edited] (FLEX-33296) Apache Flex Mavenized SDK Bug

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

Jose Barragan edited comment on FLEX-33296 at 12/13/12 11:36 AM:
-----------------------------------------------------------------

With or without my changes, and more important on Windows or Mac?
With my changes, its fully operative on both platforms and using Java7 for compile and run as well.

Reviewing your changes, I see that you accepted my changes and refactor for clean and code style, isn't it?

Thanks :)
                
      was (Author: pepebarragan):
    With or without my changes, and more important on Windows or Mac?
With my changes, its fully operative on both platforms and using Java7 for compile and run as well.
                  
> Apache Flex Mavenized SDK Bug
> -----------------------------
>
>                 Key: FLEX-33296
>                 URL: https://issues.apache.org/jira/browse/FLEX-33296
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Installation & Packaging
>    Affects Versions: InstalApacheFlex 1.0
>         Environment: Windows, MacOSX, Linux
>            Reporter: Jose Barragan
>            Assignee: Jose Barragan
>             Fix For: InstalApacheFlex 1.0
>
>
> Mavenizer creates a main directories poms for use in the new scope "import", but the contain of those poms are wrong in reference with the structure position expected.
> SDKGenerator
> The position of i.e.: framework-4.6.0.23201.pom implied this expected GAV:
> 	<groupId>com.adobe.flex</groupId>
>     	<artifactId>framework</artifactId>
>     	<version>4.6.0.23201</version>
>     	<packaging>pom</packaging>
> however the contain of pom file is:
> 	<groupId>com.adobe.flex.framework</groupId>
>     	<artifactId>framework</artifactId>
>     	<version>4.6.0.23201</version>
>     	<packaging>pom</packaging>
> And it's overwrite when is deployed over remote Nexus.
> SDKDeployer:
> I got a newer error too when I revised the deployment result on Nexus and find another issue too, a lot of artifacts was deployed with a wrong name or in a wrong structure position.

--
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