Abandoning Servlet 2.3 support?

2015-10-21 Thread Daniel Dekany
the complication... -- Thanks, Daniel Dekany

Re: FREEMARKER-4 - Some one completed this ?

2015-10-26 Thread Daniel Dekany
the trick... the query parameter, which is calculated from the hash of docgen.min.css will force the browser to reload it, rather than using a cached CSS. -- Thanks, Daniel Dekany Monday, October 26, 2015, 6:50:37 PM, Evangelia Dendramis wrote: > Yes, I fixed it. The website just needs to be bui

Re: Adding a new BuiltIn - previousSibling

2015-10-26 Thread Daniel Dekany
.incubator.apache.org >> Subject: Re: Adding a new BuiltIn - previousSibling >> >> Returning the sibling node without skipping stuff is not XML-specific, >> so certainly that should be ?previous (and a new method in the new >> TemplateNodeModelEx interface),

Re: Adding a new BuiltIn - previousSibling

2015-10-27 Thread Daniel Dekany
w cases and things worked fine there. Kindly let me know your > thoughts. > > P.S : I am working on the Junit test cases. > > Pradeep. > > ____ > From: Daniel Dekany <ddek...@freemail.hu> > Sent: Tuesday, October 27, 2015 3:36

Re: Adding a new BuiltIn - previousSibling

2015-11-09 Thread Daniel Dekany
ept hanging on with > blindly skipping all till we get a node. So I will do the following . > > 1. rename to @@previous_significant > 2. skip the siblings when its in any of the blacklisted candidates. > ( whitespaces, CDATA, \n(ofcourse)) > > Pradeep. > > ___

Re: freemarker.org is down.

2015-11-02 Thread Daniel Dekany
I have reported this DNS problem to infra about 3 days ago, and they basically said that they haven't finished the domain transfer issue (INFRA-10604) yet. I have commended on INFRA-10604 now, just in case they have forgotten about this semi-finished transfer somehow. -- Thanks, Daniel Dekany

Re: Free marker contribution

2015-11-02 Thread Daniel Dekany
Also this bug, since we have switched to Java 5 now, before 2.4.0: http://sourceforge.net/p/freemarker/bugs/422/ Monday, November 2, 2015, 8:19:00 PM, Daniel Dekany wrote: > Until ASF infra solves this DNS issue, here's a copy of the relevant > pages: > http://freemarker.incubator.a

Re: Should freemarker.org remain the canonical domain?

2015-11-05 Thread Daniel Dekany
concise domain name for now, I have merely asked for the domain ownership to change. So I was surprised by this development. -- Thanks, Daniel Dekany Thursday, November 5, 2015, 6:11:35 AM, Jacopo Cappellato wrote: > I think that the project should keep it, and it should redir

Should freemarker.org remain the canonical domain?

2015-11-03 Thread Daniel Dekany
that's the project's interest, so personally, I'm in favor of keeping freemarker.org as the canonical project domain, until we graduate from incubation. What do you think? -- Thanks, Daniel Dekany

Re: Adding a new BuiltIn - previousSibling

2015-10-14 Thread Daniel Dekany
special key that's specific to freemarker.ext.dom models, like "@@prev" and "@@next". -- Thanks, Daniel Dekany Wednesday, October 14, 2015, 9:10:25 PM, Pradeep Murugesan wrote: > Hi Daniel, > I tried to add a new built in & of course it DIDN'T work �. > I di

Re: Adding a new BuiltIn - previousSibling

2015-10-15 Thread Daniel Dekany
press on the TemplateNodeModel level, which is not >> >> bound to XML. >> >> >> >> One important point is that you can't add new methods to >> >> TemplateNodeModel, as that breaks backward compatibility. It can only >> >> be added to a new sub

Proposal: Extended FreemarkerServlet response Content-type and charset logic (Was: Re: Just created content-type and locale issues in JIRA)

2015-10-18 Thread Daniel Dekany
set it to that, via ServletResponse.setCharacterEncoding. - "doNotSet": We just don't set it, ever. (We can't detect if it was set in the ServletRequest by the forwared, so we can't be smarter, I believe.) A side note is that the modes other than "legacy" will need at least Servle

Re: Adding a new BuiltIn - previousSibling

2015-10-18 Thread Daniel Dekany
xt". And "@prev" may should be "@previous". -- Thanks, Daniel Dekany Sunday, October 18, 2015, 5:31:50 AM, Pradeep Murugesan wrote: > yeah makes sense.. > so we need to return a valid element node he is looking for > skipping all the whitespace, CDATA etc...

