GWT_on_Rails

Hi,
Can anyone please help me how to install Google Web Toolkit GWT_on_Rails

I have GWT v.7 latest

Ruby on Rails 2.4

Whenever I run the following command to install from the mentioned link,
it
gives me error that no plugin found on this address

script/plugin install
http://gwt-on-rails.googlecode.com/svn/trunk/gwt_on_rails

Regards,

Yasir

yasir javed wrote:

script/plugin install
http://gwt-on-rails.googlecode.com/svn/trunk/gwt_on_rails

The URL in is command is incorrect. It should be:

http://gwt-on-rails.googlecode.com/svn/trunk

The part following the URL from the project source page is intended to
be the name of the folder to install the contents of trunk into (Notice
the space after …/trunk/):

http://gwt-on-rails.googlecode.com/svn/trunk/ gwt-on-rails-read-only

Thanks a lot Robert, it worked. I was missing the space…:slight_smile:

On Jun 24, 12:49 am, Robert W. [email protected]