Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to install Cocomo with Flex Builder 3 as a Eclipse plugin

Avatar

Former Community Member

Hello.



I got
Eclipse 3.4.1 running on my
Windows XP machine running and installed
Flex Builder 3.0.2
as a plugin.

Now that I downloaded
Cocomo to
start with I ask myself where to put the framework since the
documentation only gives advices for the standalone installation of
FB.



I appreciate some helpful tips.

Regards, Noam
1 Accepted Solution

Avatar

Correct answer by
Former Community Member

He levancho.

Thank you for your help. I almost got it with your advice.
Putting it all together it is the following for me:



1) create an Adobe ID at https://cocomo.acrobat.com/

2) unzip CocomoSDK_0.91 and place that directory under your
eclipse_install_dir/plugins

3) create a new Flex Project

4) add the
eclipse_install_dir/plugins/cocomo../lib/player10/afcs.swc to Flex
Build Path / Library path in the project properties

5) Change Flex Compiler / Require Flash Player version to
10.0.0 in the project properties

6) Add the attached code as a test application ...



I found the following tutorial very helpful:
http://www.adobe.com/devnet/flex/articles/cocomo_gettingstarted.html

Notice that I changed some namespaces since the given code
did not exactly work for me.



Thank you, Noam

View solution in original post

4 Replies

Avatar

Former Community Member
Hi,



Though I haven't tried myself but can you put the
cocomo.swc(its in lib folder of SDK) in the library path of
Project->properties in Eclipse with the FB plugin and run any
cocomo example using your username,password and RoomUrl? Try out
LoginDialog/DefautPods example to start with.



Thanks

Hironmay Basu

Avatar

Former Community Member
If you just want Cocomo set up so you can play with it I can
tell you how with FlashDevelop.

(google it)

Avatar

Former Community Member
option 1 ) rename CocomoSDK_0.91.zip to CocomoSDK_0.91.jar
and

place it under your eclipse_install_dir/plugins



option 2 ) unzip CocomoSDK_0.91 and place that directory
(NOTE: directory must have plugin.xml in it )

under your eclipse_install_dir/plugins



hth

Regards

Levan.



Avatar

Correct answer by
Former Community Member

He levancho.

Thank you for your help. I almost got it with your advice.
Putting it all together it is the following for me:



1) create an Adobe ID at https://cocomo.acrobat.com/

2) unzip CocomoSDK_0.91 and place that directory under your
eclipse_install_dir/plugins

3) create a new Flex Project

4) add the
eclipse_install_dir/plugins/cocomo../lib/player10/afcs.swc to Flex
Build Path / Library path in the project properties

5) Change Flex Compiler / Require Flash Player version to
10.0.0 in the project properties

6) Add the attached code as a test application ...



I found the following tutorial very helpful:
http://www.adobe.com/devnet/flex/articles/cocomo_gettingstarted.html

Notice that I changed some namespaces since the given code
did not exactly work for me.



Thank you, Noam
The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----