Publishing to rubyforge - is there a command line tool that accompanies the rubyforge publisher rake contrib task

I was trying to use the rake contrib task for publishing to Rubyforge, but
it seems to use a command line component to do the work (which I don't seem
to have :slight_smile: I believe this was contributed by Florian Gross. Does anyone
know where I get this extra piece to make this all work?

What do people use to automate their uploads to Rubyforge? Is this publish
task the best way? I have many files to post each time.

All suggestions are welcome.

Thanks,

Jeff

You can see what I do for PDF::Writer (and my other projects) in the
Rakefile there. I use metaproject.

-austin

路路路

On 4/18/06, Jeff Barczewski <jeff.barczewski@gmail.com> wrote:

I was trying to use the rake contrib task for publishing to Rubyforge, but
it seems to use a command line component to do the work (which I don't seem
to have :slight_smile: I believe this was contributed by Florian Gross. Does anyone
know where I get this extra piece to make this all work?

What do people use to automate their uploads to Rubyforge? Is this publish
task the best way? I have many files to post each time.

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

Thanks Austin, that looks like that will work well and appears to have more
functionality than the other way, including posting the news items and
sending emails. Thank you for the pointer.

Jeff

路路路

On 4/18/06, Austin Ziegler <halostatue@gmail.com> wrote:

On 4/18/06, Jeff Barczewski <jeff.barczewski@gmail.com> wrote:
> I was trying to use the rake contrib task for publishing to Rubyforge,
but
> it seems to use a command line component to do the work (which I don't
seem
> to have :slight_smile: I believe this was contributed by Florian Gross. Does anyone
> know where I get this extra piece to make this all work?
>
> What do people use to automate their uploads to Rubyforge? Is this
publish
> task the best way? I have many files to post each time.

You can see what I do for PDF::Writer (and my other projects) in the
Rakefile there. I use metaproject.

-austin
--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca

fyi. i wrote and use this

   http://rubyforge.org/frs/?group_id=1024&release_id=4283

it installs a rubyforge script which can be used to automate rubyforge
uploads. i don't know how it compares to austin's approach but it's very
simple.

regards.

-a

路路路

On Wed, 19 Apr 2006, Jeff Barczewski wrote:

Thanks Austin, that looks like that will work well and appears to have more
functionality than the other way, including posting the news items and
sending emails. Thank you for the pointer.

Jeff

--
be kind whenever possible... it is always possible.
- h.h. the 14th dali lama

The main difference, as I recall, is that you have a lot of hardcoded
values in your code. Metaproject may have those hardcoded values as
well, but they are well hidden from me, the user.

Florian Gross has also written a similar program.

-austin

路路路

On 4/18/06, ara.t.howard@noaa.gov <ara.t.howard@noaa.gov> wrote:

On Wed, 19 Apr 2006, Jeff Barczewski wrote:
> Thanks Austin, that looks like that will work well and appears to have more
> functionality than the other way, including posting the news items and
> sending emails. Thank you for the pointer.
>
> Jeff
fyi. i wrote and use this

   http://rubyforge.org/frs/?group_id=1024&release_id=4283

it installs a rubyforge script which can be used to automate rubyforge
uploads. i don't know how it compares to austin's approach but it's very
simple.

--
Austin Ziegler * halostatue@gmail.com
               * Alternate: austin@halostatue.ca