You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/05/21 22:13:00 UTC

svn commit: r408479 - /maven/sandbox/issue/rissue/README.apt

Author: jvanzyl
Date: Sun May 21 13:13:00 2006
New Revision: 408479

URL: http://svn.apache.org/viewvc?rev=408479&view=rev
Log: (empty)

Added:
    maven/sandbox/issue/rissue/README.apt

Added: maven/sandbox/issue/rissue/README.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/issue/rissue/README.apt?rev=408479&view=auto
==============================================================================
--- maven/sandbox/issue/rissue/README.apt (added)
+++ maven/sandbox/issue/rissue/README.apt Sun May 21 13:13:00 2006
@@ -0,0 +1,39 @@
+ -----
+ 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
+



Re: svn commit: r408479 - /maven/sandbox/issue/rissue/README.apt

Posted by Jason Van Zyl <ja...@gmail.com>.
I guess the only solution is to stop using Windows.

jason.

On 5/21/06, Edwin Punzalan <ep...@exist.com> wrote:
>
>
> hi.
>
> sorry, but i can't update my windows svn copy of this bec there's
> already readme.apt.
>
>
> jvanzyl@apache.org wrote:
> > Author: jvanzyl
> > Date: Sun May 21 13:13:00 2006
> > New Revision: 408479
> >
> > URL: http://svn.apache.org/viewvc?rev=408479&view=rev
> > Log: (empty)
> >
> > Added:
> >     maven/sandbox/issue/rissue/README.apt
> >
> > Added: maven/sandbox/issue/rissue/README.apt
> > URL:
> http://svn.apache.org/viewvc/maven/sandbox/issue/rissue/README.apt?rev=408479&view=auto
> >
> ==============================================================================
> > --- maven/sandbox/issue/rissue/README.apt (added)
> > +++ maven/sandbox/issue/rissue/README.apt Sun May 21 13:13:00 2006
> > @@ -0,0 +1,39 @@
> > + -----
> > + 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
> > +
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: svn commit: r408479 - /maven/sandbox/issue/rissue/README.apt

Posted by Edwin Punzalan <ep...@exist.com>.
hi.

sorry, but i can't update my windows svn copy of this bec there's 
already readme.apt.


jvanzyl@apache.org wrote:
> Author: jvanzyl
> Date: Sun May 21 13:13:00 2006
> New Revision: 408479
>
> URL: http://svn.apache.org/viewvc?rev=408479&view=rev
> Log: (empty)
>
> Added:
>     maven/sandbox/issue/rissue/README.apt
>
> Added: maven/sandbox/issue/rissue/README.apt
> URL: http://svn.apache.org/viewvc/maven/sandbox/issue/rissue/README.apt?rev=408479&view=auto
> ==============================================================================
> --- maven/sandbox/issue/rissue/README.apt (added)
> +++ maven/sandbox/issue/rissue/README.apt Sun May 21 13:13:00 2006
> @@ -0,0 +1,39 @@
> + -----
> + 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
> +
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org