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/xmlParserAPIs/3.2.0.3958/xmlParserAPIs-3.2.0.3958.pom
Downloading:
http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/xmlParserAPIs/3.2.0.3958/xmlParserAPIs-3.2.0.3958.pom
317/317b
317b downloaded
Downloading:
http://snapshots.repository.codehaus.org/com/adobe/flex/compiler/xmlParserAPIs/3.2.0.3958/xmlParserAPIs-3.2.0.3958.jar
Downloading:
http://svn.sonatype.org/flexmojos/repository//com/adobe/flex/compiler/xmlParserAPIs/3.2.0.3958/xmlParserAPIs-3.2.0.3958.jar
[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/adobe/flex/compiler/3.2.0.3958/compiler-3.2.0.3958.pom
4096/?
5701/?
[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:
>
> > >http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/...
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -- 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