I don't spend much time due so because: a) usually people don't spend time reading wiki b) wiki is public editable, so you can do it c) laziness
VELO On Fri, May 21, 2010 at 3:20 PM, Jorge Fiallega <[email protected]>wrote: > Thanks, I just realized that output was not there, > I know there is no time but what it would be nice would be a wiki page > with a list of equivalent tags from 3 to 4 for migration > like > output->finalname > moduleFiles->modules > > OK, let me think about it then. > > On May 21, 12:25 pm, Marvin Froeder <[email protected]> wrote: > > No idea, how would you address that using mxmlc? > > > > FWIW, the output configuration doesn't exists on flexmojos 4 > http://repository.sonatype.org/content/sites/flexmojos-site/4.0-SNAPS... > > > > VELO > > > > On Fri, May 21, 2010 at 1:20 PM, Jorge Fiallega <[email protected] > >wrote: > > > > > > > > > I wanted to post this after > > > > >http://groups.google.com/group/flex-mojos/browse_thread/thread/87a94e. > .. > > > > > So I followed the technique described to compile css to swf in the > > > above posting > > > <executions> > > > <execution> > > > <id>compile-css-to-swf</id> > > > <phase>compile</phase> > > > <goals> > > > <goal>compile-swf</goal> > > > </goals> > > > <configuration> > > > > > <sourceFile>..resources/themes/style.css</sourceFile> > > > > > <output>target/styles/console-flex-1.0.0-SNAPSHOT_style.swf</ > > > output> > > > </configuration> > > > </execution> > > > </executions> > > > > > and it works because it seems to back out of the sourceDirectory. > > > Also the example > > > > >http://svn.sonatype.org//flexmojos/trunk/flexmojos-testing/flexmojos-. > .. > > > works fine, where the css is at the sourceDirectory level > > > <sourceFile>ComplexStyles.css</sourceFile> > > > but if the css is within the sources directory like > > > <sourceFile>themes/style.css</sourceFile> > > > > > I get the error Error: A file found in a source-path must have the > > > same package structure 'themes', as the definition's package, ''. > > > > > Is it possible to get it working with the current structure or do I > > > have to move the css files outside the sourceDirectory? > > > > > -- > > > 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]> > <flex-mojos%[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]<flex-mojos%[email protected]> > > For more options, visit this group athttp:// > 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]<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/
