Skip to content

Commit

Permalink
Clarify : ant.sh / ant.bat rather than bare ant.
Browse files Browse the repository at this point in the history
In response to today's `uportal-user@` email thread, make the included-in-quickstart README clearer about using the operating-system-specific `ant.sh` or `ant.bat`, as appropriate.
  • Loading branch information
apetro committed May 1, 2015
1 parent f52b078 commit 4fa7398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assembly/quickstart/README.txt
Expand Up @@ -54,8 +54,12 @@ Windows: ant.bat
UNIX: ant.sh

'ant start' - Starts HSQL and then Tomcat, both are started in the background.
(That is, under a UNIX-style operating system this is `ant.sh start` ,
and under a Windows operating system this is `ant.bat` ).

'ant stop' - Stops Tomcat then stops HSQL.
(That is, under a UNIX-style operating system this is `ant.sh stop` ,
and under a Windows operating system this is `ant.bat stop` ).


Using uPortal
Expand Down

0 comments on commit 4fa7398

Please sign in to comment.