[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  wrote:
> This has changed indeed. We'll update the readme file accordingly.
>
> Best,
>
> Tobie
>
> On Mar 1, 2:17 pm, buda  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 many source files in
> > the src/ directory. To build Prototype, you'll need:
>
> > a copy of the Prototype source tree, either from a distribution
> > tarball or from the Git repository (see below)
> > Ruby 1.8.2 or higher (www.ruby-lang.org/)
> > Rake -- Ruby Make (rake.rubyforge.org/)
> > RDoc, if your Ruby distribution does not include it
> > From the root Prototype directory,
>
> > rake dist will preprocess the Prototype source using ERB and generate
> > the composite dist/prototype.js.
> > rake package will create a distribution tarball in the pkg/
> > directory."
>
> > But its from some day stoped work properly :(
>
> > On 1 мар, 09:33, Richard Quadling  wrote:
>
> > > 2009/2/28 buda :
>
> > > > Help me please
>
> > > > On 27 фев, 21:50, buda  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 27 фев, 18:20, Richard Quadling  wrote:
>
> > > >> > 2009/2/27 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  
> > > >> > > wrote:
> > > >> > >> 2009/2/27 buda :
>
> > > >> > >> > I downloaded last build and I tried to make a library an error 
> > > >> > >> > braks
> > > >> > >> > the process
>
> > > >> > >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> > > >> > >> > 'rake' is not recognized as an internal or external command,
> > > >> > >> > operable program or batch file.
>
> > > >> > >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> > > >> > >> > (in 
> > > >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > > >> > >> > sstephenso
> > > >> > >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> > > >> > >> > You'll need Sprockets to build Prototype. Just run:
>
> > > >> > >> >  $ git submodule init
> > > >> > >> >  $ git submodule update
>
> > > >> > >> > and you should be all set.
>
> > > >> > >> > rake aborted!
> > > >> > >> > uninitialized constant Sprockets
> > > >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > > >> > >> > sstephenson-pr
> > > >> > >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> > > >> > >> > `sprocketize'
> > > >> > >> > (See full trace by running task with --trace)
>
> > > >> > >> > Help me please
>
> > > >> > >> Did you run the git commands that you were told to run?
>
> > > >> > >> --
> > > >> > >> -
> > > >> > >> Richard Quadling
> > > >> > >> Zend Certified Engineer 
> > > >> > >> :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > > >> > >> "Standing on the shoulders of some very clever giants!"- Скрыть 
> > > >> > >> цитируемый текст -
>
> > > >> > >> - Показать цитируемый текст -
>
> > > >> > $ is a unix command prompt.
>
> > > >> > You will need to get hold of git for windows. I'm not sure there is a
> > > >> > port of this. Instead, I use Cygwin.
>
> > > >> >http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>
> > > >> > --
> > > >> > -
> > > >> > Richard Quadling
> > > >> > Zend Certified Engineer 
> > > >> > :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > > >> > "Standing on the shoulders of some very clever giants!"- Скрыть 
> > > >> > цитируемый текст -
>
> > > >> > - Показать цитируемый текст -- Скрыть цитируемый текст -
>
> > > >> - Показать цитируемый текст -
>
> > > The latest release is 1.6.0.3 and that can be got 
> > > fromhttp://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js
>
> > > The latest source is via git, but the build code has moved to using a
> > > library called Sprockets. So this is also required.
>
> > > I'm no expert with ruby and I had an issue with this on windows.
>
> > > Sam kindly fixed this and it now works as expected.
>
> > > It may be worth resetting your local store (something I also had a
> > > problem with) ...
>
> > >http://groups.google.com/group/prototype-core/browse_thread/thread/6e...
>
> > > Read through that thread to see how to reset your local copy.
>
> > > Richard.
>
> > > --
> > > -
> > > Richard Quadling
> > > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > > "Standing on the shoulders of some very clever giants!"- Скрыть 
> > > цитируем

[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  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 many source files in
> the src/ directory. To build Prototype, you’ll need:
>
> a copy of the Prototype source tree, either from a distribution
> tarball or from the Git repository (see below)
> Ruby 1.8.2 or higher (www.ruby-lang.org/)
> Rake — Ruby Make (rake.rubyforge.org/)
> RDoc, if your Ruby distribution does not include it
> From the root Prototype directory,
>
> rake dist will preprocess the Prototype source using ERB and generate
> the composite dist/prototype.js.
> rake package will create a distribution tarball in the pkg/
> directory."
>
> But its from some day stoped work properly :(
>
> On 1 мар, 09:33, Richard Quadling  wrote:
>
>
>
> > 2009/2/28 buda :
>
> > > Help me please
>
> > > On 27 фев, 21:50, buda  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 27 фев, 18:20, Richard Quadling  wrote:
>
> > >> > 2009/2/27 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  wrote:
> > >> > >> 2009/2/27 buda :
>
> > >> > >> > I downloaded last build and I tried to make a library an error 
> > >> > >> > braks
> > >> > >> > the process
>
> > >> > >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> > >> > >> > 'rake' is not recognized as an internal or external command,
> > >> > >> > operable program or batch file.
>
> > >> > >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> > >> > >> > (in 
> > >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > >> > >> > sstephenso
> > >> > >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> > >> > >> > You'll need Sprockets to build Prototype. Just run:
>
> > >> > >> >  $ git submodule init
> > >> > >> >  $ git submodule update
>
> > >> > >> > and you should be all set.
>
> > >> > >> > rake aborted!
> > >> > >> > uninitialized constant Sprockets
> > >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > >> > >> > sstephenson-pr
> > >> > >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> > >> > >> > `sprocketize'
> > >> > >> > (See full trace by running task with --trace)
>
> > >> > >> > Help me please
>
> > >> > >> Did you run the git commands that you were told to run?
>
> > >> > >> --
> > >> > >> -
> > >> > >> Richard Quadling
> > >> > >> Zend Certified Engineer 
> > >> > >> :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > >> > >> "Standing on the shoulders of some very clever giants!"- Скрыть 
> > >> > >> цитируемый текст -
>
> > >> > >> - Показать цитируемый текст -
>
> > >> > $ is a unix command prompt.
>
> > >> > You will need to get hold of git for windows. I'm not sure there is a
> > >> > port of this. Instead, I use Cygwin.
>
> > >> >http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>
> > >> > --
> > >> > -
> > >> > Richard Quadling
> > >> > Zend Certified Engineer 
> > >> > :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > >> > "Standing on the shoulders of some very clever giants!"- Скрыть 
> > >> > цитируемый текст -
>
> > >> > - Показать цитируемый текст -- Скрыть цитируемый текст -
>
> > >> - Показать цитируемый текст -
>
> > The latest release is 1.6.0.3 and that can be got 
> > fromhttp://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js
>
> > The latest source is via git, but the build code has moved to using a
> > library called Sprockets. So this is also required.
>
> > I'm no expert with ruby and I had an issue with this on windows.
>
> > Sam kindly fixed this and it now works as expected.
>
> > It may be worth resetting your local store (something I also had a
> > problem with) ...
>
> >http://groups.google.com/group/prototype-core/browse_thread/thread/6e...
>
> > Read through that thread to see how to reset your local copy.
>
> > Richard.
>
> > --
> > -
> > Richard Quadling
> > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> > текст -
>
> > - Показать цитируемый текст -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.

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

2009-03-01 Thread buda

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 many source files in
the src/ directory. To build Prototype, you’ll need:

a copy of the Prototype source tree, either from a distribution
tarball or from the Git repository (see below)
Ruby 1.8.2 or higher (www.ruby-lang.org/)
Rake — Ruby Make (rake.rubyforge.org/)
RDoc, if your Ruby distribution does not include it
>From the root Prototype directory,

rake dist will preprocess the Prototype source using ERB and generate
the composite dist/prototype.js.
rake package will create a distribution tarball in the pkg/
directory."


But its from some day stoped work properly :(

On 1 мар, 09:33, Richard Quadling  wrote:
> 2009/2/28 buda :
>
>
>
>
>
> > Help me please
>
> > On 27 фев, 21:50, buda  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 27 фев, 18:20, Richard Quadling  wrote:
>
> >> > 2009/2/27 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  wrote:
> >> > >> 2009/2/27 buda :
>
> >> > >> > I downloaded last build and I tried to make a library an error braks
> >> > >> > the process
>
> >> > >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> >> > >> > 'rake' is not recognized as an internal or external command,
> >> > >> > operable program or batch file.
>
> >> > >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> >> > >> > (in 
> >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> >> > >> > sstephenso
> >> > >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> >> > >> > You'll need Sprockets to build Prototype. Just run:
>
> >> > >> >  $ git submodule init
> >> > >> >  $ git submodule update
>
> >> > >> > and you should be all set.
>
> >> > >> > rake aborted!
> >> > >> > uninitialized constant Sprockets
> >> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> >> > >> > sstephenson-pr
> >> > >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> >> > >> > `sprocketize'
> >> > >> > (See full trace by running task with --trace)
>
> >> > >> > Help me please
>
> >> > >> Did you run the git commands that you were told to run?
>
> >> > >> --
> >> > >> -
> >> > >> Richard Quadling
> >> > >> Zend Certified Engineer 
> >> > >> :http://zend.com/zce.php?c=ZEND002498&r=213474731
> >> > >> "Standing on the shoulders of some very clever giants!"- Скрыть 
> >> > >> цитируемый текст -
>
> >> > >> - Показать цитируемый текст -
>
> >> > $ is a unix command prompt.
>
> >> > You will need to get hold of git for windows. I'm not sure there is a
> >> > port of this. Instead, I use Cygwin.
>
> >> >http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>
> >> > --
> >> > -
> >> > Richard Quadling
> >> > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> >> > "Standing on the shoulders of some very clever giants!"- Скрыть 
> >> > цитируемый текст -
>
> >> > - Показать цитируемый текст -- Скрыть цитируемый текст -
>
> >> - Показать цитируемый текст -
>
> The latest release is 1.6.0.3 and that can be got 
> fromhttp://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js
>
> The latest source is via git, but the build code has moved to using a
> library called Sprockets. So this is also required.
>
> I'm no expert with ruby and I had an issue with this on windows.
>
> Sam kindly fixed this and it now works as expected.
>
> It may be worth resetting your local store (something I also had a
> problem with) ...
>
> http://groups.google.com/group/prototype-core/browse_thread/thread/6e...
>
> Read through that thread to see how to reset your local copy.
>
> Richard.
>
> --
> -
> Richard Quadling
> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> текст -
>
> - Показать цитируемый текст -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



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

2009-02-28 Thread Richard Quadling

2009/2/28 buda :
>
> Help me please
>
> On 27 фев, 21:50, buda  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 27 фев, 18:20, Richard Quadling  wrote:
>>
>>
>>
>> > 2009/2/27 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  wrote:
>> > >> 2009/2/27 buda :
>>
>> > >> > I downloaded last build and I tried to make a library an error braks
>> > >> > the process
>>
>> > >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
>> > >> > 'rake' is not recognized as an internal or external command,
>> > >> > operable program or batch file.
>>
>> > >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
>> > >> > (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
>> > >> > sstephenso
>> > >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>>
>> > >> > You'll need Sprockets to build Prototype. Just run:
>>
>> > >> >  $ git submodule init
>> > >> >  $ git submodule update
>>
>> > >> > and you should be all set.
>>
>> > >> > rake aborted!
>> > >> > uninitialized constant Sprockets
>> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
>> > >> > sstephenson-pr
>> > >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
>> > >> > `sprocketize'
>> > >> > (See full trace by running task with --trace)
>>
>> > >> > Help me please
>>
>> > >> Did you run the git commands that you were told to run?
>>
>> > >> --
>> > >> -
>> > >> Richard Quadling
>> > >> Zend Certified Engineer 
>> > >> :http://zend.com/zce.php?c=ZEND002498&r=213474731
>> > >> "Standing on the shoulders of some very clever giants!"- Скрыть 
>> > >> цитируемый текст -
>>
>> > >> - Показать цитируемый текст -
>>
>> > $ is a unix command prompt.
>>
>> > You will need to get hold of git for windows. I'm not sure there is a
>> > port of this. Instead, I use Cygwin.
>>
>> >http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>>
>> > --
>> > -
>> > Richard Quadling
>> > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
>> > "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
>> > текст -
>>
>> > - Показать цитируемый текст -- Скрыть цитируемый текст -
>>
>> - Показать цитируемый текст -
> >
>
The latest release is 1.6.0.3 and that can be got from
http://www.prototypejs.org/assets/2008/9/29/prototype-1.6.0.3.js

The latest source is via git, but the build code has moved to using a
library called Sprockets. So this is also required.

I'm no expert with ruby and I had an issue with this on windows.

Sam kindly fixed this and it now works as expected.

It may be worth resetting your local store (something I also had a
problem with) ...

http://groups.google.com/group/prototype-core/browse_thread/thread/6ed02e1a9c4aa0cb

Read through that thread to see how to reset your local copy.

Richard.


-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[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  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 27 фев, 18:20, Richard Quadling  wrote:
>
>
>
> > 2009/2/27 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  wrote:
> > >> 2009/2/27 buda :
>
> > >> > I downloaded last build and I tried to make a library an error braks
> > >> > the process
>
> > >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> > >> > 'rake' is not recognized as an internal or external command,
> > >> > operable program or batch file.
>
> > >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> > >> > (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > >> > sstephenso
> > >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> > >> > You'll need Sprockets to build Prototype. Just run:
>
> > >> >  $ git submodule init
> > >> >  $ git submodule update
>
> > >> > and you should be all set.
>
> > >> > rake aborted!
> > >> > uninitialized constant Sprockets
> > >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > >> > sstephenson-pr
> > >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> > >> > `sprocketize'
> > >> > (See full trace by running task with --trace)
>
> > >> > Help me please
>
> > >> Did you run the git commands that you were told to run?
>
> > >> --
> > >> -
> > >> Richard Quadling
> > >> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > >> "Standing on the shoulders of some very clever giants!"- Скрыть 
> > >> цитируемый текст -
>
> > >> - Показать цитируемый текст -
>
> > $ is a unix command prompt.
>
> > You will need to get hold of git for windows. I'm not sure there is a
> > port of this. Instead, I use Cygwin.
>
> >http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>
> > --
> > -
> > Richard Quadling
> > Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> > "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> > текст -
>
> > - Показать цитируемый текст -- Скрыть цитируемый текст -
>
> - Показать цитируемый текст -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[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  wrote:
> 2009/2/27 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  wrote:
> >> 2009/2/27 buda :
>
> >> > I downloaded last build and I tried to make a library an error braks
> >> > the process
>
> >> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> >> > 'rake' is not recognized as an internal or external command,
> >> > operable program or batch file.
>
> >> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> >> > (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> >> > sstephenso
> >> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> >> > You'll need Sprockets to build Prototype. Just run:
>
> >> >  $ git submodule init
> >> >  $ git submodule update
>
> >> > and you should be all set.
>
> >> > rake aborted!
> >> > uninitialized constant Sprockets
> >> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> >> > sstephenson-pr
> >> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> >> > `sprocketize'
> >> > (See full trace by running task with --trace)
>
> >> > Help me please
>
> >> Did you run the git commands that you were told to run?
>
> >> --
> >> -
> >> Richard Quadling
> >> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> >> "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> >> текст -
>
> >> - Показать цитируемый текст -
>
> $ is a unix command prompt.
>
> You will need to get hold of git for windows. I'm not sure there is a
> port of this. Instead, I use Cygwin.
>
> http://github.com/guides/using-git-and-github-for-the-windows-for-new...
>
> --
> -
> Richard Quadling
> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> текст -
>
> - Показать цитируемый текст -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



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

2009-02-27 Thread Richard Quadling

2009/2/27 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  wrote:
>> 2009/2/27 buda :
>>
>>
>>
>>
>>
>> > I downloaded last build and I tried to make a library an error braks
>> > the process
>>
>> > C:\...f75029182a448b35788ea010bffbc884>rake dist
>> > 'rake' is not recognized as an internal or external command,
>> > operable program or batch file.
>>
>> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
>> > (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
>> > sstephenso
>> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>>
>> > You'll need Sprockets to build Prototype. Just run:
>>
>> >  $ git submodule init
>> >  $ git submodule update
>>
>> > and you should be all set.
>>
>> > rake aborted!
>> > uninitialized constant Sprockets
>> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
>> > sstephenson-pr
>> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
>> > `sprocketize'
>> > (See full trace by running task with --trace)
>>
>> > Help me please
>>
>> Did you run the git commands that you were told to run?
>>
>> --
>> -
>> Richard Quadling
>> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
>> "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
>> текст -
>>
>> - Показать цитируемый текст -
> >
>

$ is a unix command prompt.

You will need to get hold of git for windows. I'm not sure there is a
port of this. Instead, I use Cygwin.

http://github.com/guides/using-git-and-github-for-the-windows-for-newbies


-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[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
- http://www.myspace.com/carabs

On Fri, Feb 27, 2009 at 11:01 AM, buda  wrote:

>
> C:\ruby\bin>$ git submodule init
> '$' is not recognized as an internal or external command,
> operable program or batch file.
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[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  wrote:
> 2009/2/27 buda :
>
>
>
>
>
> > I downloaded last build and I tried to make a library an error braks
> > the process
>
> > C:\...f75029182a448b35788ea010bffbc884>rake dist
> > 'rake' is not recognized as an internal or external command,
> > operable program or batch file.
>
> > C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> > (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > sstephenso
> > n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> > You'll need Sprockets to build Prototype. Just run:
>
> >  $ git submodule init
> >  $ git submodule update
>
> > and you should be all set.
>
> > rake aborted!
> > uninitialized constant Sprockets
> > C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> > sstephenson-pr
> > ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> > `sprocketize'
> > (See full trace by running task with --trace)
>
> > Help me please
>
> Did you run the git commands that you were told to run?
>
> --
> -
> Richard Quadling
> Zend Certified Engineer :http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"- Скрыть цитируемый 
> текст -
>
> - Показать цитируемый текст -
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



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

2009-02-27 Thread Richard Quadling

2009/2/27 buda :
>
> I downloaded last build and I tried to make a library an error braks
> the process
>
> C:\...f75029182a448b35788ea010bffbc884>rake dist
> 'rake' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\...f75029182a448b35788ea010bffbc884>C:\ruby\bin\rake dist
> (in C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> sstephenso
> n-prototype-ae667274f75029182a448b35788ea010bffbc884)
>
> You'll need Sprockets to build Prototype. Just run:
>
>  $ git submodule init
>  $ git submodule update
>
> and you should be all set.
>
> rake aborted!
> uninitialized constant Sprockets
> C:/sstephenson-prototype-ae667274f75029182a448b35788ea010bffbc884/
> sstephenson-pr
> ototype-ae667274f75029182a448b35788ea010bffbc884/rakefile:28:in
> `sprocketize'
> (See full trace by running task with --trace)
>
> Help me please
> >
>
Did you run the git commands that you were told to run?


-- 
-
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---