http://blog.flex-mojos.info/2008/03/22/why/
On Mon, Jan 26, 2009 at 5:36 PM, Marvin Froeder <[email protected]> wrote: > Flex is much more sensitive to version changes then Java. > > Imagine you have a new crew member that setup his environment using flex 4 > instead of flex 3. You can get errors to build the project. > Even worse. Some build application using flex 3.1 and another person uses > flex 3.2 to compile a module. At releases this shouldn't happen but at daily > work that can happens, and will introduce problems really hard to catch. > > Doing as flex-mojos does you ensure everyone is on the same version and in > what version they are. > > Other then that, on israfil you need to setup your environment before > start. That is something I don't like, specially on maven. > > > VELO > > > On Mon, Jan 26, 2009 at 5:29 PM, [email protected] < > [email protected]> wrote: > >> >> thanks >> >> BTW - can you explain the decision to put the SDK on repo, the JDK is >> not there for java projects >> also Israfil mojo decided not to do this , why did you decide this >> way, isn't a flex.home is simplier? >> >> >> On Jan 26, 9:06 pm, Marvin Froeder <[email protected]> wrote: >> > Hrm...... >> > >> > read more ยป >> > >> > That is my fault then. >> > >> > I will fix on 2.0.4 >> > >> > VELO >> > >> > On Mon, Jan 26, 2009 at 5:01 PM, [email protected] < >> > >> > >> > >> > [email protected]> wrote: >> > >> > > also now its only try to download xmlparser and the pom of the 3.2 >> > > version here it is >> > >> > > [INFO] Using encoding: 'UTF-8' to copy filtered resources. >> > > Downloading: >> > >> > >http://snapshots.repository.codehaus.org/com/adobe/flex/compiler/xmlP. >> .. >> > > Downloading: >> > >> > >http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler. >> .. >> > > 317/317b >> > > 317b< >> http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler.. >> .>downloaded >> > > Downloading: >> > >> > >http://snapshots.repository.codehaus.org/com/adobe/flex/compiler/xmlP. >> .. >> > > Downloading: >> > >> > >http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler. >> .. >> > > [INFO] [flex-compiler-mojo:compile-swc] >> > > [INFO] Flex-mojos 2.0M10 - GNU GPL License (NO WARRANTY) - See >> > > COPYRIGHT file >> > > [INFO] Using configuration file D:\Dev\runtimes\FlexCompiler\default >> > > \flex3.1\frameworks\flex-config.xml >> > > Downloading: >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/. >> .. >> > > 4096/? >> > > 5701/< >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...> >> > > ? >> > > [WARNING] Nothing expecified to include. Assuming source and >> > > resources folders. >> > >> > > On Jan 26, 8:56 pm, "[email protected]" >> > > <[email protected]> wrote: >> > > > tried that also , cannot get rid of this annoying version download >> > > > also i tried to override the flex.sdk.version that is defined in >> > > > mojo.pom >> > >> > > > any other thoughts ? did anyone tried to clean his repo and see that >> > > > he does not get artifacts from both versions ? >> > >> > > > On Jan 26, 5:26 pm, Marvin Froeder <[email protected]> wrote: >> > >> > > > > Try that outside plugin management?! >> > >> > > > > May be maven is ignoring it. Dunno, but give it a shoot. >> > >> > > > > VELO >> > >> > > > > On Mon, Jan 26, 2009 at 1:24 PM, [email protected] < >> > >> > > > > [email protected]> wrote: >> > >> > > > > > i added the dependency to asdoc also here is the result >> > >> > > > > > wnloading: >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/. >> .. >> > > > > > lc-3.2.0.3958.jar >> > > > > > wnloading: >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/. >> .. >> > > > > > 8/xercesImpl-3.2.0.3958.jar< >> > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...> >> > > > > > wnloading: >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/. >> .. >> > > > > > 958/batik-svggen-3.2.0.3958.jar< >> > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...> >> > > > > > wnloading: >> > >> > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/.... >> > > > > > 3958/xmlParserAPIs-3.2.0.3958.jar< >> > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...> >> > > > > > wnloading: >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/. >> .. >> > > > > > 958/batik-bridge-3.2.0.3958.jar< >> > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...> >> > >> > > > > > On Jan 26, 4:02 pm, Marvin Froeder <[email protected]> wrote: >> > > > > > > You did on compiler mojo, but not at asdoc mojo. >> > >> > > > > > > VELO >> > >> > > > > > > On Mon, Jan 26, 2009 at 11:56 AM, [email protected] < >> > >> > > > > > > [email protected]> wrote: >> > >> > > > > > > > I have this POM (snapshot) - did exactly what you said still >> > > > > > > > downloading 3.2.0.3958 stuff >> > > > > > > > <dependencies> >> > > > > > > > <!-- Flex-Mojos SDK + Unit testing support >> --> >> > > > > > > > <dependency> >> > > > > > > > >> <groupId>com.adobe.flexunit</groupId> >> > > > > > > > <artifactId>flexunit</artifactId> >> > > > > > > > >> <version>${flexunit.version}</version> >> > > > > > > > <type>swc</type> >> > > > > > > > <scope>test</scope> >> > > > > > > > </dependency> >> > > > > > > > <dependency> >> > >> > > <groupId>com.adobe.flex.framework</groupId> >> > > > > > > > >> <artifactId>flex-framework</artifactId> >> > > > > > > > <version>${flex.version}</version> >> > > > > > > > <type>pom</type> >> > > > > > > > </dependency> >> > >> > > > > > > > <dependency> >> > > > > > > > <groupId>info.flex-mojos</groupId> >> > > > > > > > >> <artifactId>testing-support</artifactId> >> > > > > > > > >> <version>${flex-mojos.version}</version> >> > > > > > > > <type>swc</type> >> > > > > > > > <scope>test</scope> >> > > > > > > > </dependency> >> > >> > > > > > > > <dependency> >> > > > > > > > <groupId>info.flex-mojos</groupId> >> > > > > > > > <artifactId>install-mojo</artifactId> >> > > > > > > > >> <version>${flex-mojos.version}</version> >> > > > > > > > <type>pom</type> >> > > > > > > > </dependency> >> > > > > > > > <!-- End of Flex-Mojos --> >> > > > > > > > </dependencies> >> > >> > > > > > > > <build> >> > > > > > > > >> <sourceDirectory>src/main/flex</sourceDirectory> >> > >> > > > > > <testSourceDirectory>src/test/flex</testSourceDirectory> >> > > > > > > > <resources> >> > > > > > > > <resource> >> > >> > > > > > <directory>src/main/flex/assets</directory> >> > > > > > > > </resource> >> > > > > > > > </resources> >> > >> > > > > > > > <pluginManagement> >> > > > > > > > <plugins> >> > > > > > > > <plugin> >> > >> > > > > > > > <groupId>info.flex-mojos</groupId> >> > >> > > > > > > > <artifactId>flex-compiler-mojo</artifactId> >> > >> > > > > > > > <version>${flex-mojos.version}</version> >> > >> > > > > > > > <extensions>true</extensions> >> > > > > > > > >> <configuration> >> > >> > > > > > > > <configFile>${flex.home}/frameworks/flex-config.xml</ >> > > > > > > > configFile> >> > > > > > > > <!-- >> until >> > > unix >> > > > > > > > headless issue will be resolved skip the test >> > > > > > > > running --> >> > >> > > > > > > > <skipTest>true</skipTest> >> > > > > > > > >> </configuration> >> > > > > > > > >> <dependencies> >> > >> > > <dependency> >> > >> > > > > > > > <groupId>com.adobe.flex</groupId> >> > >> > > > > > > > <artifactId>compiler</artifactId> >> > >> > > > > > > > <version>${flex.version}</version> >> > >> > > > > > > > <type>pom</type> >> > >> > > </dependency> >> > > > > > > > >> </dependencies> >> > > > > > > > </plugin> >> > > > > > > > <plugin> >> > >> > > > > > > > <groupId>info.flex-mojos</groupId> >> > >> > > > > > > > <artifactId>asdoc-mojo</artifactId> >> > >> > > > > > > > <version>${flex-mojos.version}</version> >> > > > > > > > >> <configuration> >> > >> > > > > > > > <configFile>${flex.home}/frameworks/flex-config.xml</ >> > > > > > > > configFile> >> > > > > > > > >> </configuration> >> > > > > > > > </plugin> >> > >> > > > > > > > </plugins> >> > > > > > > > </pluginManagement> >> > >> > > > > > > > On Jan 26, 2:17 pm, Marvin Froeder <[email protected]> >> wrote: >> > > > > > > > > Well, if that is happening you are not using 3.1.0.2710 >> [?] >> > >> > > > > > > > > 360.gif >> > > > > > > > > < 1KViewDownload >> > >> > > > > > > > > Take a look on this reference pom: >> > >> > >http://svn.sonatype.org/flexmojos/branches/flex-mojos-2.0.x/test-harn. >> > > > > > .. >> > >> > > > > > > > > You need to set project dependency as 3.1.0.2710 (what I >> think >> > > you >> > > > > > did) >> > > > > > > > and >> > > > > > > > > the plugin compiler dependency to 3.1.0.2710 (here is what >> you >> > > > > > missed). >> > >> > > > > > > > > Once that is done, should work fine. >> > >> > > > > > > > > VELO >> > >> > > > > > > > > On Mon, Jan 26, 2009 at 10:12 AM, >> [email protected] < >> > >> > > > > > > > > [email protected]> wrote: >> > >> > > > > > > > > > for example >> > >> > > > > > > > > > why is this ? >> > >> > > > > > > > > > Downloading: >> > >> > > > > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> > > . >> > > > > > > > .. >> > > > > > > > > > ompc-3.2.0.3958.jar< >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> .. >> > > > > > .> >> > > > > > > > > > Downloading: >> > >> > > > > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> > > . >> > > > > > > > .. >> > > > > > > > > > 958/batik-util-3.2.0.3958.jar< >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> .. >> > > > > > .> >> > > > > > > > > > Downloading: >> > >> > > > > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> > > . >> > > > > > > > .. >> > > > > > > > > > .3958/batik-parser-3.2.0.3958.jar >> > > > > > > > > > Downloading: >> > >> > > > > > >> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> > > . >> > > > > > > > .. >> > > > > > > > > > digest-3.2.0.3958.jar< >> > >> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/ >> .. >> > > > > > .> >> > > > > > > > > > Downloading:- Hide quoted text - >> > >> > - Show quoted text - >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
