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:
> >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...- 
> >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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to