Hrmm, seems to be a bug =D Lemme act on that :P
VELO On Wed, Sep 1, 2010 at 7:21 PM, Paul Zain <[email protected]> wrote: > The latest 4.0-SNAPSHOT code is breaking our build. It seems the > FlexClassifier.java has a command called size-report which isn't > supported by our compiler. Please help. > > <flexmojos.version>4.0-SNAPSHOT</flexmojos.version> > > <plugins> > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-resources-plugin</artifactId> > <version>2.4.3</version> > <configuration> > <!-- Encode all textual > resource files using UTF-8 encoding. --> > <encoding>UTF-8</encoding> > </configuration> > </plugin> > <plugin> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-maven-plugin</artifactId> > > <version>${flexmojos.version}</version> > <extensions>true</extensions> > <dependencies> > <dependency> > > <groupId>org.sonatype.flexmojos</groupId> > > <artifactId>flexmojos-flex3-compatibility-layer</artifactId> > > <version>${flexmojos.version}</version> > </dependency> > <dependency> > > <groupId>com.adobe.flex</groupId> > > <artifactId>compiler</artifactId> > > <version>3.5.0.12683</version> > <type>pom</type> > </dependency> > </dependencies> > </plugin> > </plugins> > > -- > 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]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- 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 http://flexmojos.sonatype.org/
