Skip to main content
Participant
May 25, 2010
Answered

Flexunit wiki? And 4.0.0-RC1 source files?

  • May 25, 2010
  • 2 replies
  • 2507 views

Hello,

Are you guys monitoring the wiki, such as this page I added using 'discussion' tab?:

http://docs.flexunit.org/index.php?title=Talk:Downloads

AND

As I ask on that page - I don't see matching dates in RC1 and what is in SVN - Any idea where i can find source that matches release 4.0-rc1?

This is dated: Wednesday, September 09, 2009:

http://opensource.adobe.com/svn/opensource/flexunit/tags/4.0_flash_builder_b2

Where the 4.0.0-rc1 release is dated: 14th December 2009

Thanks!

This topic has been closed for replies.
Correct answer mlabriola

Hi Scott,

The FlexUnit 4 code does not live on the Adobe open source site. As a courtesy, we push release builds (such as 4.0) to the opensource site, however, no RC beta versions, etc. will be there.  Active development for the project is on github.

Here is the github address:

http://github.com/flexunit/flexunit

And you can find RC1, RC2 and 4.0 release version code here:

http://github.com/flexunit/flexunit/downloads

Or tagged within the repo.

HTH,

Mike

2 replies

Inspiring
May 25, 2010

Hi Scott,

Actually I dont think anyone got notified that you had opened a discussion on the wiki page. We are currently working to get a unified message across the various locations with which information is distributed regarding FlexUnit.

The main site is FlexUnit.org and in the downloads section of that site you will find that the source for the project is actually being maintained on github. You can find the main repository for the project at http://github.com/flexunit/flexunit/

We have tags in github for our milestones and are currently working on getting the 4.1 release out the door.

So check out github and you can get access to the current sources.

Thanks,

sim

Participant
May 25, 2010

Thanks for the responses, guys. Are you publishing your SWC's to any Maven repositories? That would be mucho convenient. As it is now, I need to figure out how to get ANT to compile your lib, then publish to our internal repo. Not the end of the world, but definitely a pain

Gracias!

Participating Frequently
May 25, 2010

Its being worked on.

In the short term, you can grab builds from our build server at builds.flexunit.org

Mike

mlabriolaCorrect answer
Participating Frequently
May 25, 2010

Hi Scott,

The FlexUnit 4 code does not live on the Adobe open source site. As a courtesy, we push release builds (such as 4.0) to the opensource site, however, no RC beta versions, etc. will be there.  Active development for the project is on github.

Here is the github address:

http://github.com/flexunit/flexunit

And you can find RC1, RC2 and 4.0 release version code here:

http://github.com/flexunit/flexunit/downloads

Or tagged within the repo.

HTH,

Mike

Participant
May 25, 2010

Oooh, even better. Thanks!!