
jon at jrock
Jun 23, 2008, 7:44 AM
Post #1 of 1
(289 views)
Permalink
|
|
Re: [Catalyst-dev] can't upgrade the scripts
|
|
* On Mon, Jun 23 2008, Chae Lee wrote: > Hi all, You sent this message to the wrong list. -dev is for development *of* the framework, not development *with* the framework. Anyway... > > I'm using Catalyst 5.7014. and I tried the script upgrade as below: > > $ catalyst.pl -force -scripts MyApp > Couldn't create MyApp/script/myapp_cgi.pl", "No such file or directory" at / > Users/cglee/perl5/bin/catalyst.pl line 52 > > by the way, there is another directiory trunk/ between MyApp/ and script/ since > I'm using SVN for my app. so I tried the next; > > $ catalyst.pl -force -scripts MyApp/trunk > ... > ... > > > how can I upgrade the scripts? > > has anyone already answered(or solved) for this? if so, let me know. I would just symlink MyApp/MyApp to MyApp/trunk, then cd MyApp and run 'catalyst.pl -force -scripts MyApp'. Regards, Jonathan Rockway -- print just => another => perl => hacker => if $,=$" _______________________________________________ List: Catalyst [at] lists Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst [at] lists/ Dev site: http://dev.catalyst.perl.org/
|