Hi Alex,

Assuming you want to build a Flex application with a special Flex version using 
Maven and Flexmojos. Then you downlload the Flex SDK the usual way. After that 
you unpack it and let the Generator transate it to Maven artifacts that it 
outputs to your local Maven repo or a separate directory. Assuming you set the 
output directory to be your local maven repo you can start using the FDK using 
Flexmojos right away. If you decide to deploy the Artifacts to your company 
Nexus/Arifacotry or even public repo is not really my business. I will provide 
the means to deploy them to a remote repo, but using that is up to the user. I 
for example am a one-man company so I will certainly upload the artifacts to my 
private Artifactory that only I have access to. What others do is up to them :-)

I think this shouldn't be dangerous.

Chris


[ C h r i s t o f e r  D u t z ]

C-Ware IT-Service
Inhaber
Dipl. Inf. Christofer Dutz
Karlstraße. 104, 64285 Darmstadt


   IT- und Systemhäuser

fon:  0 61 51 / 27315 - 61
fax:  0 61 51 / 27315 - 64
mobil:  0171 / 7 444 2 33
email:  christofer.d...@c-ware.de
http://www.c-ware.de

UStId-Nr. DE195700962


-----Ursprüngliche Nachricht-----
Von: Alex Harui [mailto:aha...@adobe.com] 
Gesendet: Dienstag, 25. September 2012 08:15
An: flex-dev@incubator.apache.org
Betreff: Re: AW: AW: Flex Maven FDK Generator RC1

Hi Chris,

Who is the "you" that runs the generator: the customer who wants to build and 
app with an FDK or the Apache Flex release manager?  If the generator bundles 
Adobe binaries, then without an distribution agreement, you can't publish the 
FDK for download by the customer.

I don't know if Velo had an agreement or if Adobe never looked or cared, but I 
certainly can't put Apache in a tenuous position.  It will also be "harder" for 
Apache to want to distribute binaries on Adobe's behalf since Apache is 
primarily about "source" (at least for now).

Again, I am not very knowledgeable about Maven, but I thought that folks wanted 
Apache Flex releases to pull down Adobe FlashPlayer and AIR SDKs as Maven 
dependencies as well so they didn't have to be pre-installed by the customer.

-Alex


On 9/24/12 10:56 PM, "christofer.d...@c-ware.de" <christofer.d...@c-ware.de>
wrote:

