qickrooms / flex-mojos

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

flex mojos m9+ not working on HP UX #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[ERROR] BUILD ERROR 
[INFO]
------------------------------------------------------------------------ 
[INFO] Unable to resolve current OS: hp-ux 
[INFO]
------------------------------------------------------------------------ 
[INFO] Trace 
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to resolve
current OS: hp-ux 
        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycl
eExecutor.java:583)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(Def
aultLifecycleExecutor.java:499)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycle
Executor.java:478)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:330)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultL
ifecycleExecutor.java:291)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExec
utor.java:142)

        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) 
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) 
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)

        at java.lang.reflect.Method.invoke(Method.java:585) 
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) 
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) 
        at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) 
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375) 
Caused by: org.apache.maven.plugin.MojoExecutionException: Unable to
resolve current OS: hp-ux 
        at
info.rvin.mojo.flexmojo.compiler.ApplicationMojo.getFPTrustFolder(ApplicationMoj
o.java:416)

        at
info.rvin.mojo.flexmojo.compiler.ApplicationMojo.updateSecuritySandbox(Applicati
onMojo.java:331)

        at
info.rvin.mojo.flexmojo.compiler.ApplicationMojo.tearDown(ApplicationMojo.java:2
06)

        at
info.rvin.mojo.flexmojo.AbstractIrvinMojo.execute(AbstractIrvinMojo.java:180) 
        at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.ja
va:451)

        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycl
eExecutor.java:558)

        ... 16 more 

Original issue reported on code.google.com by bjor...@gmail.com on 12 Dec 2008 at 4:54

GoogleCodeExporter commented 9 years ago
Hey man,

That is something I can't reproduce, I don't have a machine/OS like this.  Not 
even
know if that is an OS or a hardware =P

If someone can produce a patch for that would be cool.

VELO

Original comment by velo...@gmail.com on 12 Dec 2008 at 5:00

GoogleCodeExporter commented 9 years ago
It's failing to find the Flash Player trust file. We probably
shouldn't fail on this, just warn and continue.

You can workaround this by setting
<updateSecuritySandbox>false</updateSecuritySandbox> in your
<configuration> section.

I can make the fix, but I can't test the fix.

However, the Flash Player isn't supported on HP-UX. So unless you have
the Flash Player working on HP-UX, you will only be able to build, but
you won't be able to run any tests.

Logan

Original comment by RedB...@gmail.com on 12 Dec 2008 at 5:26

GoogleCodeExporter commented 9 years ago
Gotcha!

Original comment by bjor...@gmail.com on 16 Dec 2008 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by velo...@gmail.com on 21 Jan 2009 at 7:09