Running ASUnit4 with the FlexUnit4 runner, whats the version.
7 views
Skip to first unread message
devboy
unread,
Jul 11, 2011, 9:13:45 AM7/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to build...@googlegroups.com
Simon and I found out recently that there is an attempt by ASUnit4 to run inside a FlexUnit4 Runner to make use of its Ant tasks that support CI builds, e.g. headless launching of flash-player or adt in XVNC which is needed on servers which don't have display-system available.
ASUnit does ship with the FlexUnit ant tasks as a jar, which does work fine.
But we couldn't figure out which version of flex-unit the ant-task-jar comes from and it does break when launching it with the currently hardcoded version in buildr-as3 of flex-unit.
If now someone can provide the information to me i can add a version parameter to the flexunit4 test task in buildr,
so you can either run the latest flexunit4 version or the one that works with ASUnit4.
Thanks
newtriks
unread,
Jul 11, 2011, 9:19:53 AM7/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to buildr-as3
Looking through ASUnit's git commit history it would appear the
flexunit jar was added in Oct 2010. However, trying to the reference
this to a specific FlexUnit build comes up with two conflicting
versions:
I did unpack the Jar for a version number to no avail :(
On Jul 11, 2:13 pm, devboy <dominic.grae...@gmail.com> wrote:
> Simon and I found out recently that there is an attempt by ASUnit4 to run
> inside a FlexUnit4 Runner to make use of its Ant tasks that support CI
> builds, e.g. headless launching of flash-player or adt in XVNC which is
> needed on servers which don't have display-system available.
>
> Here is robert penners