Need help to fix these before i can move further:

   1. The ANTLR based lexer fails to generate tokens for cfc files starting
   with comments in cfscript syntax of commenting. Following were the exact
   location of failure when loading Bootstrap.cfc:
      1. *ComponentScriptFactory.load(cfFile) line: 89 *
      2. *lexer = new CFMLLexer(input);*
   2. With comments removed the Application.cfc works but when it
   immediately tries to instantiate Bootstrap.cfc fails if Bootstrap.cfc
   has either of this
      1.    Starts with cfscript type of comments
      2.   Use the cfscript syntax all the way. So i had to use
      cfcomponent  tags and then enclose everything insde it in cfscript to get
      moving
   3. The property settings would not work in cfscrtipt syntax. So I had to
   use cfproperty
   4. Seems coldbox has some way of mapping setXYZ(a) to setting the
   property XYZ to a without defining the methods. That will have to be built
   in. I think it is a cool thing to bring in into openBD but i will need some
   guidance.
   5. More later ...


Regards,

Nitish

2015-03-24 18:41 GMT+05:30 Alan Williamson <[email protected]>:

> Give us some specific examples of what needs to be done.
>
> We're about to announce an official support channel for OpenBD, complete
> with a new reporting mechanism for bug fixes.    A number of people have
> asked for this.
>
>
>
> On 24/03/2015 07:04, nitish pandey wrote:
>
>> THe issue is in the property setting of CFCs within cfscript mode - among
>> few other similar stuff. I could not spend much time but it could be (could
>> it be?) an encoding issue. The single quote of the property values is where
>> i found most challenge.
>> I aim to fix this as and when i get time. Seems like a very powerful
>> framework for openbd community to use.
>> -nitish
>>
>
> --
> --
> online documentation: http://openbd.org/manual/
> http://groups.google.com/group/openbd?hl=en
>
> --- You received this message because you are subscribed to the Google
> Groups "Open BlueDragon" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
-Nitish
"Imagination is more powerful than Knowledge"

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to