You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,9 @@ Building Gitblit
32
32
3. Select your gitblit project root and **Refresh** the project, this should correct all build problems.
33
33
4. Using JUnit, execute the `com.gitblit.tests.GitBlitSuite` test suite.<br/>
34
34
*This will clone some repositories from the web and run through the unit tests.*
35
-
5. Execute the *com.gitblit.Launcher* class to start Gitblit.
35
+
5. Execute the *com.gitblit.GitBlitServer* class to start Gitblit GO.
36
+
37
+
Building Tips & Tricks
38
+
----------------------
39
+
1. If you are running Ant from an ANSI-capable console, consider setting the `MX_COLOR` ennvironment variable before executing Ant.<pre>set MX_COLOR=true</pre>
40
+
2. The build script will honor your Maven proxy settings. If you need to fine-tune this, please review the [settings.moxie](http://gitblit.github.io/moxie/settings.html) documentation.
0 commit comments