am also getting these errors (in additon to others reported before) after latest SVN checkout (19495) and importing insync sample project:
where are the bin directories?
cannot find them anywhere in the installation.
find . -name Module.swc -print;
nothing here...
find . -name Module\* -print;
doesn't show any bin dirs either.
do we need to build all this using Maven?
if so, what about all the build errors reported before?
----------
Description Resource Path Location Type
unable to open '/Module/bin/Module.swc' insync-modularExtended-api Unknown Flex Problem
unable to open '/Observer/bin/Observer.swc' insync-basic Unknown Flex Problem
unable to open '/Observer/bin/Observer.swc' insync-basic Unknown Flex Problem
hi,
appreciate your response - we are trying very hard to get this working.
after trying to fix all the actionscriptproperties files manually, i built everything from scratch.
after several attempts with maven, it built all the target libraries as snapshots, but it did not create the bin folder and move the swc's there.
- but these ../bin/...swc seems to be also hardcoded in the actionproperties - not sure if i should also edit them.
/libraries/Contract/target/contract-1.4-SNAPSHOT.swc
./libraries/Integration/target/integration-0.16-SNAPSHOT.swc
./libraries/IntegrationParsley/target/integrationParsley-0.16-SNAPSHOT .swc
./libraries/Module/target/module-0.15-SNAPSHOT.swc
./libraries/Navigation/target/navigation-1.4-SNAPSHOT.swc
./libraries/NavigationParsley/target/navigationParsley-1.4-SNAPSHOT.sw c
./libraries/NavigationSpringAS/target/navigationSpringAS-1.4-SNAPSHOT. swc
./libraries/NavigationSwiz/target/navigationSwiz-1.4-SNAPSHOT.swc
./libraries/Observer/target/observer-1.14-SNAPSHOT.swc
./libraries/ObserverParsley/target/observerParsley-1.14-SNAPSHOT.swc
./libraries/Popup/target/popup-1.13-SNAPSHOT.swc
./libraries/PopupParsley/target/popupParsley-1.13-SNAPSHOT.swc
./libraries/PopupTest/libs/FlexUnit.swc
./libraries/PopupTest/libs/parsley-flex4-2.3.1.swc
./libraries/PopupTest/libs/spicelib-flex-2.3.1.swc
./libraries/Task/target/task-1.10-SNAPSHOT.swc
./libraries/Validation/target/validation-1.13-SNAPSHOT.swc
who should create these bin folders referenced in .actionscriptproperties and move these swc into them?
plz clarify this above issue - response to your question is in my next email.
thanks.
Hi,
Now i did what you said below - i.e. import the libraries root folder also:
Flex gives me these errors:
Description Resource Path Location Type
configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO' ContractTest Unknown Flex Problem
configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO' Integration Unknown Flex Problem
configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO' IntegrationDMS Unknown Flex Problem
configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO' IntegrationParsley Unknown Flex Problem
configuration variable 'compiler.library-path' value contains unknown token 'M2_REPO' IntegrationTest Unknown Flex Problem
...
in addition to the previous errors.
Plz advise,
Gary.
You should declare the M2_REPO in your workspace linked resources: Preference->General->Workspace->Linked Resources.
The M2_REPO variable should point to your local maven repository.
Regarding the bin folders, you can either import the other projects in your workspace or copy the generated libs that you built with Maven (and rename them if you want).
Hi Nicolas,
Thanks for the response. Now, I got past that problem but after lot more time spent on trying to get this to work, am getting these errors below:
Plz let me know ASAP,
Gary.
-------
Errors occurred during the build.
Errors running builder 'Integrated External Tool Builder' on project 'todo_flex_core'.
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Errors running builder 'Integrated External Tool Builder' on project 'todo_flex_shell'.
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Errors running builder 'Integrated External Tool Builder' on project 'todo_flex_todolist_lib'.
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Errors running builder 'Integrated External Tool Builder' on project 'todo_flex_todolist'.
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Errors running builder 'Integrated External Tool Builder' on project 'todo_flex_android'.
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Launch configuration type id "org.eclipse.ant.AntBuilderLaunchConfigurationType" does not exist.
Possible causes:
Missing specification of a launch type (missing plug-in)
Incorrect launch configuration XML
Hi,
Am using latest greatest 4.0.1 with 4.1sdk.
(Only temporarily used 3.4sdk to try and get older version of Insync (on Wiki) to run)
Under plugins, it shows org.apache.ant installed - 1.7.1...
So much time spent on this - plz let me know how to get beyond all these issues and run the app,
Thx
Gary
I'm in exactly the same situation. I'm using Flash Builder Standard 4.0.1 (build 277662) along with the 4.1 Flex SDK. I've checked out the project http://opensource.adobe.com/svn/opensource/cairngorm3/trunk/samples/in sync/insync-basic and when I try to build it I get the error "unable to open '\Observer\bin\Observer.swc'".
I think I have the Ant plug-in installed. That is, if I try to install from Ganymede Update Site \ Java Development \ Eclipse Java Development, I get the message "Eclipse Java Development Tools will be ignored because it is already installed."
Other things I've tried:
1) Setting up Maven (it works).
2) Getting http://opensource.adobe.com/svn/opensource/cairngorm3 to my local folder C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in and setting the environment variable M2_REPO to C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\cairngorm 3\maven-repository.
This really should not be so hard.
North America
Europe, Middle East and Africa
Asia Pacific