[stringtemplate-interest] Question about C# port of StringTemplate
Sam Harwell
sharwell at pixelminegames.com
Wed May 20 13:53:52 PDT 2009
My C# ports are under a BSD license like ANTLR. You can access the code
through fisheye:
http://fisheye2.atlassian.com/browse/antlrcs/
I don't have a FileSystemWatcher in ST because mine is a direct port of
the Java version, and as far as I know the Java version doesn't perform
this check. In regards to your other email, my copy of Antlr3.Runtime is
not compatible with previous .NET ANTLR binaries. I re-ported it in its
entirety from the Java code so I could use it under the 3-clause BSD
license.
Thank you,
Sam Harwell
From: Magdalin, Vlad [mailto:Vladimir_Magdalin at intuit.com]
Sent: Wednesday, May 20, 2009 1:02 PM
To: Sam Harwell
Cc: stringtemplate-interest at antlr.org
Subject: Question about C# port of StringTemplate
Hi Sam,
I downloaded your binary assemblies that you linked to from this post:
http://www.antlr.org/pipermail/stringtemplate-interest/2009-May/001915.h
tml and had a few questions:
1. What is the license of your library? Is it the same as the main ST C#
3.1 library?
2. Is there any way to keep up with the changes via Subversion or by
downloading source somewhere?
3. Is the behavior around updating templates after an edit the same as
the 3.1beta1 version? I noticed that after I switched to your library, I
seem to have lost the ability to change templates on the fly without
restarting the web application outright. Previously, it looked like a
FileSystemWatcher was used in FileSystemTemplateLoader to watch for file
system changes, and I'm wondering if the same process exists in your
port?
Thanks,
Vlad Magdalin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20090520/46927c79/attachment.html
More information about the stringtemplate-interest
mailing list