[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rake::PackageTask

Nicholas Van Weerdenburg

12/22/2004 1:01:00 AM

Does Rake::PackageTask work on Windows?

My attempts to use it have failed so far.

Thanks,
Nick
--
Nicholas Van Weerdenburg


6 Answers

Justin Rudd

12/22/2004 1:24:00 AM

0

> Does Rake::PackageTask work on Windows?

Not out of the box on a One-Click-Installer install. It shells out to
programs tar and zip. If you install Cygwin and put the Cygwin bin
directory in your path it will work.

--
Justin Rudd
http://seagecko.org...


Zach Dennis

12/22/2004 1:59:00 AM

0

Justin Rudd wrote:
>>Does Rake::PackageTask work on Windows?
>
>
> Not out of the box on a One-Click-Installer install. It shells out to
> programs tar and zip. If you install Cygwin and put the Cygwin bin
> directory in your path it will work.

I have many unix utilities for Window if anyone would like. They do not
require cygwin or mingw. Just message me offlist and I'll send you the
zip file.

Zach



Curt Hibbs

12/22/2004 2:23:00 AM

0

Zach Dennis wrote:
> Sent: Tuesday, December 21, 2004 7:59 PM
> To: ruby-talk ML
> Subject: Re: Rake::PackageTask
>
>
> Justin Rudd wrote:
> >>Does Rake::PackageTask work on Windows?
> >
> >
> > Not out of the box on a One-Click-Installer install. It shells out to
> > programs tar and zip. If you install Cygwin and put the Cygwin bin
> > directory in your path it will work.
>
> I have many unix utilities for Window if anyone would like. They do not
> require cygwin or mingw. Just message me offlist and I'll send you the
> zip file.

You can also get these and many more unix utilities from the GnuWin32
project on sourceforge:

http://gnuwin32.sourceforge.net/pac...

These are native win32 ports of unix utilities, so cygwin is not required.

Curt
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.2 - Release Date: 12/20/2004



Austin Ziegler

12/22/2004 3:32:00 AM

0

On Wed, 22 Dec 2004 10:01:09 +0900, Nicholas Van Weerdenburg
<vanweerd@gmail.com> wrote:
> Does Rake::PackageTask work on Windows?
> My attempts to use it have failed so far.

No. You can look at any of my projects (Diff::LCS, etc.) to see an
alternative way to generate .tar.gz packages. I have not yet bothered
to make it a task to submit to Jim for inclusion in Rake.

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


Jim Weirich

12/22/2004 4:10:00 AM

0

On Tuesday 21 December 2004 10:32 pm, Austin Ziegler wrote:
> No. You can look at any of my projects (Diff::LCS, etc.) to see an
> alternative way to generate .tar.gz packages. I have not yet bothered
> to make it a task to submit to Jim for inclusion in Rake.

If someone would like to put it together, I would be open to such a patch.

--
-- Jim Weirich jim@weirichhouse.org http://onest...
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)


Nicholas Van Weerdenburg

12/22/2004 4:30:00 AM

0

On Wed, 22 Dec 2004 10:24:25 +0900, Justin Rudd <justin.rudd@gmail.com> wrote:
> > Does Rake::PackageTask work on Windows?
>
> Not out of the box on a One-Click-Installer install. It shells out to
> programs tar and zip. If you install Cygwin and put the Cygwin bin
> directory in your path it will work.
>
> --
> Justin Rudd
> http://seagecko.org...
>
>

Thanks. I'll try that.

Is there any way to get an error message for sh failures in rake?

Thanks,
Nick
--
Nicholas Van Weerdenburg