> Hi Alex,
> 
> Currently the Generator works in a way that you download the Flex/Air 
> SDKs the normal way and place them into a special directory structure. 
> After that you run the generator and that copies the files, generates 
> the poms and packages the themes automatically. I think this was 
> should be no problem at all. After all every user has to officially 
> download the SDKs the ordinary way hereby accepting the license from Adobe.
> 
> Somehow there must have been some agreement between Velo and Adobe, as 
> he seems to have had the permission to publish the Flex SDKs in a Maven repo.
> Perhaps Apache will be able to get a similar agreement and would be 
> allowed to publish the artifacts.
> 
> Chris
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: Alex Harui [mailto:aha...@adobe.com]
> Gesendet: Montag, 24. September 2012 18:40
> An: flex-dev@incubator.apache.org
> Betreff: Re: AW: Flex Maven FDK Generator RC1
> 
> Chris,
> 
> IMO, even a download link to the actual Adobe binaries stored on a 
> non-Adobe site is not legal.  I believe that any final structure will 
> require downloading Adobe binaries from Adobe or some third party that 
> has a license to do so.  Imagine this was an MP3 file:  you are 
> restricted from sharing music without permission of the artist.
> 
> What would be the minimum change Adobe would need to allow you to get 
> the Adobe stuff from Adobe?  Would I just need to place pom.xml files 
> next to the zips for AIR SDK and Player?  If so, I will look into getting 
> that to happen.
> What would go in the pom.xml files?
> 
> 
> On 9/24/12 4:50 AM, "christofer.d...@c-ware.de" 
> <christofer.d...@c-ware.de>
> wrote:
> 
>> Hi Carlos,
>> 
>> I could whip up a "dummy" version of my FDKs replacing the binary 
>> artifacts with empty placeholders of the same name. This way there 
>> shouldn't be any legal issues with me publically making Adobe stuff 
>> downloadable.
>> The other alternative would be that everyone interested in the 
>> Structure to contact me and I'll give them the download link (I just 
>> don't want to get into Trouble with Adobe).
>> 
>> Chris
>> 
>> 
>> 
>> -----Ursprüngliche Nachricht-----
>> Von: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] Im 
>> Auftrag von Carlos Rovira
>> Gesendet: Montag, 24. September 2012 13:32
>> An: flex-dev@incubator.apache.org
>> Betreff: Re: Flex Maven FDK Generator RC1
>> 
>> Hi Chris,
>> 
>> you're completly right. In order to get this milestone we need to 
>> discuss project structure to get parent/child, and so on...
>> 
>> I think a new [Discuss] thread should be open ASAP to see everyone 
>> opinion about this.
>> 
>> 
>> 
>> 
>> 2012/9/24 christofer.d...@c-ware.de <christofer.d...@c-ware.de>:
>>> Hi Carlos,
>>> 
>>> I was hoping that Apache would start publishing their FDKs in a 
>>> Mavenized form. With the Tool it should be almost no work at all.
>>> Frederic added a tool to deploy the generated artifacts to Nexus, I 
>>> am planning on creating something similar to deploy to Artifactory 
>>> (I haven't checked, if I even need to implement a separate tool). 
>>> Using these it should be easy to integrate them into the release 
>>> build. If any maven/ant plugin adapters are needed I would be glad to 
>>> provide them.
>>> 
>>> The first step to mavenizing Flex is do decide on the structure of 
>>> the project. I think my Generator is a first step in this direction 
>>> and that's one of the reasons why I would like to open the 
>>> discussion on the structure.
>>> My FDKs are my opinion on an ideal structure but I would be glad to 
>>> adjust if someone has any objections.
>>> 
>>> The poms are very simple. They don't contain the maven config needed 
>>> to build. They even don't contain the dependency information needed 
>>> to build.
>>> In order to use the poms to build Flex in Maven it would make it 
>>> necessary to add the parent/child module config stuff, the plugin 
>>> configuration stuff, the dependencies and so on.
>>> But even if it would not be a simple "drop in the poms" process, I 
>>> think it shouldn't be that hard.
>>> 
>>> Chris
>>> 
>>> 
>>> 
>>> -----Ursprüngliche Nachricht-----
>>> Von: carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] Im 
>>> Auftrag von Carlos Rovira
>>> Gesendet: Montag, 24. September 2012 12:24
>>> An: flex-dev@incubator.apache.org
>>> Betreff: Re: Flex Maven FDK Generator RC1
>>> 
>>> Hi Chris,
>>> 
>>> this sounds very good. The point 5 should be the solution to the 
>>> problem we had with themes. I would like to have access to the link 
>>> in order to test it.
>>> 
>>> btw, if this works and we finaly have a working process to have 
>>> mavenized flex artifacts...could this be integrated in the build 
>>> process to apache flex to have official apache flex maven artifacts?
>>> 
>>> Going one step further... would be possible to create pom.xml for 
>>> each apache flex project to create flex maven artificats from now on?
>>> This could generate maven flex artifacts from source code with 
>>> jenkins as part of the normal apache flex sdk generation process and 
>>> could be deployed to apache maven official repo.
>>> 
>>> Great work! :)
>>> 
>>> 
>>> 
>>> 
>>> 2012/9/24 christofer.d...@c-ware.de <christofer.d...@c-ware.de>
>>> 
>>>> Hi,****
>>>> 
>>>> ** **
>>>> 
>>>> I just wanted to inform you, that I have somewhat finished my Flex 
>>>> FDK Generator. With this tool you should be able to generate 
>>>> Mavenized FDKs from any existing Flex FDK (Apache or Adobe) and Air
>>>> SDK.****
>>>> 
>>>> ** **
>>>> 
>>>> In order to use the new FDKs with Flexmojos 6.x I still have to 
>>>> change some stuff in Flexmojos 6.x (The framework.swc now has the 
>>>> version of the swz and this sometimes differs from the FDK version 
>>>> and hereby from the compiler.jar version).****
>>>> 
>>>> You should be able to compile using Velos famous 
>>>> iKnowWhatImDoingPleaseBreakMyBuildIwontBlameFlexmojosForStopWorking
>>>> <
>>>> h
>>>> t
>>>> tp://repository.sonatype.org/content/sites/maven-sites/flexmojos/4.
>>>> 0
>>>> -RC2/com
>>>> pile-swc-mojo.html#iKnowWhatImDoingPleaseBreakMyBuildIwontBlameFlex
>>>> m
>>>> ojosForS
>>>> topWorking>configuration option do disable this check (
>>>> http://repository.sonatype.org/content/sites/maven-sites/flexmojos/
>>>> 4
>>>> .0-RC2/c
>>>> ompile-swc-mojo.html#iKnowWhatImDoingPleaseBreakMyBuildIwontBlameFl
>>>> e
>>>> xmojosFo
>>>> rStopWorking).
>>>> Even if you don't want to actually use Flexmojos 6.x it would be 
>>>> great to get some feedback on the deployment structure. Currently 
>>>> it would be easy to change things . as soon as Deployments are 
>>>> available, this would be hard to fix.****
>>>> 
>>>> ** **
>>>> 
>>>> Things that are different from Velos Deployments:****
>>>> 
>>>> ** **
>>>> 
>>>> **1.       **Flash player stuff is now in "com.adobe.flash.framework"
>>>> (The playerglobals are here) and "com.adobe.flash.runtime" (The 
>>>> Flashplayer executable binaries are here) (There is no longer any 
>>>> "playerglobal-{fdk-version}-{player-version}.swc" artifacts)****
>>>> 
>>>> **2.       **Air stuff is now in "com.adobe.air.framework" (The
>>>> airglobals are here) (I didn't make it deploy the air runtime as 
>>>> this would have been really tricky)****
>>>> 
>>>> **3.       **Adobe FDKs are under "com.adobe.flex" and Apache FDKs are
>>>> under "org.apache.flex"****
>>>> 
>>>> **4.       **There are new Artifacts
>>>> "com.adobe.flex:framework:{fdk-version}:pom" which define the 
>>>> explicit versions of each library of the FDK and can be used by 
>>>> importing this artifact into your projects dependency
>>>> management.****
>>>> 
>>>> **5.       **There is no longer a "framwework-config-zip", instead there
>>>> is a swc-Theme for every theme of a FDK under 
>>>> "com.adobe.flex.framework.themes" (During deployment I use compc to 
>>>> compile a SWC from every theme that is not already an SWC 
>>>> theme)****
>>>> 
>>>> **6.       **If a library in the framework has a matching "rsl" or "swz"
>>>> the versions of these are used to deploy the artifact (generally 
>>>> affects "osmf" and "textlayout" but in the A and B versions of 
>>>> patched FDKs the versions of "framework" etc. differ from the FDK version.
>>>> Deploying them with the version of the FDK breaks the ability to 
>>>> load the SWZ files from an Adobe server)****
>>>> 
>>>> ** **
>>>> 
>>>> I think that was the major stuff ;-)****
>>>> 
>>>> ** **
>>>> 
>>>> If someone wants to have a look at the FDKs, please contact me and 
>>>> I'll send you the link to the download (Don't want to publish that 
>>>> here). I will continue to make Flexmojos work with my new FDKs as 
>>>> soon as that's finished and seems to be working I would like to 
>>>> make the Generator publically
>>>> available.****
>>>> 
>>>> ** **
>>>> 
>>>> Chris****
>>>> 
>>>> ** **
>>>> 
>>>> ** **
>>>> 
>>>> [ C h r i s t o f e r  D u t z ]****
>>>> 
>>>> ** **
>>>> 
>>>> C-Ware IT-Service****
>>>> 
>>>> Inhaber****
>>>> 
>>>> Dipl. Inf. Christofer Dutz****
>>>> 
>>>> Karlstraße. 104, 64285 Darmstadt****
>>>> 
>>>> ** **
>>>> 
>>>> [image: Beschreibung:
>>>> 788335]<http://www.benchpark.com/788335/kundenzufriedenheit.htm>
>>>> ****
>>>> 
>>>>    IT- und
>>>> Systemhäuser<http://www.benchpark.com/it_und_systemhaeuser.htm>
>>>> ****
>>>> 
>>>> ** **
>>>> 
>>>> fon:  0 61 51 / 27315 - 61****
>>>> 
>>>> fax:  0 61 51 / 27315 - 64****
>>>> 
>>>> mobil:  0171 / 7 444 2 33****
>>>> 
>>>> email:  christofer.d...@c-ware.de****
>>>> 
>>>> http://www.c-ware.de****
>>>> 
>>>> ** **
>>>> 
>>>> UStId-Nr. DE195700962****
>>>> 
>>>> ** **
>>>> 
>>>> ** **
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Carlos Rovira
>>> Director de Tecnología
>>> M: +34 607 22 60 05
>>> F:  +34 912 35 57 77
>>> <http://www.codeoscopic.com>
>>> CODEOSCOPIC S.A. <http://www.codeoscopic.com> Avd. del General 
>>> Perón,
>>> 32 Planta 10, Puertas P-Q
>>> 28020 Madrid
>> 
>> 
>> 
>> --
>> Carlos Rovira
>> Director de Tecnología
>> M: +34 607 22 60 05
>> F:  +34 912 35 57 77
>> CODEOSCOPIC S.A.
>> Avd. del General Perón, 32
>> Planta 10, Puertas P-Q
>> 28020 Madrid
> 
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 

--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to