On 16 Dec 2009, at 20:57, Tom Stall wrote:
Or, barring that, is it possible to update the scripts, (using the
catalyst.pl helper script), when they still have the "MyApp" name
prefix, in a top level directory of a different name?
I might try a link: ln -s OfficialSoundingProductionApp MyApp
to make things work, but the in-elegance of that possible solution
makes me gasp.
That will work.
Or just catalyst.pl MyApp; cp MyApp/script/*
OfficialSoundingProductionApp/script/*
either is good.
That aside, renaming your production application's top level directory
doesn't actually rename the classes, so they're still all called
MyApp :)
Cheers
t0m
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/