-
Technically you can remove the whole ext.jps package. Legally you also can do that, but then I believe that may be seen as "derived work" by some, so you can't call the result "FreeMarker" without written permission from us. Of course if you are willing go through all that paper work, we will give the permission if that's all you change. But I guess it would be simpler if we just do a JSP-less...
2009-12-29 14:08:52 UTC by ddekany
-
We would like to use freemarker in a commercial application, but when our legal department reviewed the license they came up with the following concerns:
> here is the list of files that are
> problematic:
> GPL files:
>
> - freemarker.jar.dir/freemarker/ext/jsp/web-app\_2\_5.xsd
> - freemarker.jar.dir/freemarker/ext/jsp/web-jsptaglibrary\_2\_1.xsd
>
>
> Sun Proprietary files...
2009-12-29 08:00:16 UTC by nobody
-
remove dependency on javax.swing
Freemarked can not be deployed to GAE.
see http://solveme.wordpress.com/2009/12/25/freemarker-sucks-it-has-dependency-on-javax-swing/.
2009-12-25 15:53:16 UTC by nobody
-
spam.
2009-12-22 15:41:05 UTC by ddekany
-
Well done. , big fat uncut cock, [url="http://www.redhotchilipeppers.it/public/forum/index.php?/user/7363-lh3v0e6/"]big fat uncut cock[/url], http://www.redhotchilipeppers.it/public/forum/index.php?/user/7363-lh3v0e6/ big fat uncut cock, girls in pink g string...
2009-12-22 14:09:12 UTC by nobody
-
I recommend the following procedure:
- Subcribe to the developer list, and describe what concretely you intend to do. See what we say on your proposal.
- If we reached a conclusion (shouldn't take ages...), we post you the CLA that you must post back signed. (Patch or commit, this is unfortunately must be done...)
- If you say you will sign, we grant you SVN commit access immediately...
2009-12-18 01:48:47 UTC by ddekany
-
Thanks for your comment. Would you like a patch? Or is it easier/preferable for a committer to just make the necessary changes?.
2009-12-17 20:12:56 UTC by exortech
-
IMO, extending classes from another project is not backward-compatible unless the class is specifically designed for extensions (preferably via abstract methods, but even via JavaDocs). But it wasn't me who made it final, so I'm not sure about the intentions of the author. I'm just saying that I would make it final too.
As of your NaN issue... forking is hardly a logical solution here, as...
2009-12-16 20:13:51 UTC by ddekany
-
I'm trying to change the way that doubles are rendered when processing Freemarker templates. This can be controlled by changing the NaN symbol on DecimalFormatSymbols. Unfortunately, I can't get access to the DecimalFormat used by the Environment class when the template is processed. I could achieve this by subclassing the Environment class, except that Environment is marked final. I'm sure that...
2009-12-16 17:30:16 UTC by exortech
-
FreeMarker uses ContextClassLoader to test for logger, e.g. Log4J, then caller's class loader to load it. This causes a runtime NoClassDefError, and breaks netbeans and several other platforms horribly.
The reason this does not appear more often is that the netbeans CCL refuses to load log4j if MORE than one module contains a log4j implementation. This bug only triggers if EXACTLY one module...
2009-12-14 18:29:43 UTC by nobody