You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/11/17 21:50:33 UTC

[jira] [Commented] (OFBIZ-5872) Inconsistencies related to the "java -jar ofbiz.jar" commands when used with arguments

    [ https://issues.apache.org/jira/browse/OFBIZ-5872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215140#comment-14215140 ] 

Jacques Le Roux commented on OFBIZ-5872:
----------------------------------------

As a note, the command *java -jar ofbiz.jar -pos* was still working in R12.04 but not in R13.07

> Inconsistencies related to the "java -jar ofbiz.jar" commands when used with arguments
> --------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5872
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5872
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>
> The help gives you:
> c:\projectsASF\ofbiz>java -jar ofbiz.jar -help
> Usage: java -jar ofbiz.jar [command] [arguments]
> -both    -----> Run simultaneously the POS (Point of Sales) application and OFBiz standard
> -help, -? ----> This screen
> -install -----> Run install (create tables/load data)
> -pos     -----> Run the POS (Point of Sales) application
> -setup -------> Run external application server setup
> -start -------> Start the server
> -status ------> Status of the server
> -shutdown ----> Shutdown the server
> -test --------> Run the JUnit test script
> [no config] --> Use default config
> [no command] -> Start the server w/ default config
> But actually only the -help, -status and -shutdown command need a dash. 
> For now we decided to change the documentation generated by the help command to remove dashes when they are not needed.
> To change 
> -install -----> Run install (create tables/load data)
> by
> -load-data -----> Create tables/load data
> To comment out the 
> -setup -------> Run external application server setup
> line
> More to come, see this thread: http://markmail.org/message/i36uc4zkuglmdfcd
> When done, we will try to have things consisent and re-add the missing dashes to the commands and in the help. Then the "Technical production setup guide" should be updated, pfew...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)