Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from jschaedl/flexmojos-7.x
Browse files Browse the repository at this point in the history
Fix maven properties in exception message
  • Loading branch information
velo committed May 28, 2015
2 parents 55d745c + 6bfb1da commit b4cdff3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@ public void runTest( String swfName, Integer testPort, Integer testControlPort,
throw new MojoExecutionException(
"Failed to launch Air Debug Launcher. Probably java was not able to find adl."
+ "\n\t\tMake sure adl is available on PATH"
+ "\n\t\tor use -Dadl.command=${adl executable}",
+ "\n\t\tor use -Dflex.adl.command=${adl executable}",
e );
} else {
throw new MojoExecutionException(
"Failed to launch Flash Player. Probably java was not able to find flashplayer."
+ "\n\t\tMake sure flashplayer is available on PATH"
+ "\n\t\tor use -DflashPlayer.command=${flashplayer executable}",
+ "\n\t\tor use -Dflex.flashPlayer.command=${flashplayer executable}",
e );
}
}
Expand Down

0 comments on commit b4cdff3

Please sign in to comment.