Re: Adding a new BuiltIn - previousSibling

2015-10-17 Thread Daniel Dekany
> >> >> >> I'm not sure what's improper in the result (I don't know what was >> >> >> expected). Isn't that node preceded by white space? That would explain >> >> >> it. You might rather want the previous *element*. But that will be >> >> >>

Re: Freemarker manual Local set up

2015-10-11 Thread Daniel Dekany
/next programlisting, etc. As of shrinking the content, certainly you should work with a minimalistic docbook. I don't know what error you get. (Of course the XML must be well-formed XDocBook.) -- Thanks, Daniel Dekany Sunday, October 11, 2015, 5:50:06 PM, Pradeep Murugesan wrote: > Hi Dan

Re: Question on unit testing

2015-10-11 Thread Daniel Dekany
gt; Thanks, > > Woonsan > > > On Sun, Oct 11, 2015 at 8:57 PM, Woonsan Ko <woon...@apache.org> wrote: >> On Sun, Oct 11, 2015 at 5:48 PM, Daniel Dekany <ddek...@freemail.hu> wrote: >>> Sunday, October 11, 2015, 4:56:34 AM, Woonsan Ko wrote: >>> >

Re: Mailing list subscription

2015-10-07 Thread Daniel Dekany
have Jira (see also the October report): https://issues.apache.org/jira/browse/FREEMARKER Though, earlier issues weren't yet migrated: https://sourceforge.net/p/freemarker/bugs/ > Cheers > > Jean-Frederic > -- Thanks, Daniel Dekany

Re: FreeMarker Online - Embedding IDE.

2015-09-03 Thread Daniel Dekany
r. > Let me know your inputs. > Pradeep. -- Thanks, Daniel Dekany

Re: FreeMarker Online - Embedding IDE.

2015-09-03 Thread Daniel Dekany
Thursday, September 3, 2015, 10:28:51 PM, Daniel Dekany wrote: > Thursday, September 3, 2015, 8:41:23 PM, Pradeep Murugesan wrote: > >> Hi Daniel, >>Right now we have text areas for template and dataModel. can >> we embed a kind of on-line code editor instead of te

Re: [Mentors] Starting IP clearance process?

2015-09-02 Thread Daniel Dekany
Thursday, September 3, 2015, 12:56:50 AM, Daniel Dekany wrote: > Dear Mentors (and others who want to help), > > We have the 3 repos (freemarker, docgen, site) imported as you might > noticed from the flood of commit messages (sorry...), and I have > changed the copyright h

[VOTE] Proposal: Extended decimal fomat strings

2015-09-13 Thread Daniel Dekany
ExponentSeparator - min: MinusSign - inf: Infinity - nan: NaN - prc: Percent - prm: PerMill - zero: ZeroDigit - curc: Currency (ISO 4217 Code) - curs: CurrencySymbol 2nd - icurs: InternationalCurrencySymbol - mdec: MonetaryDecimalSeparator I will add this feature, if you agree. -- Thanks, Daniel Dekany

Re: FM-Online connect with Manual

2015-09-15 Thread Daniel Dekany
ith formdata. This will help us to >>populate the fields.2. We will also see if formdata is not empty then we will >>call our execute via ajax. 3. If formdata is empty we will know that its a >>normal GET request (i.e not from manual) and render the empty page. >> >>Let me know your thoughts. >>Pradeep. >> >> >> >> >> -- Thanks, Daniel Dekany

[VOTE] Drop JSP 1.2 support in 2.3.24

2015-09-14 Thread Daniel Dekany
to the ASF's infrastructure.) JSP 1.2 was part of J2EE 1.3 (September 24, 2001), and was replaced by JSP 2.0 in J2EE 1.4 (November 11, 2003). So hopefully not many users will be hurt. -- Thanks, Daniel Dekany

Re: [Mentors] Project status page

2015-09-19 Thread Daniel Dekany
I have realized that I can update it too... and so I did. -- Thanks, Daniel Dekany Thursday, September 3, 2015, 1:03:11 AM, Daniel Dekany wrote: > I guess http://incubator.apache.org/projects/freemarker.html need some > updating. (I'm not supposed to edit that, AFAIR.) > > Also

Re: Is it time to start a FreeMarker 3 branch?

2015-12-02 Thread Daniel Dekany
nsan Ko a écrit : >> +1 on all you described for FTL3. >> >> Just a side note, I like 'org.apache.freemarker3' better as new >> package name. I saw a similar pattern in Apache Commons. e.g, >> org.apache.commons.lang3. >> >> Regards, >> >>

Re: Is it time to start a FreeMarker 3 branch?

2015-12-01 Thread Daniel Dekany
${global:x} or like. So what I'm shooting for is that if you have a `${x}` then you can tell (syntax-highlight) right in the editor if it's a data-model variable or a template-created variable (#var or macro/function argument). -- Thanks, Daniel Dekany Sunday, November 29, 2015, 12:07:

Re: Aw: Re: Communication between directives

2015-12-05 Thread Daniel Dekany
der in @select: an empty name means you have no enclosing @group, which should just be an error, instead of going on with an empty name. But if I was heavily relying on something like this, I would consider using some helper directive for this, that can manage a "stack&q

Re: Adding a new BuiltIn - previousSibling

2015-12-06 Thread Daniel Dekany
t of nodes. Again similarly to other "@@" keys and XPath expression, they should work correctly on node sets that contains 0 or multiple nodes. -- Thanks, Daniel Dekany > Pradeep. > > From: Daniel Dekany <ddek...@freemail.hu> >

Re: Is it time to start a FreeMarker 3 branch?

2015-12-01 Thread Daniel Dekany
e? If FTL will have `:` as in XML, what will correspond to that? Etc. Anyway, for FTL3, I think the point is just having these two languages separated. So later it will be possible to play around with replacing at least the outer language. -- Thanks, Daniel Dekany > On Sun, Nov 29, 2015 at 3:07 AM,

Re: Is it time to start a FreeMarker 3 branch?

2015-12-01 Thread Daniel Dekany
As far as I'm concerned, as far as we can be inside ASF, that's what it will be. -- Thanks, Daniel Dekany Tuesday, December 1, 2015, 6:58:07 PM, Woonsan Ko wrote: > +1 on all you described for FTL3. > > Just a side note, I like 'org.apache.freemarker3' better as new > package

Re: Improve search on freemarker.org

2015-12-09 Thread Daniel Dekany
fer the search. > It's still using the key that only I own, as opposed to both of us. > > It's going to return results from `freemarker.incubator.apache.org` btw > (that was one of the issues) > > On Sat, Dec 5, 2015 at 4:57 AM, Daniel Dekany <ddek...@freemail.hu> wrote:

Re: Adding a new BuiltIn - previousSibling

2015-12-09 Thread Daniel Dekany
Wednesday, December 9, 2015, 10:11:04 AM, Pradeep Murugesan wrote: > Daniel, > > you got a chance to review this ? > > Pradeep. > > > From: Pradeep Murugesan <pradeepmuruge...@outlook.com> > Sent: Monday, December 7, 2015

Re: Adding a new BuiltIn - previousSibling

2015-12-10 Thread Daniel Dekany
hout losing useful information (as opposed to losing text that's just formatting). In fact, something being inside CDATA is a proof that it's not just formatting, even if it's white-space. But as we can't (reliably) tell if a piece of text is coming from CDATA or not, we should ignore that difference

Re: IRC Time for Freemarker

2015-12-13 Thread Daniel Dekany
the message was submitted. As of the turnaround time, one has to try to offset that with being self-supporting, like figuring out things from the source code, reading after the topic his contribution is related to, etc. That's the only way it will work for OS projects anyway. -- Thanks, Daniel Dekany

Re: Adding a new BuiltIn - previousSibling

2015-12-13 Thread Daniel Dekany
iciency, I usually try to review contributions in one go, when the pull request is merged. But I took a quick glance at the commits, and hasn't spotted any problems. -- Thanks, Daniel Dekany Sunday, December 13, 2015, 9:48:17 AM, Pradeep Murugesan wrote: > Hi Daniel, > > I have added th

Re: Adding a new BuiltIn - previousSibling

2015-12-12 Thread Daniel Dekany
w it burns down to identify whether the text inside CDATA is a formatted > one or not. > > Am I right or did you mean the other way ? > > Pradeep. > > ________ > From: Daniel Dekany <ddek...@freemail.hu> > Sent: Friday, December 11,

Re: Adding a new BuiltIn - previousSibling

2015-12-18 Thread Daniel Dekany
If you believe it's complete and is well tested, then yes. For "freemarker", it's "2.3-gae" branch. For "docgen", it's the "master" branch. (See also: http://freemarker.incubator.apache.org/sourcecode.html) -- Thanks, Daniel Dekany Friday, December

Re: Adding a new BuiltIn - previousSibling

2015-12-17 Thread Daniel Dekany
It looks about right. We shouldn't require data-model for all examples, as in many cases it would be empty anyway. -- Thanks, Daniel Dekany Thursday, December 17, 2015, 2:52:45 PM, Pradeep Murugesan wrote: > Hi Daniel, > > I have made the changes in doc-gen as per the cor

Re: Someone wants to help with the JBoss IDE plugin?

2015-12-17 Thread Daniel Dekany
, sign whatever need to be signed at JBoss, look after if when it gets into a publicly available build, etc. Some other issues are more challenging to fix, if someone prefers that. -- Thanks, Daniel Dekany --- This email has been checked for viruses by Avast antivirus software. https

Re: Signing the Januray report (and mailing list subscriptions)

2016-01-04 Thread Daniel Dekany
w committer near the >> date of the addition at the bottom of the report. >> >> Jacopo >> >> On Sun, Jan 3, 2016 at 1:51 PM, Daniel Dekany <ddek...@freemail.hu> wrote: >> >> > Dear FreeMarker Mentors! >> > >> > Please review and si

[VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-02 Thread Daniel Dekany
If this vote passes, we will start a 2nd vote at general@incubator. -- Thanks, Daniel Dekany

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-03 Thread Daniel Dekany
I have updated https://dist.apache.org/repos/dist/dev/incubator/freemarker/ so that the tar.gz-s has a top-level apache-freemarker ro apache-freemarker-src directory in them. Nothing else has been changed. Sunday, January 3, 2016, 1:44:17 AM, Daniel Dekany wrote: > Dear Mentors, and every

Signing the Januray report (and mailing list subscriptions)

2016-01-03 Thread Daniel Dekany
...@freemarker.incubator.apache.org, please subscribe (this mail was BCC-ed to your personal addresses), and note that then you have missed that I have started VOTE for a making a Release Candidate release. -- Thanks, Daniel Dekany

Re: Signing the Januray report (and mailing list subscriptions)

2016-01-04 Thread Daniel Dekany
AFAIR, for the incubator wiki specifically, you are supposed to requested write access on general@incubator. -- Thanks, Daniel Dekany Monday, January 4, 2016, 5:30:10 PM, David E Jones wrote: > > I read over the updated January report and it looks good. The page > shows up as

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-07 Thread Daniel Dekany
pened yet is that all commits so far was about stabilization, not future features. > John > > On Thu, Jan 7, 2016 at 7:20 AM Daniel Dekany <ddek...@freemail.hu> wrote: > >> Thursday, January 7, 2016, 9:35:08 AM, Sergio Fernández wrote: >> >> > Hi, >> > >

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-07 Thread Daniel Dekany
Thursday, January 7, 2016, 2:59:44 PM, Sergio Fernández wrote: > Hi, > > On Thu, Jan 7, 2016 at 1:19 PM, Daniel Dekany <ddek...@freemail.hu> wrote: >> >> > I guess the timing picked is not the best for having more people on >> > board... >> >&

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-08 Thread Daniel Dekany
git:file://`pwd`/.git > > Hope that helps. > > > On Thu, Jan 7, 2016 at 9:16 PM, Daniel Dekany <ddek...@freemail.hu> wrote: > Never mind, I have figured it out... "mvn release:prepare" removes the > "-SNAPHOST" from the version, hence the documentation at

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-07 Thread Daniel Dekany
y, January 7, 2016, 5:18:20 PM, Sergio Fernández wrote: > On Thu, Jan 7, 2016 at 4:12 PM, Daniel Dekany <ddek...@freemail.hu> wrote: >> >> > You'll need to to push the release to Maven central, so it's better to >> have >> > it as soon as possible. I already reques

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-07 Thread Daniel Dekany
ash: 9a4f59c1eec85a0d7b9afb400626ec49f46e > https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker.git;a=commit;h=9a4f59c1eec85a0d7b9afb400626ec49f46e > > > Thursday, January 7, 2016, 5:18:20 PM, Sergio Fernández wrote: > >> On Thu, Jan 7, 2016 at 4:12 PM, Daniel Dekany <ddek...@freemail.h

[VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 2

2016-01-07 Thread Daniel Dekany
essary number of binding votes (3 +1) is reached. [ ] +1 Release this package [ ] 0 I don't feel strongly about it, but I'm okay with the release [ ] -1 Do not release this package because... If this vote passes, we will start a 2nd vote at general@incubator. -- Thanks, Daniel Dekany -- Thanks, Daniel Dekany

Re: Greetings

2015-12-21 Thread Daniel Dekany
embed the tester into the Manual for trying the examples. > > On Mon, Dec 21, 2015 at 2:44 AM, Daniel Dekany <ddek...@freemail.hu> wrote: > Sunday, December 20, 2015, 1:23:51 PM, Daniel Dekany wrote: > >> Where exactly do you suck? > > Huh? I meant, "sTuck"... &g

Re: [VOTE] New comitter: Nan Lei

2015-12-20 Thread Daniel Dekany
want to change something other than the Chinese Manual, you should do that in a feature branch, and not merge it into the released branch without discussing it on dev@freemarker.incubator.apache.org. BTW, as a comitter, please subscribe to the dev list: http://freemarker.incubator.apache.org/mailing-l

Preparing for FreeMarker 2.3.24 Release Candidate 1

2015-12-30 Thread Daniel Dekany
, for about 1 month before the final release. I intend to fix these before the RC1: Need copyright headers in ftl and xml and properties files too, and the version name will have to include "incubating". -- Best regards, Daniel Dekany --- This email has been checked for viruses by Avast

Re: Improve search on freemarker.org

2015-11-28 Thread Daniel Dekany
BTW, you can now update the site by committing into the "asf-site" branch of the "site" repo. As you will see when you check it out, it contains the files on the web server as is. Sunday, November 29, 2015, 1:36:32 AM, Daniel Dekany wrote: > I have fixed the Ivy repo che

Re: Improve search on freemarker.org

2015-11-28 Thread Daniel Dekany
:: > org.freemarker#freemarker;2.3-branch-head: not found > [ivy:retrieve] :: > [ivy:retrieve] > [ivy:retrieve] > [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > On Sat, Nov 28, 2015 at 1:51 AM, Daniel De

Is it time to start a FreeMarker 3 branch?

2015-11-29 Thread Daniel Dekany
. That's a lot of work you see there, but it's rewarding. -- Thanks, Daniel Dekany

Re: Adding a new BuiltIn - previousSibling

2015-11-20 Thread Daniel Dekany
e same after trimming the o/p. We don't need capturing for sure, I guess you see that now. As of trimming, that's a minor issue really, but in fact we know how many spaces are there, since we provide the XML. > Let me know if I am missing something. > > Pradeep. >

Re: How to build the freemarker project

2016-01-08 Thread Daniel Dekany
k You, -- Thanks, Daniel Dekany

Re: [RESULT][VOTE] Release Apache FreeMarker 2.3.25 (incubating)

2016-06-22 Thread Daniel Dekany
s from > PPMC members, no "0" votes, no "-1" votes. Thus, this version is > recommended for release by the PPMC, and the formal release vote will > be soon follow on gene...@incubator.apache.org. > > Jacopo Cappellato +1 (IPMC and PPMC member) > Sergio Fernández

Re: [VOTE] Release Apache FreeMarker 2.3.25 (incubating)

2016-06-18 Thread Daniel Dekany
20!javax.servlet.jsp.jar(orbit) (132ms) So probably your Ivy is old. Saturday, June 18, 2016, 12:08:30 PM, Daniel Dekany wrote: > Now I don't understand why it doesn't fail for me, or why it didn't > fail for anyone else during the previous releases. If you look at > http://repo1.m

Re: Graduation issues

2016-06-18 Thread Daniel Dekany
duated project? If so, can any of you express his intent regarding that? What are the risks of failing the graduation vote? BTW, something that I can do to help it, to document some project-specific rules, and a step-by-step release tutorial. -- Thanks, Daniel Dekany > Jacopo > >

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 2

2016-01-10 Thread Daniel Dekany
The finishing of 2.3.24 is now goes on on the "2.3.24-gae-stabilization" branch. Meanwhile, the development of 2.3.25 has been started on the "2.3-gae" branch. Thursday, January 7, 2016, 10:29:32 PM, Daniel Dekany wrote: > Dear Mentors, and everyone else! > > Her

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 2

2016-01-11 Thread Daniel Dekany
build.properties for dist!", so also the second as > expected: "build/dist/src does not exist". You need to copy build.properties.sample into build.properties, and edit it to fit your environment. See also "Building" in the README. -- Thanks, Daniel Dekany > On T

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating

2016-01-11 Thread Daniel Dekany
Sure, I only ever push standard Maven artifacts (jar, source, javadoc) to Nexus. For distributing non-Maven non-official artifacts there's https://dist.apache.org/repos/dist/dev/. -- Thanks, Daniel Dekany Monday, January 11, 2016, 5:06:01 PM, Ralph Goers wrote: > Actually, you can dep

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 2

2016-01-11 Thread Daniel Dekany
All right then, and thanks for the feedback! -- Thanks, Daniel Dekany Monday, January 11, 2016, 9:02:17 AM, Kleine, Moritz wrote: > Hi all, CoreMedia has tested RC01 and is happy with it. > Regards, > Moritz > > On 1/10/16, 8:15 PM, "Daniel Dekany" &l

Re: Adding a new BuiltIn - previousSibling

2016-01-11 Thread Daniel Dekany
clarity issue. - Some tests are needlessly complied with the #if-s; you could just print the size and assert that. I will merge this in the coming days anyway, and fix the further things I notice myself. Note that this will go into 2.3.25. -- Thanks, Daniel Dekany Monday, January 11, 2016, 5

Re: [VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 3

2016-01-15 Thread Daniel Dekany
, they are fine. But if I download them from the web URL, they come down gzip-ed... But I assume this glitch has nothing to do with the release files. > Regards, > > Jacopo > > > On Thu, Jan 14, 2016 at 1:11 AM, Daniel Dekany <ddek...@freemail.hu> wrote: > >> I did an

[VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 3

2016-01-13 Thread Daniel Dekany
d924c51d617eb0346d15 https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker.git;a=commit;h=0c71d8f99323577d9683d924c51d617eb0346d15 Please review and vote! -- Thanks, Daniel Dekany Thursday, January 7, 2016, 10:29:32 PM, Daniel Dekany wrote: > Dear Mentors, and everyone else! >

Re: [mentors] Check out FreeMarker status page

2016-06-27 Thread Daniel Dekany
to have the formal ok from legal. > > Cheers, > > > > > > > > > On Sun, Jun 26, 2016 at 7:21 PM, John D. Ament <johndam...@apache.org> wrote: > On Sun, Jun 26, 2016 at 1:01 PM Daniel Dekany <ddek...@freemail.hu> wrote: > >> I'm asking this primarily f

[mentors] Check out FreeMarker status page

2016-06-26 Thread Daniel Dekany
will care. -- Thanks, Daniel Dekany

"Political" issue about planned FreeMarker 3 activity

2016-02-06 Thread Daniel Dekany
lying on FM2. Well, they don't rely on FM3, and it's not yet proven that they will if there ever will be an FM3. What do you think? Can we (well, me initially, as I said) do this? -- Thanks, Daniel Dekany

Re: Sample screens for the format box

2016-02-08 Thread Daniel Dekany
-select "undefined" (which is an actual output format), for locale "en_US", for time_zone "null", for incompatible_improvements the current FM version (like "2.3.24" now). -- Thanks, Daniel Dekany Monday, February 8, 2016, 9:04:40 PM, Pradeep Murugesan wrot

[RESULT][VOTE] Release FreeMarker 2.3.24-rc01-incubating, attempt 3

2016-01-19 Thread Daniel Dekany
agreed to continue on general@incubator.a.o. Thanks for voting, we will proceed with voting on general@incubator.a.o! -- Thanks, Daniel Dekany Tuesday, January 19, 2016, 8:41:44 PM, Sergio Fernández wrote: > Hi, > > On Jan 19, 2016 20:05, "Daniel Dekany" <ddek...@freemai

Re: How to detect macro duplicates ?

2016-01-20 Thread Daniel Dekany
; > <#macro test> > Testing 2 > > > And it prints out Test 2. > > What i expect is to throw exception upon finding dupes, or maybe in the > template itself i can check the amount of macro variables ? -- Thanks, Daniel Dekany

Re: Sample screens for the format box

2016-03-10 Thread Daniel Dekany
e first iteration it's sufficient to have a fixed list that you assemble, from some of the most common values. > Pradeep. > > > From: Daniel Dekany <ddek...@freemail.hu> > Sent: Tuesday, February 9, 2016 3:53 AM > To: Pradeep Murugesa

Re: Auto-Sanitization for FreeMarker

2016-03-18 Thread Daniel Dekany
the configured formatter. Thus string auto-escaping is applied as usual. So inserting a number or date is no less safe than inserting a string. -- Thanks, Daniel Dekany Thursday, March 17, 2016, 6:56:15 PM, Matthew Van Gundy wrote: > On 3/16/16 5:33 AM, Daniel Dekany wrote: >> I wou

Re: Should freemarker.org remain the canonical domain?

2016-03-14 Thread Daniel Dekany
that this will be resolved quickly, either this or that way.) Thursday, November 19, 2015, 1:56:31 AM, Daniel Dekany wrote: > Since then, ASF has agreed that we will use freemarker.org as the > canonical domain (it will be fully hosted by ASF), and so I have asked > Infra to turn around t

Re: Auto-Sanitization for FreeMarker

2016-03-15 Thread Daniel Dekany
t be the preferred route? > > Thank you for all of your hard work creating an excellent tool. We > appreciate any feedback you may have. > > Matt > > [1] https://developers.google.com/closure/templates/ > [2] > https://github.asig.cisco.com/ASIG/trogdor/blob/master/docs/samuel-csas.pdf > -- Thanks, Daniel Dekany

Re: Someone wants to help with the JBoss IDE plugin?

2016-04-06 Thread Daniel Dekany
ide? > On Apr 6, 2016 19:22, "Daniel Dekany" <ddek...@freemail.hu> wrote: > >> Someone could still figure out if we can legally offer our own JBoss >> FreeMarker IDE build for download, and how is it best to distribute >> (like should we host our own update

Re: Is the contribution TODOs list up to date?

2016-04-09 Thread Daniel Dekany
> Trevor -- Thanks, Daniel Dekany

Re: Someone wants to help with the JBoss IDE plugin?

2016-04-10 Thread Daniel Dekany
Sunday, April 10, 2016, 2:16:04 AM, Max Andersen wrote: > I don't see the mail. What's the subject line ? It's "[jbosstools-dev] Any way to make FreeMarker IDE fixes avilable with less delay?". > /max > > > On 9 Apr 2016 23:33 +0200, Daniel Dekany <ddek...@freemail.

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-21 Thread Daniel Dekany
Monday, March 21, 2016, 1:48:16 AM, John D. Ament wrote: > Daniel, > > Do you have build instructions somewhere? Yes: "See the README inside them for build instructions!" > John > > On Sun, Mar 20, 2016 at 7:02 PM Daniel Dekany <ddek...@freemail.hu> wro

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-21 Thread Daniel Dekany
You haven't installed Ivy apparently. (But see the README.) -- Thanks, Daniel Dekany Monday, March 21, 2016, 2:06:49 AM, John D. Ament wrote: > BTW - this is the error I get > > Johns-MBP-2:apache-freemarker-2.3.24-incubating-src johnament$ ant compile > Buildfile: > /

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-22 Thread Daniel Dekany
l give at least a pointer at the standard location, in the RELEASE-NOTES file. > Besides that, great work guys! The first incubating release is > always hard, but with 2.3.24-rc01-incubating we already made quite some > progress. > > Cheers, > > > On Mon, Mar 21, 2016 at 1

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-22 Thread Daniel Dekany
duce this though. Is there some extra javac option involved? -- Thanks, Daniel Dekany > -David > > >> On 20 Mar 2016, at 16:02, Daniel Dekany <ddek...@freemail.hu> wrote: >> >> Hi all, >> >> Please vote on releasing FreeMarker 2.3.24-incubating! Th

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-24 Thread Daniel Dekany
ch 23, 2016, Jacopo Cappellato <jacopo.cappell...@gmail.com> > wrote: > >> +1 for both releases (binding) >> >> The release files look good, I have built the jar from source files and >> tested in the OFBiz framework. >> >> Jacopo >> >> >> &

[VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-20 Thread Daniel Dekany
Do not release this package because... Please add "(binding)" if your vote is binding. -- Thanks, Daniel Dekany

[RESULT][VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-24 Thread Daniel Dekany
formal release vote will be soon follow on gene...@incubator.apache.org. Thanks for checking and testing this release guys! Binding (IPMC member) votes: David E Jones +1 Jacopo Cappellato +1 John D. Ament +1 (Note: Not in the PPMC) Sergio Fernández +1 Non-binding (non-IPMC member

2.3.24 release voting started on gene...@incubator.apache.org

2016-03-24 Thread Daniel Dekany
in that case, please vote over there again. -- Thanks, Daniel Dekany

Re: 2.3.24 release voting started on gene...@incubator.apache.org

2016-03-24 Thread Daniel Dekany
I meant "IPMC" everywhere where I said "PPMC" below... Friday, March 25, 2016, 12:16:14 AM, Daniel Dekany wrote: > Note that the 2.3.24 release voting has started on > gene...@incubator.apache.org. As far as I know, PPMC votes on the > podling list automat

Re: freemarker.org search, apache incubator logo on freemarker.org

2016-03-28 Thread Daniel Dekany
to it to me too? Monday, March 28, 2016, 6:48:17 PM, Daniel Dekany wrote: > Hi, > > freemarker.org custom search seems to be broken again. Like if you > search for "servlet", it won't find the obvious top hit, > http://freemarker.org/docs/pgui_misc_servlet.html, while norma

Re: [VOTE] Release Apache FreeMarker 2.3.24 (incubating)

2016-03-21 Thread Daniel Dekany
delete `~/.ivy`, and then try `ant` again. Please store the full log of the last (i.e., the things that Ant writes to the stdout), and in case it still fails, send it to me. -- Thanks, Daniel Dekany Monday, March 21, 2016, 11:50:00 AM, John D. Ament wrote: > I do have ivy instal

Re: Sample screens for the format box

2016-04-17 Thread Daniel Dekany
I have just implemented this feature: https://github.com/ddekany/freemarker-online/tree/output-format-etc-dropdowns Saturday, March 26, 2016, 10:50:04 AM, Daniel Dekany wrote: > When do you think it will be ready? Like, do you plan to bring it to > releasable form within one or two

Re: github integration?

2016-04-20 Thread Daniel Dekany
f > you want, I can ask INFRA to get it in place for the podling. > > Cheers, > -- Thanks, Daniel Dekany

Re: [DISCUSS] graduation

2016-07-26 Thread Daniel Dekany
have be very useful if more eyes look at them. Any bug or design oversight that slips in can become a backward compatibility constraint.) -- Thanks, Daniel Dekany > Pete Helgren > www.petesworkshop.com > > On 7/26/2016 2:34 AM, Daniel Dekany wrote: >> Monday, July 25, 2016, 5:

Re: [DISCUSS] graduation

2016-07-26 Thread Daniel Dekany
Monday, July 25, 2016, 5:00:27 PM, Sergio Fernández wrote: > On Thu, Jul 21, 2016 at 9:24 PM, Daniel Dekany <ddek...@freemail.hu> wrote: > >> The project's interest is to graduate, so obviously, I would prefer it >> to graduate (and probably most mentors too).

Re: [DISCUSS] graduation

2016-07-21 Thread Daniel Dekany
of a project in similar state passing? -- Thanks, Daniel Dekany Thursday, July 21, 2016, 12:23:47 PM, Jacopo Cappellato wrote: > Thank you Sergio. > > I am wondering if we should first run a vote in this list to clearly > express the desire of this community to graduate now (or wait

Re: Freemarker OSGI MANIFEST.MF

2016-07-28 Thread Daniel Dekany
les can see and > import this bundle as a dependency. > This works fine. > > *My question(s): * > 1. What would be a better way instead of copying the MANIFEST.MF from the > .jar file. > 2. Anybody using freemarker in an OSGI context and also working with > freemarker source? > > Thanks > Christoph > -- Thanks, Daniel Dekany

Re: Aw: Re: Re: [DISCUSS] graduation

2016-07-27 Thread Daniel Dekany
Of course it is. Wednesday, July 27, 2016, 3:26:59 PM, Ingo Mahnke wrote: > Hallo and thank you. > is this possible: I could out the freemaker 2.x source and try fix an easy > bug. > > Ingo > > > > >> Gesendet: Dienstag, 26. Juli 2016 um 19:07 Uhr >> Vo

Re: [DISCUSS] graduation

2016-07-29 Thread Daniel Dekany
ainly most won't read the disclaimer or the release notes. On search.maven.org they see that 2.3.23 is the last without funny suffix, and that's it.) Friday, July 29, 2016, 4:50:10 PM, jean-frederic clere wrote: > On 07/26/2016 07:32 PM, Daniel Dekany wrote: >> Basically, if the A

  1   2   3   4   5   >