• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Which is a more recent version of FlexUnit: flexunit-4.1.0-8 or flexunit-4.1.0_RC2 ??

New Here ,
Dec 06, 2012 Dec 06, 2012

Copy link to clipboard

Copied

Which is a more recent version of FlexUnit: flexunit-4.1.0-8 or flexunit-4.1.0_RC2 ??

TOPICS
FlexUnit

Views

3.6K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 06, 2012 Dec 06, 2012

Copy link to clipboard

Copied

RC2 stands for release candidate 2

So, any version of 4.1 will be newer than a 4.1 release candidate.

Mike

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 06, 2012 Dec 06, 2012

Copy link to clipboard

Copied

flexunit-4.1.0_RC2 supports the 'url' attribute for flexunit ant task but flexunit-4.1.0-8 does not support the 'url' attribute. Is this correct?

When I am using flexunit-4.1.0-8 to run my flexunit test case on an application running in server I am getting following error, which is not comming when I am using flexunit-4.1.0_RC2:

flexunit doesn't support the "url" attribute

my ant task is as follows:

<flexunit

            url="https://localhost/admin"

            command="${launch.app}"

                        toDir="${report.dir}"

                        haltonfailure="false"

                        verbose="true"

                  localtrusted="false"/>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 06, 2012 Dec 06, 2012

Copy link to clipboard

Copied

So far as I know, that should not be true. The 4.1.0 RC2 or 4.1.0-8 refers to the FlexUnit framework version. The ant tasks are separate from that framework version.

Where did you get the code from that no longer has the url attribute? Download from the site? Maven?

Let me know so I can look further,

Mike

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 06, 2012 Dec 06, 2012

Copy link to clipboard

Copied

LATEST

I only yesterday downloaded it from the flexunit.org website, http://www.flexunit.org/?page_id=14 (4.1 sdk). Just when I replaced the flexUnitTasks-4.1.0_RC2-28.jar with flexUnitTasks-4.1.0-8.jar, I started getting the error: flexunit doesn't support the "url" attribute.

Also, is it that the url attribute does not support url starting with 'https'. Our application is running on secured server and when I try to give url value as "https://localhost/admin", I get the error: The 'url' property must begin with 'http://' or 'file://'.

The error doesnot come with url value "http://localhost/admin":

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines