I guess the only solution is to stop using Windows.

jason.

On 5/21/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:


hi.

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


[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to