Hi,

I recently changed parsley from default scope to RSL and the library
fails to compile in the test phase. Until this point I was only using
swz's that work fine:

                <dependency>
                        <groupId>org.spicefactory</groupId>
                        <artifactId>parsley</artifactId>
                        <version>${parsley-version}</version>
                        <classifier>flex4</classifier>
                        <scope>rsl</scope>
                        <type>swc</type>
                </dependency>
                <dependency>
                        <groupId>org.spicefactory</groupId>
                        <artifactId>spicelib</artifactId>
                        <version>${parsley-version}</version>
                        <classifier>flex</classifier>
                        <scope>rsl</scope>
                        <type>swc</type>
                </dependency>

And the part of the stack trace:

[INFO] Compiling test class: [projectX.shell.content.GridLayoutTest]
[ERROR] C:\.m2\repository\org\spicefactory\parsley\2.3.2\parsley-2.3.2-
flex4.swc(org.spicefactory.parsley.rpc.cinnamon.config:ChannelTag):
[-1,-1] Type was not found or was not a compile-time constant:
ServiceChannel.
[ERROR] C:\.m2\repository\org\spicefactory\parsley\2.3.2\parsley-2.3.2-
flex4.swc(org.spicefactory.parsley.rpc.cinnamon.command:CinnamonCommandFactory):
[-1,-1] Type was not found or was not a compile-time constant:
ServiceRequest.

Is this something I'm doing quite wrong? Any help would be very
appreciated.

Thank you.

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