cancel
Showing results for 
Search instead for 
Did you mean: 

ACE PROJECT ERROR

flexi
Champ in-the-making
Champ in-the-making
Hi everyone,
im a newbie in Alfresco and Flex. I've been reading this forum and tried the suggestion of practicing with the ace project in Alfresco. I did however tried the ace project and also set the library path to Alfresco Flex Framework. However I'm having a hard time identifying the dependencies of Ace project to knowledge base project. I just want to get the LOGIN and LOGOUT functionalities of ACE project..i did however get the login class and change it to application and use script to call the login actionscript so it could standalone, but the ERROR "PACKAGE CANNOT BE NESTED OCCUR". can someone please help me…

Another issue, i import the whole ace project and set the library path to Alfresco Flex Framework. I cannot run the main application. The error " configuration variable 'compiler.library-path' value contains unknown token 'ALF_MODULES' "      

Thanks!
3 REPLIES 3

rohitmichael
Champ in-the-making
Champ in-the-making
Hi,
I'm getting the same error too.

configuration variable 'compiler.library-path' value contains unknown token 'ALF_MODULES'

Followed all the instructions.
I'm using flex builder 3. The samples seem to be written using Flex 2.

Can anyone suggest a solution.

Thanks,
Rohit

rohitmichael
Champ in-the-making
Champ in-the-making
Hey,

That problem's gone.
Go to Project > Properties > Flex Build Path > Library Path
Remove the 2 folders which have ALF_MODULES in it.
Click Add project and add the Alfresco Flex Framework project.
Click Add SWC folder and add the 'lib' folder which is located under the ACE project.
This got rid of the error mentioned above.

But i now get a page not found error in the browser once the project runs.
Also, the url of the page is http://localhost/ace/main.html, not the standard Flex Builder 3 path to the project.

Suggestions anybody?

Rohit

rohitmichael
Champ in-the-making
Champ in-the-making
Hi all,

The ACE project is finally running though i still get a few webscript errors.
The previous problem got solved by deleting 'http://localhost/ace' from Project Properties > Flex Build Path > Output Folder Url.
I just left that blank which is what most projects have by default.

Rohit