On Oct 12, 8:40 am, Stuart Halloway wrote:
> We are using StringTemplate's ability to search the classpath.
Yep, that's how I do it.
-SS
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to thi
On Oct 12, 10:48 am, Baishampayan Ghose wrote:
> Stuart Halloway wrote:
> > We are using StringTemplate's ability to search the classpath. That
> > way, finding templates is just as easy (!?) as getting the classpath
> > right for executable bits. I believe this is the right approach for
Stuart Halloway wrote:
> We are using StringTemplate's ability to search the classpath. That
> way, finding templates is just as easy (!?) as getting the classpath
> right for executable bits. I believe this is the right approach for
> production in the Java world.
That worked! Many thanks S
We are using StringTemplate's ability to search the classpath. That
way, finding templates is just as easy (!?) as getting the classpath
right for executable bits. I believe this is the right approach for
production in the Java world.
Cheers,
Stu
> Hello,
>
> I am using StringTemplate with