*Flexmojos version:* 3.8
*Flex version:* 4.0.0.13875

I changed the theme for my project from Spark to a custom theme by adding 
the following dependency

<dependency>
  <groupId>com.sas.mis.flex</groupId>
  <artifactId>corporate-theme</artifactId>
  <version>1.0</version>
  <type>swc</type>
  <scope>theme</scope>
</dependency>

However I am now unable to build my project using flexmojos due to numerous 
errors of the type:

[ERROR] TabbedRegistrationForm.mxml:[545,-1] The style 'borderColor' is only 
supported by type 'mx.containers.HBox' with the theme(s) 'halo, spark'.
[ERROR] TabbedRegistrationForm.mxml:[545,-1] The style 'cornerRadius' 
is  only supported by type 'mx.containers.HBox' with the theme(s) 'halo, 
spark'.

Flash Builder on the other hand deems these only as warnings.  I would 
rather not have to get into fixing the theme.  Do I have any other option? 
 Why is it that Flash Builder's compiler is behaving differently from the 
compiler invoked by flexmojos?

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

Reply via email to