Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Leon Miller-Out
Neel, you need to use Radiant's script/extension to install extensions. I'm
not sure how the environment variables work on Windows (for RAILS_ENV), but
on OS X and Linux, I'd do:

RAILS_ENV=production script/extension install comments

Once the extension is installed, then you can run any rake tasks that come
with it. migrate and update seem to be the common ones, but the install
command above should run those for you in most cases.

Leon

=
Leon Miller-Out
President  CTO, Singlebrook Technology, Inc
l...@singlebrook.com
p 607-330-1493
f 607-697-0457
516 W. State St. - Suite 100
Ithaca, NY 14850


On Thu, Feb 18, 2010 at 9:17 PM, neel iyer kniyer@gmail.com wrote:

 i'm trying to install some of the extension of radiant. currently i'm using
 radiant 0.8.1 and using windows os. but each time i excecute any command to
 install those extension, an error msg is been displayed..

 this is when i tried to install comment extension.


 C:\websiterake radiant:extensions:comments:install --trace
 (in C:/website)
 rake aborted!
 Don't know how to build task 'radiant:extensions:comments:install'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in `invoke_task'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exceptio
 n_handling'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exceptio
 n_handling'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
 C:/Ruby/bin/rake:19:in `load'
 C:/Ruby/bin/rake:19

 --

 C:\websiteruby script/about

 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/acti
 ve_support/dependencies.rb:105:in `const_missing': uninitialized constant
 AudioP
 layerExtension::Inflector (NameError)
from
 C:/website/vendor/extensions/audio_player/audio_player_extension.rb
 :28:in `activate'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension.
 rb:60:in `activate'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesup
 port/lib/active_support/core_ext/symbol.rb:11:in `__send__'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesup
 port/lib/active_support/core_ext/symbol.rb:11:in `to_proc'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension_
 loader.rb:98:in `each'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension_
 loader.rb:98:in `activate_extensions'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/initialize
 r.rb:184:in `after_initialize'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/railties/
 lib/initializer.rb:179:in `process'
 ... 6 levels...
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/railties/
 lib/commands/about.rb:1
from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
 `ge
 m_original_require'
from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
 `re
 quire'
from script/about:3


 --
 this is when i tried to install the textile extension...

 C:\websiteruby script/extension install textile_editor
 The filename, directory name, or volume label syntax is incorrect.
 The system cannot find the path specified.
 C:/Ruby/lib/ruby/1.8/fileutils.rb:1255:in `copy': unknown file type:
 C:/DOCUME~1
 /neel/LOCALS~1/Temp/textile_editor (RuntimeError)
from C:/Ruby/lib/ruby/1.8/fileutils.rb:451:in `copy_entry'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:1324:in `traverse'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:448:in `copy_entry'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:423:in `cp_r'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:1411:in `fu_each_src_dest0'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
from C:/Ruby/lib/ruby/1.8/fileutils.rb:422:in `cp_r'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:49:in `copy_to_vendor_extensions'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:147:in `copy_to_vendor_extensions'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:43:in `install'
from
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:93:in 

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
thanks for the reply..
but in windows when i excecute the following command.. it show ..

C:\websiteRAILS_ENV=production script/extension install comments
'RAILS_ENV' is not recognized as an internal or external command,
operable program or batch file.



regards
neel


On Fri, Feb 19, 2010 at 7:55 PM, Leon Miller-Out l...@singlebrook.comwrote:

 Neel, you need to use Radiant's script/extension to install extensions. I'm
 not sure how the environment variables work on Windows (for RAILS_ENV), but
 on OS X and Linux, I'd do:

 RAILS_ENV=production script/extension install comments

 Once the extension is installed, then you can run any rake tasks that come
 with it. migrate and update seem to be the common ones, but the install
 command above should run those for you in most cases.

 Leon

 =
 Leon Miller-Out
 President  CTO, Singlebrook Technology, Inc
 l...@singlebrook.com
 p 607-330-1493
 f 607-697-0457
 516 W. State St. - Suite 100
 Ithaca, NY 14850


 On Thu, Feb 18, 2010 at 9:17 PM, neel iyer kniyer@gmail.com wrote:

  i'm trying to install some of the extension of radiant. currently i'm
 using
  radiant 0.8.1 and using windows os. but each time i excecute any command
 to
  install those extension, an error msg is been displayed..
 
  this is when i tried to install comment extension.
 
 
  C:\websiterake radiant:extensions:comments:install --trace
  (in C:/website)
  rake aborted!
  Don't know how to build task 'radiant:extensions:comments:install'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
 `invoke_task'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exceptio
  n_handling'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exceptio
  n_handling'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
  C:/Ruby/bin/rake:19:in `load'
  C:/Ruby/bin/rake:19
 
  --
 
  C:\websiteruby script/about
 
 
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/acti
  ve_support/dependencies.rb:105:in `const_missing': uninitialized constant
  AudioP
  layerExtension::Inflector (NameError)
 from
  C:/website/vendor/extensions/audio_player/audio_player_extension.rb
  :28:in `activate'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension.
  rb:60:in `activate'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesup
  port/lib/active_support/core_ext/symbol.rb:11:in `__send__'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesup
  port/lib/active_support/core_ext/symbol.rb:11:in `to_proc'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension_
  loader.rb:98:in `each'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension_
  loader.rb:98:in `activate_extensions'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/initialize
  r.rb:184:in `after_initialize'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/railties/
  lib/initializer.rb:179:in `process'
  ... 6 levels...
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/railties/
  lib/commands/about.rb:1
 from
 C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
  `ge
  m_original_require'
 from
 C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
  `re
  quire'
 from script/about:3
 
 
  --
  this is when i tried to install the textile extension...
 
  C:\websiteruby script/extension install textile_editor
  The filename, directory name, or volume label syntax is incorrect.
  The system cannot find the path specified.
  C:/Ruby/lib/ruby/1.8/fileutils.rb:1255:in `copy': unknown file type:
  C:/DOCUME~1
  /neel/LOCALS~1/Temp/textile_editor (RuntimeError)
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:451:in `copy_entry'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:1324:in `traverse'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:448:in `copy_entry'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:423:in `cp_r'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:1411:in `fu_each_src_dest0'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
 from C:/Ruby/lib/ruby/1.8/fileutils.rb:422:in 

