Fair enough :D

Mark

On Fri, Feb 26, 2010 at 1:04 AM, Andrew <colossina...@gmail.com> wrote:

> Yes personal preference.
>
> I'm just passing along the changes I needed to make to get Transfer
> working with my config of Railo.
>
> -- Andrew
>
>
> On Thu, Feb 25, 2010 at 1:34 AM, Mark Mandel <mark.man...@gmail.com>
> wrote:
> > So I guess here is the question - why do they *have* to be scoped?
> >
> > Personal preference?
> >
> > Mark
> >
> > On Thu, Feb 25, 2010 at 3:39 PM, Andrew Clark <colossina...@gmail.com>
> > wrote:
> >>
> >> Hi All,
> >>
> >> While running Railo in strict mode I've found some unscoped variables
> >> in Transfer's Javaloader b/c they're throwing exceptions.
> >>
> >> In both trunk and v1.1:
> >>
> >> com/util/JavaLoader.cfc
> >>
> >> Line 77
> >> -                       libName = ListGetAt(name, 1, "-");
> >> +                       libName = ListGetAt(qJars.name, 1, "-");
> >>
> >> Line 81
> >> -                               ArrayAppend(aJars, directory & "/" &
> >> name);
> >> +                               ArrayAppend(aJars, qJars.directory & "/"
> &
> >> qJars.name);
> >>
> >> com/util/javaloader/JavaLoader.cfc
> >>
> >> Line 185
> >> -                       libName = ListGetAt(name, 1, "-");
> >> +                       libName = ListGetAt(qJars.name, 1, "-");
> >>
> >> Line 189
> >> -                               ArrayAppend(aJars, path & "/" & name);
> >> +                               ArrayAppend(aJars, path & "/" &
> >> qJars.name);
> >>
> >>
> >> I'm trying to get tBlog running and I'm finding unscoped variables
> >> there too... but I haven't found them all yet...
> >>
> >> -- Andrew
> >>
> >> --
> >> Before posting questions to the group please read:
> >>
> >>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
> >>
> >> You received this message because you are subscribed to the Google
> Groups
> >> "transfer-dev" group.
> >> To post to this group, send email to transfer-dev@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> transfer-dev+unsubscr...@googlegroups.com<transfer-dev%2bunsubscr...@googlegroups.com>
> >> For more options, visit this group at
> >> http://groups.google.com/group/transfer-dev?hl=en
> >
> >
> >
> > --
> > E: mark.man...@gmail.com
> > T: http://www.twitter.com/neurotic
> > W: www.compoundtheory.com
> >
> > Hands-on ColdFusion ORM Training @ cf.Objective() 2010
> > www.ColdFusionOrmTraining.com/
> >
> > --
> > Before posting questions to the group please read:
> >
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
> >
> > You received this message because you are subscribed to the Google Groups
> > "transfer-dev" group.
> > To post to this group, send email to transfer-dev@googlegroups.com
> > To unsubscribe from this group, send email to
> > transfer-dev+unsubscr...@googlegroups.com<transfer-dev%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> > http://groups.google.com/group/transfer-dev?hl=en
> >
>
> --
> Before posting questions to the group please read:
>
> http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
>
> You received this message because you are subscribed to the Google Groups
> "transfer-dev" group.
> To post to this group, send email to transfer-dev@googlegroups.com
> To unsubscribe from this group, send email to
> transfer-dev+unsubscr...@googlegroups.com<transfer-dev%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/transfer-dev?hl=en
>



-- 
E: mark.man...@gmail.com
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com

Hands-on ColdFusion ORM Training @ cf.Objective() 2010
www.ColdFusionOrmTraining.com/

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to transfer-dev@googlegroups.com
To unsubscribe from this group, send email to 
transfer-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to