Marvin, Sorry for the long delay on responding to this thread!
As you are well aware getting all this to work took many steps. I will do my best to explain steps necessary to get this to run... if you have problems feel free to catch me on google talk. 1. Grab 2 copies of 32bit Eclipse Galileo (one for Flex Builder and one for Flash Builder). I am using Eclipse IDE for Java EE Developers. Not sure if you will run into problems with a different flavor. Here is a link to archived versions http://www.eclipse.org/downloads/packages/release/galileo/sr2 2. Install SWTBot into both installations. 3. Install Flex Builder and Flash Builder. 4. Add additional SDKs as necessary to (currently I have 3.2, 3.3, 3.4, 3.5, 4.0 and 4.1 added to mine): {Flash Builder Directory}/eclipse/plugins/ com.adobe.flexbuilder.flex_4.0.0.272416/config.xml {Flex Builder Directory}/eclipse/plugins/ com.adobe.flexbuilder.flex_3.0.214193/config.xml 5. Go to the eclipse installation directory which Flash Builder was added to and remove the file inside of the "dropins" folder. Then create a new file named "com.adobe.flexbuilder.feature.core.nl1.link" in the "links" folder and add the contents "path=/Applications/Adobe Flash Builder 4 Plug-in" to the new file. (NOTE this is required for Tycho to work correctly since it does not yet correctly discover links in the "dropins" folder! For Flex Builder this is not necessary as the installation already creates this for you). Ok I think that is it for installation! In the flexmojos-fbtest-harness pom I have to profiles... one that invokes tests for Flex Buider and the other that invokes tests for Flash Builder. Go to flexmojos/flexmojos-testings/flexmojos-fbtest-harness and run "mvn clean install -P flexbuilder -Dtycho.targetPlatform={eclipse path with flex builder}" or to invoke tests on Flash Builder "mvn clean install -P flashbuilder -Dtycho.targetPlatform={eclipse path with flash builder}" If you are on a Mac make sure MAVEN_OPTS has -d32 in it other wise Maven will default to the 64bit JVM and Eclipse/Flash/Flex Builder will not run! On any other platform make sure you are using the 32bit JVM. Hopefully that is it! If you can't get it to work right away let me know. Lance On Aug 7, 9:24 am, Marvin Froeder <[email protected]> wrote: > Which reminds me... what do I need to do to run the flexbuilder tests??? > > Sent from DROID > > Em 07/08/2010 09:25, "Dtornkaew" <[email protected]>escreveu: > > Take a look at the wiki page > here:https://docs.sonatype.org/display/FLEXMOJOS/Building+Flexmojos+from+s... > > Building from my GitHub branch should be the same with exception to > running the flexbuilder/flashbuilder integration tests which require > special handling do to dependencies on Eclipse and Flash/Flex Builder. > > Lance > > On Aug 7, 7:03 am, Matt Veitas <[email protected]> wrote:> I just downloaded > the project that Lanc... > > Downloading: > > http://repository.sonatype.org/content/groups/flexgroup//org/sonatype... > > > > > > > > > [INFO] Unable to find resource > > 'org.sonatype.flexmojos:flexmojos-maven-plugin:maven-plugin:3.8.D... -- 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/
