Hi,

One more thing. I was able to run mvn clean install, and the adobe
player does launch and the test runs perfectly. However, does this
example also include testing the assertions? If so, where can I verify
the results?

Thanks

On Feb 11, 10:40 am, Marvin Froeder <[email protected]> wrote:
> ;)
>
> Hey no problem!
>
> VELO
>
> On Wed, Feb 11, 2009 at 1:37 PM, Calvin <[email protected]> wrote:
>
> > Hi,
>
> > It works now after forcing the version for install.
>
> > Thanks a lot for the help Velo.
>
> > On Feb 11, 10:21 am, Marvin Froeder <[email protected]> wrote:
> > > When you use install mojo to install flexbuilder SDK into maven, it
> > should
> > > copy all resource bundle available at your SDK into maven repo.
>
> > > try to force version....
> > > mvn info.flex-mojos:install-mojo:2.0.3:install-sdk
> > > -Dflex.sdk.folder=E:\ProgramFiles\Adobe\FlexBuilder3\sdks\3.1.0
> > > -Dversion=3.1.0-fb3
>
> > > Must work, if doesn't, I need to know if and what you changed on monkey
> > > sample.
>
> > > VELO
>
> > > On Wed, Feb 11, 2009 at 1:16 PM, Calvin <[email protected]> wrote:
>
> > > > Hi,
>
> > > > I was able to upload the missing dependencies to my local repo,
> > > > however now I'm getting the following error message.
>
> > > > [ERROR] Unable to resolve resource bundle "automation_agent" for
> > > > locale "en_US".
>
> > > > [ERROR] Unable to resolve resource bundle "automation" for locale
> > > > "en_US".
>
> > > > I tried installing the automation and automation_agent files from ..
> > > > \Flex Builder 3\sdks\3.2.0\frameworks\locale\en_US but it still
> > > > doesn't work.
> > > > How can I solve this problem?
>
> > > > Thanks
>
> > > > On Feb 10, 4:04 pm, Marvin Froeder <[email protected]> wrote:
> > > > > They should be at your flex sdk folder (you should install the
> > version
> > > > that
> > > > > came with flexbuilder).
>
> > > > > VELO
>
> > > > > On Tue, Feb 10, 2009 at 6:58 PM, Calvin <[email protected]>
> > wrote:
>
> > > > > > I followed the guide...but I'm still missing some dependencies
>
> > > > > > Missing:
> > > > > > ----------
> > > > > > 1) com.adobe.flex.framework:automation:swc:3.1.0-fb3
>
> > > > > >  Try downloading the file manually from the project website.
>
> > > > > >  Then, install it using the command:
> > > > > >      mvn install:install-file -DgroupId=com.adobe.flex.framework -
> > > > > > DartifactId=a
> > > > > > utomation -Dversion=3.1.0-fb3 -Dpackaging=swc -Dfile=/path/to/file
>
> > > > > >  Alternatively, if you host your own repository you can deploy the
> > > > > > file there:
>
> > > > > >      mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -
> > > > > > DartifactId=aut
> > > > > > omation -Dversion=3.1.0-fb3 -Dpackaging=swc -Dfile=/path/to/file
> > -Durl=
> > > > > > [url] -Dr
> > > > > > epositoryId=[id]
>
> > > > > >  Path to dependency:
> > > > > >        1)
> > info.flex-mojos.samples:flexmonkey-sample:swf:1.0-SNAPSHOT
> > > > > >         2) com.adobe.flex.framework:automation:swc:3.1.0-fb3
>
> > > > > > 2) com.adobe.flex.framework:automation_agent:swc:3.1.0-fb3
>
> > > > > >  Try downloading the file manually from the project website.
>
> > > > > >  Then, install it using the command:
> > > > > >      mvn install:install-file -DgroupId=com.adobe.flex.framework -
> > > > > > DartifactId=a
> > > > > > utomation_agent -Dversion=3.1.0-fb3 -Dpackaging=swc
> > -Dfile=/path/to/
> > > > > > file
>
> > > > > >  Alternatively, if you host your own repository you can deploy the
> > > > > > file there:
>
> > > > > >      mvn deploy:deploy-file -DgroupId=com.adobe.flex.framework -
> > > > > > DartifactId=aut
> > > > > > omation_agent -Dversion=3.1.0-fb3 -Dpackaging=swc
> > -Dfile=/path/to/file
> > > > > > -Durl=[ur
> > > > > > l] -DrepositoryId=[id]
>
> > > > > >  Path to dependency:
> > > > > >        1)
> > info.flex-mojos.samples:flexmonkey-sample:swf:1.0-SNAPSHOT
> > > > > >         2) com.adobe.flex.framework:automation_agent:swc:3.1.0-fb3
>
> > > > > > ----------
> > > > > > 2 required artifacts are missing.
>
> > > > > > for artifact:
> > > > > >  info.flex-mojos.samples:flexmonkey-sample:swf:1.0-SNAPSHOT
>
> > > > > > from the specified remote repositories:
> > > > > >  central (http://repo1.maven.org/maven2),
> > > > > >  flex-mojos-repository (http://svn.sonatype.org/flexmojos/
> > > > > > repository/ <http://svn.sonatype.org/flexmojos/%0Arepository/>)
>
> > > > > > Where can I find these?
>
> > > > > > Thanks
>
> > > > > > On Feb 10, 3:19 pm, Marvin Froeder <[email protected]> wrote:
> > > > > > > Sure..
>
> > > > > > > Take a look on this settings:
> > > > > >http://flex-mojos.googlecode.com/files/flex-mojos%20settings.xml
>
> > > > > > > Add to your own.
>
> > > > > > > VELO
>
> > > > > > > On Tue, Feb 10, 2009 at 6:18 PM, Calvin <[email protected]>
> > > > wrote:
>
> > > > > > > > I don't think so. Sorry I'm kind of new at this so can you tell
> > me
> > > > how
> > > > > > > > to do that?
>
> > > > > > > > Thanks
>
> > > > > > > > On Feb 10, 3:13 pm, Marvin Froeder <[email protected]> wrote:
> > > > > > > > > Did you add flexmojos repositories on your settings.xml?
>
> > > > > > > > > VELO
>
> > > > > > > > > On Tue, Feb 10, 2009 at 6:05 PM, Calvin <
> > [email protected]>
> > > > > > wrote:
>
> > > > > > > > > > Hi,
>
> > > > > > > > > > I followed the instructions
> > > > > > > > > > "FlexMokey uses flex automation, so, we need to make it
> > > > available
> > > > > > at
> > > > > > > > > > maven repository. So let's start installing flexbuilder FDK
> > at
> > > > > > maven
> > > > > > > > > > repo. For that task we use the install-mojo:
> > > > > > > > > > mvn info.flex-mojos:install-mojo:install-sdk
> > > > > > -Dflex.sdk.folder=${your
> > > > > > > > > > path to flexbuilder}/sdks/3.1.0 -Dversion=3.1.0-fb3"
>
> > > > > > > > > > I can't access the link "
> > > >http://blog.flex-mojos.info/2008/08/21/
> > > > > > > > > > install-mojo/ <
> > > > > >http://blog.flex-mojos.info/2008/08/21/%0Ainstall-mojo/
> > > > > > > > >"
> > > > > > > > > > and also when i run that command I get the following
> > > > > > > > > > error
>
> > > > > > > > > > "[INFO]
>
> > ------------------------------------------------------------------------
> > > > > > > > > > [ERROR] BUILD ERROR
> > > > > > > > > > [INFO]
>
> > ------------------------------------------------------------------------
> > > > > > > > > > [INFO] The plugin 'info.flex-mojos:install-mojo' does not
> > exist
> > > > or
> > > > > > no
> > > > > > > > > > valid vers
> > > > > > > > > > ion could be found"
>
> > > > > > > > > > Thanks
>
> > > > > > > > > > On Feb 10, 2:32 pm, velo <[email protected]> wrote:
> > > > > > > > > > > Hey,
>
> > > > > > > > > > > Take a look here:
> > > > > > > >http://flex-mojos.info/2008/10/17/automated-ui-tests/
>
> > > > > > > > > > > and here:
>
> > > >http://flex-mojos.info/2008/11/20/the-return-of-automated-ui-tests/
>
> > > > > > > > > > > VELO
>
> > > > > > > > > > > On Feb 10, 5:23 pm, Calvin <[email protected]>
> > wrote:
>
> > > > > > > > > > > > Hi,
>
> > > > > > > > > > > > I'm trying to run a mvn clean install with the
> > > > MonkeyExample
> > > > > > 2.0.3,
> > > > > > > > > > > > but I keep getting the missing dependencies error.
>
> > > > > > > > > > > > Missing:
> > > > > > > > > > > > ----------
> > > > > > > > > > > > 1)
> > com.adobe.flex.framework:flex-framework:pom:3.1.0-fb3
> > > > > > > > > > > >   Path to dependency:
> > > > > > > > > > > >         1)
> > > > > > > > info.flex-mojos.samples:flexmonkey-sample:swf:1.0-SNAPSHOT
> > > > > > > > > > > >         2)
> > > > > > com.adobe.flex.framework:flex-framework:pom:3.1.0-fb3
>
> > > > > > > > > > > > ----------
> > > > > > > > > > > > 1 required artifact is missing.
>
> > > > > > > > > > > > for artifact:
>
> > > > info.flex-mojos.samples:flexmonkey-sample:swf:1.0-SNAPSHOT
>
> > > > > > > > > > > > from the specified remote repositories:
> > > > > > > > > > > >   central (http://repo1.maven.org/maven2),
> > > > > > > > > > > >   flex-mojos-repository (
> > > >http://svn.sonatype.org/flexmojos/
> > > > > > > > > > > > repository/)
>
> > > > > > > > > > > > Where can I get this artifact?
>
> > > > > > > > > > > > Thanks
--~--~---------~--~----~------------~-------~--~----~
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?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to