[
https://issues.apache.org/jira/browse/MNEMONIC-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16167438#comment-16167438
]
Ganhua Zhang edited comment on MNEMONIC-343 at 9/15/17 7:07 AM:
----------------------------------------------------------------
Command:
{noformat}
mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=<the main class
name of example> -Dexample.args="<arguments separated by space>"
{noformat}
E.g.
{noformat}
mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=Main
-Dexample.args="arg1 arg2 arg3"
{noformat}
was (Author: ganhua.zhang):
Command: mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=<the main
class name of example> -Dexample.args="<arguments separated by space>"
E.g. mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=Main
-Dexample.args="arg1 arg2 arg3"
> Add a switch option to select specific example to run
> -----------------------------------------------------
>
> Key: MNEMONIC-343
> URL: https://issues.apache.org/jira/browse/MNEMONIC-343
> Project: Mnemonic
> Issue Type: Improvement
> Components: Example
> Affects Versions: 0.9.0-incubating
> Reporter: Wang, Gang
> Assignee: Ganhua Zhang
> Fix For: 0.10.0-incubating
>
>
> The switch option is used for the user to run the different example in one
> example application.
> {code:none}
> $ mvn exec:exec -Pexample -pl mnemonic-examples -Dexample.name=<the main
> class name of example> -Dexample.args="<arguments separated by space>"
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)