[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-03-03 Thread buda
foe now on I don know what has changed/ How to get the latest source and can I as it was earlie build source with rake command? On 1 мар, 16:01, Tobie Langel tobie.lan...@gmail.com wrote: This has changed indeed. We'll update the readme file accordingly. Best, Tobie On Mar 1, 2:17 pm,

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-03-01 Thread Tobie Langel
This has changed indeed. We'll update the readme file accordingly. Best, Tobie On Mar 1, 2:17 pm, buda www...@pochta.ru wrote: I dont know what is git command - I'm windows user I do as written on the site: Building Prototype from source prototype.js is a composite file generated from

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-28 Thread buda
Help me please On 27 фев, 21:50, buda www...@pochta.ru wrote: any dance with tambourine around   $ git submodule init   $ git submodule update doesnt help me : Early it was enough to call rake dist to make a file While now its so difficult??? How to get the latest release??? On

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-28 Thread Richard Quadling
2009/2/28 buda www...@pochta.ru: Help me please On 27 фев, 21:50, buda www...@pochta.ru wrote: any dance with tambourine around   $ git submodule init   $ git submodule update doesnt help me : Early it was enough to call rake dist to make a file While now its so difficult??? How

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-27 Thread buda
C:\ruby\bin$ git submodule init '$' is not recognized as an internal or external command, operable program or batch file. On 27 фев, 16:57, Richard Quadling rquadl...@googlemail.com wrote: 2009/2/27 buda www...@pochta.ru: I downloaded last build and I tried to make a library an error

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-27 Thread Jeff Conklin
The mention of $ within directions / examples usually means that this needs to be run within a shell. The actual command is whatever follows the $. Try just running: git submodule init And then: git submodule update - J e f f C o n k l i n - - AOL IM - a14piece - http://www.carabs.com -

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-27 Thread Richard Quadling
2009/2/27 buda www...@pochta.ru: C:\ruby\bin$ git submodule init '$' is not recognized as an internal or external command, operable program or batch file. On 27 фев, 16:57, Richard Quadling rquadl...@googlemail.com wrote: 2009/2/27 buda www...@pochta.ru: I downloaded last build and

[Proto-Scripty] Re: I have a problem with building prototypejs with rake

2009-02-27 Thread buda
any dance with tambourine around $ git submodule init $ git submodule update doesnt help me : Early it was enough to call rake dist to make a file While now its so difficult??? How to get the latest release??? On 27 фев, 18:20, Richard Quadling rquadl...@googlemail.com wrote: