Author: jvanzyl
Date: Sun May 21 19:57:55 2006
New Revision: 408553
URL: http://svn.apache.org/viewvc?rev=408553&view=rev
Log:
o put doc back with a different name to stop confusing svn
Added:
maven/sandbox/issue/rissue/HOWTO.apt (with props)
Added: maven/sandbox/issue/rissue/HOWTO.apt
URL:
http://svn.apache.org/viewvc/maven/sandbox/issue/rissue/HOWTO.apt?rev=408553&view=auto
==============================================================================
--- maven/sandbox/issue/rissue/HOWTO.apt (added)
+++ maven/sandbox/issue/rissue/HOWTO.apt Sun May 21 19:57:55 2006
@@ -0,0 +1,44 @@
+ -----
+ Ruby Gem for manipulating JIRA
+ -----
+ Jason van Zyl
+ -----
+
+How to use
+
+* Install Ruby Gems
+
+ http://docs.rubygems.org/read/chapter/3
+
+* Install Rake
+
+ sudo gem install --remote rake
+
+* Checkout & Install SOAP4R
+
+ http://dev.ctor.org/svn/soap4r/trunk
+
+ Right now this seems to be the only way to get it to work. You need the trunk.
+
+ Normally you should just be able to download the release version and use
+ that to geneate the wsdl.
+
+ http://dev.ctor.org/soap4r
+
+* Generate the SOAP crap
+
+ ./wsdl2ruby.rb --wsdl <random-unversioned-wsdl-that-jira-gives-you> --type
client
+
+* Build the JIRA Ruby Gem
+
+ rake gem
+
+* Install the JIRA Ruby Gem
+
+ cd pkg; sudo gem install jiraruby-<version>.gem
+
+* Developing the Ruby Gem
+
+ Once you have installed the RubyGem it will land in
/usr/lib/ruby/gems/1.8/gems/jiraruby-0.1.0/lib
+ so on unix it is easy to create a symlink to
/usr/lib/ruby/gems/1.8/gems/jiraruby-0.1.0/lib/jiraruby.rb
+ and then you can just edit/run/test.
Propchange: maven/sandbox/issue/rissue/HOWTO.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/sandbox/issue/rissue/HOWTO.apt
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"