From 33dde75ae1de51ebeb76248e94b53d1677de2b59 Mon Sep 17 00:00:00 2001 From: Uli Heller Date: Sat, 27 Jun 2015 06:31:21 +0200 Subject: [PATCH] doc change: build.xml -> release/build.xml --- doc/how_to_run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index bb14bbcfe..833321584 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -35,4 +35,4 @@ C:\gitbucket> sbt package `gitbucket_2.11-x.x.x.war` is generated into `target/scala-2.11`. -To build executable war file, run Ant at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact. Please note the current build.xml works on Windows only. Replace `sbt.bat` with `sbt.sh` in build.xml if you want to run it on Linux. +To build executable war file, run `ant -f release/build.xml` at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact. Please note the current build.xml works on Windows only. Replace `sbt.bat` with `sbt.sh` in release/build.xml if you want to run it on Linux.