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/adobe/flex/compiler/mxmlc/3.2.0.3958/m
> lc-3.2.0.3958.jar
> wnloading:
> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/xercesImpl/3.2.0.3
> 8/xercesImpl-3.2.0.3958.jar<http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/xercesImpl/3.2.0.38/xercesImpl-3.2.0.3958.jar>
> wnloading:
> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/batik-svggen/3.2.0
> 958/batik-svggen-3.2.0.3958.jar<http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/batik-svggen/3.2.0958/batik-svggen-3.2.0.3958.jar>
> wnloading:
> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/xmlParserAPIs/3.2.
> 3958/xmlParserAPIs-3.2.0.3958.jar<http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/xmlParserAPIs/3.2.3958/xmlParserAPIs-3.2.0.3958.jar>
> wnloading:
> http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/batik-bridge/3.2.0
> 958/batik-bridge-3.2.0.3958.jar<http://ilrndinf01.mercury.co.il:8081/nexus/content/groups/public/com/adobe/flex/compiler/batik-bridge/3.2.0958/batik-bridge-3.2.0.3958.jar>
>
> 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/...quotedtext
>  -
> >
> > > > - 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