Thursday, April 13, 2017, 10:58:11 AM, Pradeep Murugesan wrote: > Hi, > > > after renaming the readme to md (also changed in the build.xml). > I tried running the ant dist to verify. Got the following error. Do > we have instructions on how to dist already somewhere ?
Not one that details `ant dist` specifically. (But http://freemarker.org/committer-howto.html#making-releases can be extended with help out with common problems.) > I searched in the readme itself and in the freemarker site, but found nothing. > > > ubating-bin.tar.gz > [delete] Deleting: > /Users/pmurugesan/personal/git/apache/freemarker/incubator-freemarker/build/dist/apache-freemarker-gae-2.3.26-incubating-bin.tar > [echo] Signing > "build/dist/apache-freemarker-gae-2.3.26-incubating-bin.tar.gz"... > [exec] gpg: no default secret key: No secret key > [exec] gpg: signing failed: No secret key Well, is gpg right? Do you have a PGP signature? (I do have, and for me it automatically signs with that.) > BUILD FAILED > /Users/pmurugesan/personal/git/apache/freemarker/incubator-freemarker/build.xml:656: > The following error occurred while executing this line: > /Users/pmurugesan/personal/git/apache/freemarker/incubator-freemarker/build.xml:711: > The following error occurred while executing this line: > /Users/pmurugesan/personal/git/apache/freemarker/incubator-freemarker/build.xml:772: > exec returned: 2 > > Total time: 38 seconds > > > Kindly clarify. > > > Pradeep. > > ________________________________ > From: Daniel Dekany <[email protected]> > Sent: Thursday, April 13, 2017 10:05:27 AM > To: Pradeep Murugesan > Subject: Re: Freemarker Readme to markdown. > > Thursday, April 13, 2017, 9:52:42 AM, Pradeep Murugesan wrote: > >> Hi, >> >> >> I could see that our freemarker read me has something like >> >> >> Apache FreeMarker {version} >> >> >> Is the {version} intentional or should be replaced with appropriate version >> name (eg. 2.3-gae). > > It's a pattern replaced by the actual version when you build a > distributions (`ant dist`). > >> >> like >> >> >> >> Apache FreeMarker 2.3-gae >> >> >> Pradeep. > > -- > Thanks, > Daniel Dekany > -- Thanks, Daniel Dekany
