Hi,

can we specify at the same time different scopes ( theme, external or
cached)  for sparkskins?

<dependency>
  <groupId>com.adobe.flex.framework</groupId>
  <artifactId>sparkskins</artifactId>
  <version>4.0.0.12575</version>
  <type>swc</type>
  <scope>theme</scope>
</dependency>

and

<dependency>
  <groupId>com.adobe.flex.framework</groupId>
  <artifactId>sparkskins</artifactId>
  <version>4.0.0.12575</version>
  <type>swc</type>
  <scope>external</scope>
</dependency>

I've to compile a lib that extends SparkSkinForHalo and declaring the
theme scope makes build not compiling (sparkskins not in library-
path)

Declaring <themes><theme>${project.build.outputDirectory}/config-$
{flex.version}/themes/Spark/spark.css</theme></themes>
solves the issue but some projects need <execution><goal>unpack</goal>
for framework-configs.zip  to get <theme>$
{project.build.outputDirectory}/config-${flex.version}/themes/Spark/
spark.css</theme> working.

Am iI missusing something? or we cannot compile skins?

Thanks in advance
Nico


On 9 ene, 15:21, velo <[email protected]> wrote:
> could you link this datavisualization entries?!
>
> VELO
>
> On Jan 7, 6:20 pm, Jacob <[email protected]> wrote:
>
> > Actually, the most recent nightly builds do have the datavisualization
> > swcs (13023, 13099, 13175, 13210....). It appears that adobe just
> > recently added the datavisualization projects to the gumbo trunk. At
> > least since the 12575 build.
>
> > I tried to use one of those more recent datavisualization swcs, but I
> > got a runtime error (VerifyError: Error #1053: Illegal override of
> > FocusManager in mx.managers.FocusManager.) from the version conflicts.
>
> > j
>
> > On Jan 7, 12:06 am, Marc Speck <[email protected]> wrote:
>
> > > datavisualization is tied to the Flex/Flash Builder license and it only 
> > > used
> > > to come with the Builder. Though since 3.4, you can download updates also
> > > fromhttp://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
>
> > > For Flex 4, Adobe only shares datavisualization updates with Flash Builder
> > > beta 1 and 2. So the latest update which is publicly available is
> > > 4.0.0.10485 IIRC.
>
> > > Marc
>
> > > On Wed, Jan 6, 2010 at 9:34 PM, Jacob <[email protected]> wrote:
> > > > Does anyone know where to get the datavisualization swcs for the 12575
> > > > build? I downloaded the sdk from the adobe site, but the 12575 build
> > > > didn't contain the datavisualization swcs.
>
> > > > thanks,
> > > > j
>
> > > > On Dec 28 2009, 3:20 am, velo <[email protected]> wrote:
> > > > > I will look at.... in two weeks, vacation right now =D
>
> > > > > On 27 dez, 17:08, Dtornkaew <[email protected]> wrote:
>
> > > > > > VELO,
>
> > > > > > Sorry to bring bad new... it looks like airglobal.swc is not in the
> > > > > > repository for4.0.0.12575
>
> > > > > > Thanks,
> > > > > > Lance
>
> > > > > > On Dec 7, 4:37 am, Marvin Froeder <[email protected]> wrote:
>
> > > > > > > Hi folks,
>
> > > > > > > Last night it did deployed another version (4.0.0.12575) of the 
> > > > > > > flex
> > > > SDK on
> > > > > > > Flexmojos repo.
>
> > > > > > > If someone is interested....
> > > >http://repository.sonatype.org/content/repositories/flex/
>
> > > > > > > VELO
>
> > > > --
> > > > 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%2bunsubscr...@googlegrou
> > > >  ps.com>
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/flex-mojos?hl=en?hl=en
>
> > > >http://blog.flex-mojos.info/
-- 
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