Skip to main content
December 2, 2009
Question

Cairngorm 3 - getting started

  • December 2, 2009
  • 1 reply
  • 5113 views

Hello,

I extracted the Cairngorm 3 source from svn.

Somewhat naively I typed

mvn clean package install

from the build-parent folder

That gave all kinds of missing dependencies most of which I was able to resolve using the libraries available in the svn extract

Currently I am still missing 2 which I can't seem to fix

1) org.spicefactory:cinnamon:swc:1.0.1

2) com.adobe.flexunit:flexunit:swc:4.0-beta-2-eventful

Is what I am trying to do not intended? Any other guidance as on how to resolve this?

Many thanks indeed

Peter

This topic has been closed for replies.

1 reply

ledroff
Adobe Employee
Adobe Employee
December 3, 2009

Hello Peter,

As you guessed you need to install the swc in your maven repository.

Locally what we have is a nexus server serving all those dependencies, unfortunately this nexus server is not public.

Let's hope it will be one day.

meanwhile the two swc you are missing should be available in the flexunit4 project swcs (on opensource.adobe.com)

the cinnamon swc is a spicefactory project, you will find it, on their web site.

Nevertheless I'll do my best to publish a decent repository at some point, I wished I had the time to do it now.

Cheers,

François

December 3, 2009

François,

Thanks for taking the time to help me

I found what I needed wrt the cinnamon dependancy I think. I am however less certain what swc from the flexunit download I need to attach to com.adobe.flexunit:flexunit:swc:4.0-beta-2-eventful.

Would you have any guidance there?

Thanks!

Peter

ledroff
Adobe Employee
Adobe Employee
December 4, 2009

Hello Peter,

Thanks for the feedback I double checked, and you are right it does not make much sense and I could not figure out where this swc was supposed to be released.

So I refactored a bit the code and now you should just depend on flexunit 4 beta 2.

Update the source code from svn, you'll see !

Cheers !

François