Re: [Radiant] Help!!!!!!!

2010-02-19 Thread neel iyer
sorry 
this is the error  msg tht i got when i excecuted tht command...

C:\websiteenv RAILS_ENV=production script/extension install comments
The filename, directory name, or volume label syntax is incorrect.
The system cannot find the path specified.
c:/Ruby/lib/ruby/1.8/fileutils.rb:1255:in `copy': unknown file type:
C:/DOCUME~1
/neel/LOCALS~1/Temp/comments (RuntimeError)
from c:/Ruby/lib/ruby/1.8/fileutils.rb:451:in `copy_entry'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:1324:in `traverse'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:448:in `copy_entry'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:423:in `cp_r'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:1411:in `fu_each_src_dest0'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
from c:/Ruby/lib/ruby/1.8/fileutils.rb:422:in `cp_r'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:49:in `copy_to_vendor_extensions'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:147:in `copy_to_vendor_extensions'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:43:in `install'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:93:in `install'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:10:in `install'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:266:in `initialize'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:224:in `new'
from
c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
script.rb:224:in `execute'
from script/extension:5


regards
neel



On Fri, Feb 19, 2010 at 10:22 PM, neel iyer kniyer@gmail.com wrote:

 thanks for the reply..
 but in windows when i excecute the following command.. it show ..

 C:\websiteRAILS_ENV=production script/extension install comments
 'RAILS_ENV' is not recognized as an internal or external command,
 operable program or batch file.



 regards
 neel



 On Fri, Feb 19, 2010 at 7:55 PM, Leon Miller-Out l...@singlebrook.comwrote:

 Neel, you need to use Radiant's script/extension to install extensions.
 I'm
 not sure how the environment variables work on Windows (for RAILS_ENV),
 but
 on OS X and Linux, I'd do:

 RAILS_ENV=production script/extension install comments

 Once the extension is installed, then you can run any rake tasks that come
 with it. migrate and update seem to be the common ones, but the
 install
 command above should run those for you in most cases.

 Leon

 =
 Leon Miller-Out
 President  CTO, Singlebrook Technology, Inc
 l...@singlebrook.com
 p 607-330-1493
 f 607-697-0457
 516 W. State St. - Suite 100
 Ithaca, NY 14850


 On Thu, Feb 18, 2010 at 9:17 PM, neel iyer kniyer@gmail.com wrote:

  i'm trying to install some of the extension of radiant. currently i'm
 using
  radiant 0.8.1 and using windows os. but each time i excecute any command
 to
  install those extension, an error msg is been displayed..
 
  this is when i tried to install comment extension.
 
 
  C:\websiterake radiant:extensions:comments:install --trace
  (in C:/website)
  rake aborted!
  Don't know how to build task 'radiant:extensions:comments:install'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
 `invoke_task'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exceptio
  n_handling'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
 `top_level'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exceptio
  n_handling'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
  C:/Ruby/bin/rake:19:in `load'
  C:/Ruby/bin/rake:19
 
  --
 
  C:\websiteruby script/about
 
 
 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/acti
  ve_support/dependencies.rb:105:in `const_missing': uninitialized
 constant
  AudioP
  layerExtension::Inflector (NameError)
 from
  C:/website/vendor/extensions/audio_player/audio_player_extension.rb
  :28:in `activate'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension.
  rb:60:in `activate'
 from
  C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesup
  port/lib/active_support/core_ext/symbol.rb:11:in 

[Radiant] Radiant Upgrade from 0.5.2 to 0.8.1 Please help

2010-02-19 Thread Hugo Villero
Hi There,

I know this could be a recall situation but, I have to upgrade a my site
from Radiant 0.5.2 to Radiant 0.8.1, I was following the docs but that
doesn't work, I looks like the current tables like pages on others have to
change in some fields and contents.

Is there someone with a very good document about that some URLs or
experience doing that?

Please help me and let me know,

Hvillero


___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] Radiant Upgrade from 0.5.2 to 0.8.1 Please help

2010-02-19 Thread john muhl
i don't think you'll be able to upgrade in one easy step. i'd
recommend taking small steps to get to 0.8.1; such as 0.5.2 = 0.6.0
= 0.6.4 = 0.6.9 = 0.7.1 = 0.8.1

On Fri, Feb 19, 2010 at 11:12 AM, Hugo Villero hvill...@gmail.com wrote:
 Hi There,

 I know this could be a recall situation but, I have to upgrade a my site
 from Radiant 0.5.2 to Radiant 0.8.1, I was following the docs but that
 doesn't work, I looks like the current tables like pages on others have to
 change in some fields and contents.

 Is there someone with a very good document about that some URLs or
 experience doing that?

 Please help me and let me know,

 Hvillero


 ___
 Radiant mailing list
 Post: Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
 Radiant: http://radiantcms.org
 Extensions: http://ext.radiantcms.org

___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] Help!!!!!!!

2010-02-19 Thread Chaim Kirby
Neel -
There usually isn't an install task for extensions
If you have the comments extension in your vendor/extensions folder then
from your root radiant folder run:
rake production radiant:extensions:comments:migrate
then run:
rake production radiant:extensions:comments:update

Chaim


neel iyer wrote:
 sorry 
 this is the error  msg tht i got when i excecuted tht command...
 
 C:\websiteenv RAILS_ENV=production script/extension install comments
 The filename, directory name, or volume label syntax is incorrect.
 The system cannot find the path specified.
 c:/Ruby/lib/ruby/1.8/fileutils.rb:1255:in `copy': unknown file type:
 C:/DOCUME~1
 /neel/LOCALS~1/Temp/comments (RuntimeError)
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:451:in `copy_entry'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:1324:in `traverse'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:448:in `copy_entry'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:423:in `cp_r'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:1395:in `fu_each_src_dest'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:1411:in `fu_each_src_dest0'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:1393:in `fu_each_src_dest'
 from c:/Ruby/lib/ruby/1.8/fileutils.rb:422:in `cp_r'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:49:in `copy_to_vendor_extensions'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:147:in `copy_to_vendor_extensions'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:43:in `install'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:93:in `install'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:10:in `install'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:266:in `initialize'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:224:in `new'
 from
 c:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/lib/radiant/extension/
 script.rb:224:in `execute'
 from script/extension:5
 
 
 regards
 neel
 
 
 
 On Fri, Feb 19, 2010 at 10:22 PM, neel iyer kniyer@gmail.com wrote:
 
 thanks for the reply..
 but in windows when i excecute the following command.. it show ..

 C:\websiteRAILS_ENV=production script/extension install comments
 'RAILS_ENV' is not recognized as an internal or external command,
 operable program or batch file.



 regards
 neel



 On Fri, Feb 19, 2010 at 7:55 PM, Leon Miller-Out l...@singlebrook.comwrote:

 Neel, you need to use Radiant's script/extension to install extensions.
 I'm
 not sure how the environment variables work on Windows (for RAILS_ENV),
 but
 on OS X and Linux, I'd do:

 RAILS_ENV=production script/extension install comments

 Once the extension is installed, then you can run any rake tasks that come
 with it. migrate and update seem to be the common ones, but the
 install
 command above should run those for you in most cases.

 Leon

 =
 Leon Miller-Out
 President  CTO, Singlebrook Technology, Inc
 l...@singlebrook.com
 p 607-330-1493
 f 607-697-0457
 516 W. State St. - Suite 100
 Ithaca, NY 14850


 On Thu, Feb 18, 2010 at 9:17 PM, neel iyer kniyer@gmail.com wrote:

 i'm trying to install some of the extension of radiant. currently i'm
 using
 radiant 0.8.1 and using windows os. but each time i excecute any command
 to
 install those extension, an error msg is been displayed..

 this is when i tried to install comment extension.


 C:\websiterake radiant:extensions:comments:install --trace
 (in C:/website)
 rake aborted!
 Don't know how to build task 'radiant:extensions:comments:install'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1728:in `[]'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2050:in
 `invoke_task'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in
 `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exceptio
 n_handling'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2023:in
 `top_level'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in `run'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exceptio
 n_handling'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
 C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
 C:/Ruby/bin/rake:19:in `load'
 C:/Ruby/bin/rake:19

 --

 C:\websiteruby script/about


 C:/Ruby/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activesupport/lib/acti
 ve_support/dependencies.rb:105:in `const_missing': uninitialized
 constant
 AudioP
 layerExtension::Inflector (NameError)
from