GitXplorerGitXplorer
b

JiraButler

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
de177c10c40c9cbd41dc317a0c28c1f7bbb22e1e

SWQ-11@testing

bbennycode committed 14 years ago
Unverified
a6d20a026b0b961fb16940675749e3c1bcb8ae88

SWQ-11@testing purpose

bbennycode committed 14 years ago
Unverified
9f902ba1ba30c06ecfbc6fbbbf5c1ce82fbb9e73

Resurrect JiraClient.java from Version 1.1.

bbennycode committed 14 years ago
Unverified
e39ff0b71501085052d439d871825c2a367177b1

SWQ-11@Fixed a bug in startServer().

bbennycode committed 14 years ago
Unverified
8c409632945ef1ec9031d5a5f2a82c99dd16408e

The final push :-)

bbennycode committed 14 years ago
Unverified
728a725a080a1e57f2ff716bb8f935afcf91e7bd

t-1

bbennycode committed 14 years ago

README

The README file for this repository.

Benny's branch with working build.xml and NetBeans support.

Possible statements: java -jar /srv/www/jb/JiraButler-0.1.jar start

java -jar /srv/www/jb/JiraButler-0.1.jar --h java -jar /srv/www/jb/JiraButler-0.1.jar --help

java -jar /srv/www/jb/JiraButler-0.1.jar -v java -jar /srv/www/jb/JiraButler-0.1.jar --version

java -jar /srv/www/jb/JiraButler-0.1.jar -p 7071 start java -jar /srv/www/jb/JiraButler-0.1.jar --port 7071 start (TODO!)

java -jar /srv/www/jb/JiraButler-0.1.jar -l /srv/www/jb/logfile.txt start java -jar /srv/www/jb/JiraButler-0.1.jar --log /srv/www/jb/logfile.txt start (TODO!)

java -jar /srv/www/jb/JiraButler-0.1.jar -p 7071 -l /srv/www/jb/log1.txt start

TODO: java -jar /srv/www/jb/JiraButler-0.1.jar --port 7071 --log /srv/www/jb/log1.txt start java -jar /srv/www/jb/JiraButler-0.1.jar --port 7071 -l /srv/www/jb/log1.txt start java -jar /srv/www/jb/JiraButler-0.1.jar -p 7071 --log /srv/www/jb/log1.txt start