qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

FlexUnit integration support for Solaris #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attempting to use the support for FlexUnit integration on our Solaris x86
build machine produces the following error during the test-compile phase:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Unable to resolve current OS: sunos

Digging around in the code reveals that this is because MavenUtilities only
has methods for detecting Windows, Mac, and Linux.  Given that Adobe
distributes Solaris builds of the Flash player, it should be possible to
support running FlexUnit tests in Solaris.

Original issue reported on code.google.com by jool...@gmail.com on 30 Oct 2008 at 10:03

GoogleCodeExporter commented 9 years ago
I don't have access to a solaris machine here.

Is possible to you to patch it?

VELO

Original comment by velo...@gmail.com on 10 Nov 2008 at 11:33

GoogleCodeExporter commented 9 years ago
You can work around this for now using the new configurable FlexUnit command in 
2.0M8 and a profile for 
Solaris. See 
http://groups.google.com/group/flex-mojos/browse_thread/thread/c6dc858fbc36bc01

Original comment by RedB...@gmail.com on 11 Nov 2008 at 6:09

GoogleCodeExporter commented 9 years ago
OK, this isn't actually related to the FlexUnit stuff, so the workaround won't 
work. FlexUnit was already 
defaulting to Linux if it didn't match the OS to Windows or Mac.

I've started on the fix for this

Original comment by RedB...@gmail.com on 19 Nov 2008 at 3:24

GoogleCodeExporter commented 9 years ago
fix in r889, I don't have solaris around to test, can you verify this joolean?

Original comment by RedB...@gmail.com on 19 Nov 2008 at 4:11

GoogleCodeExporter commented 9 years ago
Hi RedBugz -- thanks for looking at this.  I'll test as soon as I can (we're in 
a bit
of a crunch at work...)

Original comment by jool...@gmail.com on 19 Nov 2008 at 4:32