You need to create a meta method that accepts a params of ReferenceExpression.this will allow you to skip the strings. The meta method will be responsible only for translating the call from RE to strings, and generating a new method call to the real Tasks method
On Thu, Nov 6, 2008 at 7:25 AM, dagda1 <[EMAIL PROTECTED]> wrote: > > I have the following dsl with the help of rhino DSL > > Install "component": > Description "blah" > Svn "https://server.com" > Tasks "one", "two", "three" > > I am unhappy with it because I think I am over using strings. > > Can anyone suggest a better way? > > Also can anyone tell me how to read in the multiple values for the > tasks > Section on the last line? > > Cheers > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
