Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D69DC9E71 for ; Fri, 18 May 2012 09:24:07 +0000 (UTC) Received: (qmail 99833 invoked by uid 500); 18 May 2012 09:24:07 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 99586 invoked by uid 500); 18 May 2012 09:24:04 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 99558 invoked by uid 99); 18 May 2012 09:24:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 09:24:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,T_FILL_THIS_FORM_SHORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.67.18.16] (HELO smtprelay04.ispgateway.de) (80.67.18.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 09:23:54 +0000 Received: from [10.128.0.8] (helo=exchange.df.eu) by smtprelay04.ispgateway.de with esmtps (TLSv1:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1SVJPI-0003J2-2r for flex-dev@incubator.apache.org; Fri, 18 May 2012 11:23:32 +0200 Received: from ECCR06PUBLIC.exchange.local ([10.128.2.55]) by efe05.exchange.local ([10.128.0.8]) with mapi; Fri, 18 May 2012 11:23:32 +0200 From: "christofer.dutz@c-ware.de" To: "flex-dev@incubator.apache.org" Date: Fri, 18 May 2012 11:23:27 +0200 Subject: Library Versions used in Flex SDK Thread-Topic: Library Versions used in Flex SDK Thread-Index: Ac001dN+cakVa+OoTjGhUOikJfQAAg== Message-ID: <66E38C42347D6446BF7FCB22C3D3878072C4B06A8D@ECCR06PUBLIC.exchange.local> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: yes X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: multipart/related; boundary="_004_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_"; type="multipart/alternative" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_004_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_ Content-Type: multipart/alternative; boundary="_000_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_" --_000_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, As allready stated in another thread, I am working on a tool to mavenize ax= isting SDKs to be able to use them together with flexmojos. I made my tool creeate a checksum from every jar in the compiler directory = and lookup if there is a corresponding artifact allready deployed in maven = central and to use that instead. Up to now every deployment of a Flex SDK i= ncluded a lot of obviously third party libs. My tool should reference exis= ting libs instead of the ones in the compiler directory. This found quite a= lot of deps that I could reuse. Besides the deps it found that I could replace there were still quite a lot= of deps that obviously are third party, but could not be found: batik, com= mons-collections, xercesImpl, xmlParserAPIs. I bet it's because Adobe took some jars, and somehow repackaged them. Has a= nyone got an Idea which versions are really referenced? I would really like= not to have to deploy these in the com.adobe.flex.compiler group. Just as I think this might be usefull, I'll attach the output of my generat= or to this post. I started with the oldest SDK calculating checksums and ch= ecking maven-central for alternatives. For every processed lib, I save the = checksum. If a newer SDK contains a library that an earlier version used to= o, then the older version is used. This way I could see the reusage of libr= aries throughout the SDK versions. In the log you can see in which SDK a li= brary is used that was in an earlier SDK. As I mentioned, I would really like to replace the batix and xerces stuff w= ith real versions ... unfortunately I have no idea at which version was use= d in which SDK or if it's safe to reference other versions (Adobe patched t= hem to work differently). Chris --------------------------------------------- -- Generating Flex SDK version: 2.0.1.180927 --------------------------------------------- For jar-file with checksum: 27983405f0871f28d3b9ab35b44e62610a60564a more t= han one result was returned by query: http://search.maven.org/solrsearch/se= lect?rows=3D20&wt=3Djson&q=3D1:27983405f0871f28d3b9ab35b44e62610a60564a --------------------------------------------- -- Generating Flex SDK version: 3.0.0.477A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-gvt:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svg-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.0.1.1732A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:asc:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-css:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-gvt:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svg-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.1.0.2710A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-css:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-gvt:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svg-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:3.0.1.1732A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.2.0.3958A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-css:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-gvt:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svg-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.3.0.4852A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:adt:3.2.0.3958A Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:asc:3.2.0.3958A Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-css:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-gvt:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svg-dom:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:3.2.0.3958A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.4.0.9271A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.4.1.10084A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:adt:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:asc:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:batik-all-flex:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.5.0.12683B --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:asc:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:batik-all-flex:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 3.6.0.16995A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:adt:3.5.0.12683B Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:batik-all-flex:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:3.4.0.9271A Reusing artifact: com.adobe.flex.compiler:license:3.5.0.12683B Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927 Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927 --------------------------------------------- -- Generating Flex SDK version: 4.0.0.14159A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:adt:3.5.0.12683B Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: xalan:xalan:2.6.0 --------------------------------------------- -- Generating Flex SDK version: 4.1.0.16076A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik-all-flex:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_de:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_fr:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:batik_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:4.0.0.14159= A Reusing artifact: com.adobe.flex.compiler:license:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:velocity-dep-1.4-flex:4.0.0.14159= A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_de:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_fr:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_zh_CN:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesPatch:4.0.0.14159A Reusing artifact: xml-apis:xml-apis:1.3.04 --------------------------------------------- -- Generating Flex SDK version: 4.5.0.20967A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:batik_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ru:4.0.0.14159A Reusing artifact: xml-apis:xml-apis:1.3.04 --------------------------------------------- -- Generating Flex SDK version: 4.5.1.21328A --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:adt:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:afe:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:baksmali:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik-all-flex:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik_de:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik_fr:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:batik_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:license:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:smali:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:velocity-dep-1.4-flex:4.5.0.20967= A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_de:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesImpl_fr:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_zh_CN:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesPatch:4.5.0.20967A Reusing artifact: xml-apis:xml-apis:1.3.04 --------------------------------------------- -- Generating Flex SDK version: 4.6.0.23201B --------------------------------------------- Reusing artifact: com.adobe.flex.compiler:afe:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_de:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik_fr:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A Reusing artifact: com.adobe.flex.compiler:batik_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927 Reusing artifact: commons-discovery:commons-discovery:0.2 Reusing artifact: commons-logging:commons-logging:1.0.4 Reusing artifact: com.adobe.flex.compiler:flex-fontkit:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:flex-messaging-common:4.5.1.21328= A Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:velocity-dep-1.4-flex:4.5.0.20967= A Reusing artifact: xalan:xalan:2.6.0 Reusing artifact: com.adobe.flex.compiler:xercesImpl:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_de:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesImpl_fr:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_ru:4.0.0.14159A Reusing artifact: com.adobe.flex.compiler:xercesImpl_zh_CN:4.5.0.20967A Reusing artifact: com.adobe.flex.compiler:xercesPatch:4.5.0.20967A Reusing artifact: xml-apis:xml-apis:1.3.04 --------------------------------------------- [ C h r i s t o f e r D u t z ] C-Ware IT-Service Inhaber Dipl. Inf. Christofer Dutz Karlstra=DFe. 104, 64285 Darmstadt [cid:image001.gif@01CD34E7.FB8E2920] IT- und Systemh=E4user fon: 0 61 51 / 27315 - 61 fax: 0 61 51 / 27315 - 64 mobil: 0171 / 7 444 2 33 email: christofer.dutz@c-ware.de http://www.c-ware.de UStId-Nr. DE195700962 --_000_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi,

=

 

As allready = stated in another thread, I am working on a tool to mavenize axisting SDKs = to be able to use them together with flexmojos.

 

I made my tool creeate= a checksum from every jar in the compiler directory and lookup if there is= a corresponding artifact allready deployed in maven central and to use tha= t instead. Up to now every deployment of a Flex SDK included a lot of obvio= usly third party libs.=A0 My tool should reference existing libs instead of= the ones in the compiler directory. This found quite a lot of deps that I = could reuse.

 

Besides the deps it found that I could replace there were= still quite a lot of deps that obviously are third party, but could not be= found: batik, commons-collections, xercesImpl, xmlParserAPIs.

I bet it’s because Adobe took some jars, and s= omehow repackaged them. Has anyone got an Idea which versions are really re= ferenced? I would really like not to have to deploy these in the com.adobe.= flex.compiler group.

 

Just as I think this might be usefull, I’ll at= tach the output of my generator to this post. I started with the oldest SDK= calculating checksums and checking maven-central for alternatives. For eve= ry processed lib, I save the checksum. If a newer SDK contains a library th= at an earlier version used too, then the older version is used. This way I = could see the reusage of libraries throughout the SDK versions. In the log = you can see in which SDK a library is used that was in an earlier SDK.=

 

As= I mentioned, I would really like to replace the batix and xerces stuff wit= h real versions … unfortunately I have no idea at which version was u= sed in which SDK or if it’s safe to reference other versions (Adobe p= atched them to work differently).

&= nbsp;

Chris

 

 

---------------------------------------------

-- Generating Flex SDK version: 2.0.1.180927<= /p>

---------------------------------------------<= /o:p>

For jar-file with checksum: 27983405f0871f28d= 3b9ab35b44e62610a60564a more than one result was returned by query: http://= search.maven.org/solrsearch/select?rows=3D20&wt=3Djson&q=3D1:279834= 05f0871f28d3b9ab35b44e62610a60564a

-----= ----------------------------------------

-- Generating Flex SDK version: 3.0.0.477A

---------------------------------------------

Reusing artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.18= 0927

Reusing artifact: com.adobe.flex.co= mpiler:batik-bridge:2.0.1.180927

Reusing= artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1= .180927

Reusing artifact: com.adobe.flex= .compiler:batik-gvt:2.0.1.180927

Reusing= artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927

=

Reusing artifact: com.adobe.flex.compiler:batik-script= :2.0.1.180927

Reusing artifact: com.adob= e.flex.compiler:batik-svg-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927=

Reusing artifact: com.adobe.flex.compiler:ba= tik-transcoder:2.0.1.180927

Reusing arti= fact: com.adobe.flex.compiler:batik-util:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180= 927

Reusing artifact: com.adobe.flex.com= piler:commons-collections:2.0.1.180927

R= eusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0.4

Reusing artifact: com.adobe.flex.compiler:= mm-velocity-1.4:2.0.1.180927

Reusing art= ifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.= 180927

Reusing artifact: com.adobe.flex.= compiler:xmlParserAPIs:2.0.1.180927

----= -----------------------------------------

-- Generating Flex SDK version: 3.0.1.1732A

---------------------------------------------

Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A<= /o:p>

Reusing artifact: com.adobe.flex.compiler:agl= j32:3.0.0.477A

Reusing artifact: com.ado= be.flex.compiler:asc:3.0.0.477A

Reusing = artifact: com.adobe.flex.compiler:batik-awt-util:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-bridg= e:2.0.1.180927

Reusing artifact: com.ado= be.flex.compiler:batik-css:3.0.0.477A

Re= using artifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-ext:= 2.0.1.180927

Reusing artifact: com.adobe= .flex.compiler:batik-gvt:2.0.1.180927

Re= using artifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-s= cript:2.0.1.180927

Reusing artifact: com= .adobe.flex.compiler:batik-svg-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927=

Reusing artifact: com.adobe.flex.compil= er:batik-transcoder:2.0.1.180927

Reusing= artifact: com.adobe.flex.compiler:batik-util:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.= 1.180927

Reusing artifact: com.adobe.fle= x.compiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0= .4

Reusing artifact: com.adobe.flex.comp= iler:flex-fontkit:3.0.0.477A

Reusing art= ifact: com.adobe.flex.compiler:license:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.1= 80927

Reusing artifact: com.adobe.flex.c= ompiler:rideau:3.0.0.477A

Reusing artifa= ct: xalan:xalan:2.6.0

Reusing artifact: = com.adobe.flex.compiler:xercesImpl:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927<= o:p>

Reusing artifact: com.adobe.flex.compile= r:xmlParserAPIs:2.0.1.180927

-----------= ----------------------------------

-- Ge= nerating Flex SDK version: 3.1.0.2710A

-= --------------------------------------------

Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.= 0.477A

Reusing artifact: com.adobe.flex.= compiler:batik-awt-util:2.0.1.180927

Reu= sing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927=

Reusing artifact: com.adobe.flex.compiler:batik-cs= s:3.0.0.477A

Reusing artifact: com.adobe= .flex.compiler:batik-dom:2.0.1.180927

Re= using artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-gvt:= 2.0.1.180927

Reusing artifact: com.adobe= .flex.compiler:batik-parser:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:bati= k-svg-dom:2.0.1.180927

Reusing artifact:= com.adobe.flex.compiler:batik-svggen:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.0= .1.180927

Reusing artifact: com.adobe.fl= ex.compiler:batik-util:2.0.1.180927

Reus= ing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927

=

Reusing artifact: com.adobe.flex.compiler:commons-coll= ections:2.0.1.180927

Reusing artifact: c= ommons-discovery:commons-discovery:0.2

R= eusing artifact: commons-logging:commons-logging:1.0.4

Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0= .477A

Reusing artifact: com.adobe.flex.c= ompiler:flex-messaging-common:3.0.1.1732A

Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:mm-velocit= y-1.4:2.0.1.180927

Reusing artifact: com= .adobe.flex.compiler:rideau:3.0.0.477A

R= eusing artifact: xalan:xalan:2.6.0

Reusi= ng artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927

=

Reusing artifact: com.adobe.flex.compiler:xercesPatch:= 2.0.1.180927

Reusing artifact: com.adobe= .flex.compiler:xmlParserAPIs:2.0.1.180927

---------------------------------------------

-- Generating Flex SDK version: 3.2.0.3958A

---------------------------------------------

Reusing artifact: com.adobe.flex.compiler:afe:3.0.0.477A=

Reusing artifact: com.adobe.flex.compil= er:aglj32:3.0.0.477A

Reusing artifact: c= om.adobe.flex.compiler:batik-awt-util:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.1= 80927

Reusing artifact: com.adobe.flex.c= ompiler:batik-css:3.0.0.477A

Reusing art= ifact: com.adobe.flex.compiler:batik-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180= 927

Reusing artifact: com.adobe.flex.com= piler:batik-gvt:2.0.1.180927

Reusing art= ifact: com.adobe.flex.compiler:batik-parser:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-script:2.0= .1.180927

Reusing artifact: com.adobe.fl= ex.compiler:batik-svg-dom:2.0.1.180927

R= eusing artifact: com.adobe.flex.compiler:batik-svggen:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-= transcoder:2.0.1.180927

Reusing artifact= : com.adobe.flex.compiler:batik-util:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927<= o:p>

Reusing artifact: com.adobe.flex.compile= r:batik_ja:3.1.0.2710A

Reusing artifact:= com.adobe.flex.compiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2=

Reusing artifact: commons-logging:commo= ns-logging:1.0.4

Reusing artifact: com.a= dobe.flex.compiler:flex-fontkit:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A<= /p>

Reusing artifact: com.adobe.flex.compiler:mm-veloci= ty-1.4:2.0.1.180927

Reusing artifact: co= m.adobe.flex.compiler:rideau:3.0.0.477A

= Reusing artifact: xalan:xalan:2.6.0

Reus= ing artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xercesImpl_= ja:3.1.0.2710A

Reusing artifact: com.ado= be.flex.compiler:xercesPatch:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927=

--------------------------------------------= -

-- Generating Flex SDK version: 3.3.0.= 4852A

----------------------------------= -----------

Reusing artifact: com.adobe.= flex.compiler:adt:3.2.0.3958A

Reusing ar= tifact: com.adobe.flex.compiler:afe:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:asc:3.= 2.0.3958A

Reusing artifact: com.adobe.fl= ex.compiler:batik-awt-util:2.0.1.180927

= Reusing artifact: com.adobe.flex.compiler:batik-bridge:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik= -css:3.0.0.477A

Reusing artifact: com.ad= obe.flex.compiler:batik-dom:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-ext:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-g= vt:2.0.1.180927

Reusing artifact: com.ad= obe.flex.compiler:batik-parser:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-script:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:b= atik-svg-dom:2.0.1.180927

Reusing artifa= ct: com.adobe.flex.compiler:batik-svggen:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik-transcoder:2.= 0.1.180927

Reusing artifact: com.adobe.f= lex.compiler:batik-util:2.0.1.180927

Reu= sing artifact: com.adobe.flex.compiler:batik-xml:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:batik_ja:3.= 1.0.2710A

Reusing artifact: com.adobe.fl= ex.compiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.= 0.4

Reusing artifact: com.adobe.flex.com= piler:flex-fontkit:3.0.0.477A

Reusing ar= tifact: com.adobe.flex.compiler:flex-messaging-common:3.2.0.3958A

Reusing artifact: com.adobe.flex.compiler:license= :3.0.0.477A

Reusing artifact: com.adobe.= flex.compiler:mm-velocity-1.4:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A

Reusing artifact: xalan:xalan:2.6.0

Reusing artifact: com.adobe.flex.compiler:xercesImpl:2.0= .1.180927

Reusing artifact: com.adobe.fl= ex.compiler:xercesImpl_ja:3.1.0.2710A

Re= using artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927=

Reusing artifact: com.adobe.flex.compiler:xmlParse= rAPIs:2.0.1.180927

---------------------= ------------------------

-- Generating F= lex SDK version: 3.4.0.9271A

-----------= ----------------------------------

Reusi= ng artifact: com.adobe.flex.compiler:afe:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:= batik_ja:3.1.0.2710A

Reusing artifact: c= om.adobe.flex.compiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons= -logging:1.0.4

Reusing artifact: com.ado= be.flex.compiler:flex-fontkit:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:mm-velocity= -1.4:2.0.1.180927

Reusing artifact: com.= adobe.flex.compiler:rideau:3.0.0.477A

Re= using artifact: xalan:xalan:2.6.0

Reusin= g artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927

<= p class=3DMsoNormal>Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja= :3.1.0.2710A

Reusing artifact: com.adobe= .flex.compiler:xercesPatch:2.0.1.180927

= Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927

---------------------------------------------<= o:p>

-- Generating Flex SDK version: 3.4.1.10= 084A

-----------------------------------= ----------

Reusing artifact: com.adobe.f= lex.compiler:adt:3.4.0.9271A

Reusing art= ifact: com.adobe.flex.compiler:afe:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:aglj32:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:asc:3.4= .0.9271A

Reusing artifact: com.adobe.fle= x.compiler:batik-all-flex:3.4.0.9271A

Re= using artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A

=

Reusing artifact: com.adobe.flex.compiler:commons-coll= ections:2.0.1.180927

Reusing artifact: c= ommons-discovery:commons-discovery:0.2

R= eusing artifact: commons-logging:commons-logging:1.0.4

Reusing artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0= .477A

Reusing artifact: com.adobe.flex.c= ompiler:flex-messaging-common:3.4.0.9271A

Reusing artifact: com.adobe.flex.compiler:license:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:mm-velocit= y-1.4:2.0.1.180927

Reusing artifact: com= .adobe.flex.compiler:rideau:3.0.0.477A

R= eusing artifact: xalan:xalan:2.6.0

Reusi= ng artifact: com.adobe.flex.compiler:xercesImpl:2.0.1.180927

=

Reusing artifact: com.adobe.flex.compiler:xercesImpl_j= a:3.1.0.2710A

Reusing artifact: com.adob= e.flex.compiler:xercesPatch:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xmlParserAPIs:2.0.1.180927<= /o:p>

---------------------------------------------=

-- Generating Flex SDK version: 3.5.0.1= 2683B

----------------------------------= -----------

Reusing artifact: com.adobe.= flex.compiler:afe:3.0.0.477A

Reusing art= ifact: com.adobe.flex.compiler:aglj32:3.0.0.477A

Reusing artifact: com.adobe.flex.compiler:asc:3.4.0.9271A

Reusing artifact: com.adobe.flex.compiler:batik-= all-flex:3.4.0.9271A

Reusing artifact: c= om.adobe.flex.compiler:batik_ja:3.1.0.2710A

Reusing artifact: com.adobe.flex.compiler:commons-collections:2.0.1.180= 927

Reusing artifact: commons-discovery:= commons-discovery:0.2

Reusing artifact: = commons-logging:commons-logging:1.0.4

Re= using artifact: com.adobe.flex.compiler:flex-fontkit:3.0.0.477A<= /p>

Reusing artifact: com.adobe.flex.compiler:flex-mess= aging-common:3.4.0.9271A

Reusing artifac= t: com.adobe.flex.compiler:mm-velocity-1.4:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A=

Reusing artifact: xalan:xalan:2.6.0

Reusing artifact: com.adobe.flex.compiler:x= ercesImpl:2.0.1.180927

Reusing artifact:= com.adobe.flex.compiler:xercesImpl_ja:3.1.0.2710A

Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.18= 0927

Reusing artifact: com.adobe.flex.co= mpiler:xmlParserAPIs:2.0.1.180927

------= ---------------------------------------

= -- Generating Flex SDK version: 3.6.0.16995A

---------------------------------------------

Reusing artifact: com.adobe.flex.compiler:adt:3.5.0.12683B

Reusing artifact: com.adobe.flex.compiler:a= fe:3.0.0.477A

Reusing artifact: com.adob= e.flex.compiler:aglj32:3.0.0.477A

Reusin= g artifact: com.adobe.flex.compiler:batik-all-flex:3.4.0.9271A

Reusing artifact: com.adobe.flex.compiler:batik_ja:3= .1.0.2710A

Reusing artifact: com.adobe.f= lex.compiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2<= /p>

Reusing artifact: commons-logging:commons-logging:1= .0.4

Reusing artifact: com.adobe.flex.co= mpiler:flex-fontkit:3.0.0.477A

Reusing a= rtifact: com.adobe.flex.compiler:flex-messaging-common:3.4.0.9271A

Reusing artifact: com.adobe.flex.compiler:licens= e:3.5.0.12683B

Reusing artifact: com.ado= be.flex.compiler:mm-velocity-1.4:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:rideau:3.0.0.477A

Reusing artifact: xalan:xalan:2.6.0

Reusing artifact: com.adobe.flex.compiler:xercesImpl:= 2.0.1.180927

Reusing artifact: com.adobe= .flex.compiler:xercesImpl_ja:3.1.0.2710A

Reusing artifact: com.adobe.flex.compiler:xercesPatch:2.0.1.180927

Reusing artifact: com.adobe.flex.compiler:xmlPa= rserAPIs:2.0.1.180927

------------------= ---------------------------

-- Generatin= g Flex SDK version: 4.0.0.14159A

-------= --------------------------------------

R= eusing artifact: com.adobe.flex.compiler:adt:3.5.0.12683B

Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.= 2710A

Reusing artifact: com.adobe.flex.c= ompiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0.4<= o:p>

Reusing artifact: xalan:xalan:2.6.0=

--------------------------------------------= -

-- Generating Flex SDK version: 4.1.0.= 16076A

---------------------------------= ------------

Reusing artifact: com.adobe= .flex.compiler:afe:4.0.0.14159A

Reusing = artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik-all-flex:4.0.= 0.14159A

Reusing artifact: com.adobe.fle= x.compiler:batik_de:4.0.0.14159A

Reusing= artifact: com.adobe.flex.compiler:batik_fr:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2= 710A

Reusing artifact: com.adobe.flex.co= mpiler:batik_ko:4.0.0.14159A

Reusing art= ifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14= 159A

Reusing artifact: com.adobe.flex.co= mpiler:commons-collections:2.0.1.180927

= Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0.4

Reusing artifact: com.adobe.flex.compiler= :flex-fontkit:4.0.0.14159A

Reusing artif= act: com.adobe.flex.compiler:flex-messaging-common:4.0.0.14159A<= /p>

Reusing artifact: com.adobe.flex.compiler:license:4= .0.0.14159A

Reusing artifact: com.adobe.= flex.compiler:rideau:4.0.0.14159A

Reusin= g artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:velocity-dep-1.4-= flex:4.0.0.14159A

Reusing artifact: xala= n:xalan:2.6.0

Reusing artifact: com.adob= e.flex.compiler:xercesImpl:4.0.0.14159A

= Reusing artifact: com.adobe.flex.compiler:xercesImpl_de:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xerc= esImpl_fr:4.0.0.14159A

Reusing artifact:= com.adobe.flex.compiler:xercesImpl_ja:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.= 14159A

Reusing artifact: com.adobe.flex.= compiler:xercesImpl_ru:4.0.0.14159A

Reus= ing artifact: com.adobe.flex.compiler:xercesImpl_zh_CN:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xerce= sPatch:4.0.0.14159A

Reusing artifact: xm= l-apis:xml-apis:1.3.04

-----------------= ----------------------------

-- Generati= ng Flex SDK version: 4.5.0.20967A

------= ---------------------------------------

= Reusing artifact: com.adobe.flex.compiler:afe:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.1= 4159A

Reusing artifact: com.adobe.flex.c= ompiler:batik_ja:3.1.0.2710A

Reusing art= ifact: com.adobe.flex.compiler:batik_ko:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159= A

Reusing artifact: com.adobe.flex.compi= ler:batik_zh_CN:4.0.0.14159A

Reusing art= ifact: com.adobe.flex.compiler:commons-collections:2.0.1.180927<= /p>

Reusing artifact: commons-discovery:commons-discove= ry:0.2

Reusing artifact: commons-logging= :commons-logging:1.0.4

Reusing artifact:= com.adobe.flex.compiler:rideau:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:saxon9:4.0.0.14159A

Reusing artifact: xalan:xalan:2.6.0

Reusing artifact: com.adobe.flex.compiler:xercesImpl= :4.0.0.14159A

Reusing artifact: com.adob= e.flex.compiler:xercesImpl_ja:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:x= ercesImpl_ru:4.0.0.14159A

Reusing artifa= ct: xml-apis:xml-apis:1.3.04

-----------= ----------------------------------

-- Ge= nerating Flex SDK version: 4.5.1.21328A

= ---------------------------------------------

Reusing artifact: com.adobe.flex.compiler:adt:4.5.0.20967A=

Reusing artifact: com.adobe.flex.compiler:afe:4.0.= 0.14159A

Reusing artifact: com.adobe.fle= x.compiler:aglj40:4.0.0.14159A

Reusing a= rtifact: com.adobe.flex.compiler:baksmali:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:batik-all-flex:4.5= .0.20967A

Reusing artifact: com.adobe.fl= ex.compiler:batik_de:4.5.0.20967A

Reusin= g artifact: com.adobe.flex.compiler:batik_fr:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.= 2710A

Reusing artifact: com.adobe.flex.c= ompiler:batik_ko:4.0.0.14159A

Reusing ar= tifact: com.adobe.flex.compiler:batik_ru:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.1= 4159A

Reusing artifact: com.adobe.flex.c= ompiler:commons-collections:2.0.1.180927

Reusing artifact: commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0.4<= o:p>

Reusing artifact: com.adobe.flex.compile= r:flex-fontkit:4.5.0.20967A

Reusing arti= fact: com.adobe.flex.compiler:license:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A<= o:p>

Reusing artifact: com.adobe.flex.compile= r:saxon9:4.0.0.14159A

Reusing artifact: = com.adobe.flex.compiler:smali:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:velocity-dep-1.4-flex:4.5.0.20= 967A

Reusing artifact: xalan:xalan:2.6.0=

Reusing artifact: com.adobe.flex.compil= er:xercesImpl:4.0.0.14159A

Reusing artif= act: com.adobe.flex.compiler:xercesImpl_de:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:xercesImpl_fr:4.5= .0.20967A

Reusing artifact: com.adobe.fl= ex.compiler:xercesImpl_ja:4.0.0.14159A

R= eusing artifact: com.adobe.flex.compiler:xercesImpl_ko:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xerce= sImpl_ru:4.0.0.14159A

Reusing artifact: = com.adobe.flex.compiler:xercesImpl_zh_CN:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:xercesPatch:4.5.0.2= 0967A

Reusing artifact: xml-apis:xml-api= s:1.3.04

-------------------------------= --------------

-- Generating Flex SDK ve= rsion: 4.6.0.23201B

--------------------= -------------------------

Reusing artifa= ct: com.adobe.flex.compiler:afe:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:aglj40:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:batik_= de:4.5.0.20967A

Reusing artifact: com.ad= obe.flex.compiler:batik_fr:4.5.0.20967A

= Reusing artifact: com.adobe.flex.compiler:batik_ja:3.1.0.2710A

Reusing artifact: com.adobe.flex.compiler:batik_ko:4= .0.0.14159A

Reusing artifact: com.adobe.= flex.compiler:batik_ru:4.0.0.14159A

Reus= ing artifact: com.adobe.flex.compiler:batik_zh_CN:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:commons-co= llections:2.0.1.180927

Reusing artifact:= commons-discovery:commons-discovery:0.2

Reusing artifact: commons-logging:commons-logging:1.0.4

Reusing artifact: com.adobe.flex.compiler:flex-fontkit:4.5= .0.20967A

Reusing artifact: com.adobe.fl= ex.compiler:flex-messaging-common:4.5.1.21328A

Reusing artifact: com.adobe.flex.compiler:rideau:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:saxo= n9:4.0.0.14159A

Reusing artifact: com.ad= obe.flex.compiler:velocity-dep-1.4-flex:4.5.0.20967A

Reusing artifact: xalan:xalan:2.6.0

Reusing artifact: com.adobe.flex.compiler:xercesImpl:4.0.0.14159A<= o:p>

Reusing artifact: com.adobe.flex.compile= r:xercesImpl_de:4.5.0.20967A

Reusing art= ifact: com.adobe.flex.compiler:xercesImpl_fr:4.5.0.20967A

Reusing artifact: com.adobe.flex.compiler:xercesImpl_ja:4= .0.0.14159A

Reusing artifact: com.adobe.= flex.compiler:xercesImpl_ko:4.0.0.14159A

Reusing artifact: com.adobe.flex.compiler:xercesImpl_ru:4.0.0.14159A<= /o:p>

Reusing artifact: com.adobe.flex.compiler:xer= cesImpl_zh_CN:4.5.0.20967A

Reusing artif= act: com.adobe.flex.compiler:xercesPatch:4.5.0.20967A

Reusing artifact: xml-apis:xml-apis:1.3.04

---------------------------------------------

 

 = ;

 

<= o:p> 

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

 

C-Ware IT-Service

Inhaber

= Dipl. Inf. Christofer= Dutz

Karlstra= =DFe. 104, 64285 Darmstadt

 

3D"Beschreibung:

=A0=A0 IT- und Systemh=E4user

&nbs= p;

fon:  0 61 51= / 27315 - 61

fax:  0 61 51 / 27315 - 64

mobil:  0171 / 7 444 2 33=

email:&= nbsp; = christofer.dutz@c-ware.de

http://www.c-ware.de

 

<= span lang=3DEN-US style=3D'font-size:10.5pt;font-family:Consolas;color:#1F4= 97D;mso-fareast-language:DE'>UStId-Nr. DE195700962<= /span>

&nbs= p;

 

<= /html>= --_000_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_-- --_004_66E38C42347D6446BF7FCB22C3D3878072C4B06A8DECCR06PUBLICe_--