Ops,

I forgot that =/

But I'm still with a problem to cache the flex framework itself.

When I try to compile it, I get the following error:

No signed digest found in catalog.xml of the library, C:\Documents and
Settings\Pedro\.m2\repository\br\com\netsar\netsar-core-flex
\0.0.1\netsar-core-flex-0.0.1.swc. Compile the library with -create-
digest=true and try again.

netsar-core-flex is the lib that I created in other project that is
being used in the project that I'm trying to compile.

I looked at http://docs.flex-mojos.info/flex-compiler-mojo/compile-swf-mojo.html
and didn't found a option to use this compiler flag.

Should I disable the verifyDigest in this project ? Is this a good
idea?

Thanks for your time,

Pedro Sena

On 23 jan, 18:19, Marvin Froeder <[email protected]> wrote:
> Caching is only available for a few RSLs made by adobe.
>
> VELO
>
> On Fri, Jan 23, 2009 at 7:17 PM, Pedro Sena <[email protected]> wrote:
>
> > Hi guys,
>
> > I'm trying to use rsl in a lib that I created, but its swf is not
> > being generated.
>
> > <configuration>
> >                                        <directory>target</directory>
> >                                        <rslUrls>
>
> >  <url>netsar-core-flex-0.0.1.swc</url>
> >                                        </rslUrls>
>
> > and my dependency
>
> > <dependency>
> >                        <groupId>br.com.netsar</groupId>
> >                        <artifactId>netsar-core-flex</artifactId>
> >                        <type>swc</type>
> >                        <version>0.0.1</version>
> >                        <scope>caching</scope>
> >                </dependency>
>
> > I believe that something in super-pom makes the magic happens.(I'm not
> > inheriting from super pom)
>
> > When  I try to cache the adobe framework my compile fails.
>
> > Any clues?
>
> > Thanks,
>
> > Pedro Sena
--~--~---------~--~----~------------~-------~--~----~
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