David Ward
Fri, 05 Feb 2010 12:43:17 -0800
This is now working as expected and I cant seem to reproduce my original problem so... sorry to bother you. Regards, Dave
On Thu, Feb 4, 2010 at 4:13 PM, Thomas Lange <la...@informatik.uni-koeln.de>wrote: > >>>>> On Thu, 4 Feb 2010 16:07:14 -0500, David Ward <anson...@gmail.com> > said: > > > variables.log shows all expected classes, however fcopy -D shows only > some > > of them. I'll have a look at the fcopy source. > > There are two line in fcopy that print a class information. > > warn "using class: $class\n" if $debug; > This line only prints the class if a file name with the same class > name is available. > > warn join ' ','Classes:',@classes,"\n" if $debug; > This line should print the list of all classes. > -- > regards Thomas >