Sorry, I'm not following, and can't find relevant how-to documentation on
the Wiki. The snippet I copied was from Brian on this mailing list (I
searched for CSS).

I just want to do the equivalent of FlexBuilder Compile CSS to SWF.

On Wed, Sep 30, 2009 at 4:00 PM, Marvin Froeder <[email protected]> wrote:

> I mean you can invoke flexmojos goals individually like you did, well, you
> can, but is likely that won't work.
>
>
> On Wed, Sep 30, 2009 at 7:57 PM, Richard Rodseth <[email protected]>wrote:
>
>> I assume you mean "yes" to the upgrade. Not sure what you mean by the
>> rest. I'll try to find an example, unless you can point me to one quickly.
>>
>> Thanks.
>>
>>
>> On Wed, Sep 30, 2009 at 3:55 PM, Marvin Froeder <[email protected]>wrote:
>>
>>> Yes, but you must have that on a individual project.
>>> VELO
>>>
>>>
>>> On Wed, Sep 30, 2009 at 7:33 PM, Richard Rodseth <[email protected]>wrote:
>>>
>>>> Is there a 2.0.3 way to compile CSS to SWF or is it required that I
>>>> upgrade myself and all my colleagues?
>>>> The following (based on a thread here) fails to find the artifact:
>>>>
>>>> flexmojos-maven-plugin
>>>>
>>>> Thanks.
>>>>
>>>> <build>
>>>>             <sourceDirectory>src</sourceDirectory>
>>>>             <plugins>
>>>>                 <plugin>
>>>>                     <groupId>info.flex-mojos</groupId>
>>>>                     <artifactId>flex-compiler-mojo</artifactId>
>>>>                      <version>${flex-mojos.version}</version>
>>>>                     <configuration>
>>>>
>>>> <resourceBundlePath>${basedir}/locale/{locale}</resourceBundlePath>
>>>>                         <compiledLocales>
>>>>                             <locale>en_US</locale>
>>>>                         </compiledLocales>
>>>>                     </configuration>
>>>>                 </plugin>
>>>>
>>>>                 <plugin>
>>>>                      <groupId>info.flex-mojos</groupId>
>>>>                      <artifactId>flexmojos-maven-plugin</artifactId>
>>>>                      <version>${flex-mojos.version}</version>
>>>>                      <extensions>true</extensions>
>>>>                      <executions>
>>>>                         <execution>
>>>>                              <id>compile-css-to-swf</id>
>>>>                              <phase>compile</phase>
>>>>                              <goals>
>>>>                                <goal>compile-swf</goal>
>>>>                              </goals>
>>>>                              <configuration>
>>>>                                <sourceFile>styles/blue.css</sourceFile>
>>>>                               <!-- <output></output> -->
>>>>                              </configuration>
>>>>                         </execution>
>>>>                      </executions>
>>>>                 </plugin>
>>>>
>>>>             </plugins>
>>>>         </build>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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