Re: [VOTE] Release Velocity Master version 3

2018-09-24 Thread Will Glass-Husain
+1 then from me

On Mon, Sep 24, 2018 at 12:43 AM Claude Brisson 
wrote:

> +1 for me
>
>
> On 09/23/2018 12:58 AM, Michael Osipov wrote:
> > Hi,
> >
> > * reformatted the POM to a readible state
> > * Apache Parent upgraded to 21
> > * added plugin management section for commonly used plugins
> >
> > Staging repo:
> >
> https://repository.apache.org/content/repositories/orgapachevelocity-1021/
> >
> >
> https://repository.apache.org/content/repositories/orgapachevelocity-1021/org/apache/velocity/velocity-master/3/velocity-master-3-source-release.zip
> >
> >
> > Source release checksum(s):
> > velocity-master-3-source-release.zip
> > sha512:
> >
> 61f73c9eab4859153c87dd5637c4be09edd227bfe55537491aed2c14bc2eb800b28935acab46ac5b1319e25dd188c7ef60cfd5a33064984efd22e6b150216d18
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
> > For additional commands, e-mail: dev-h...@velocity.apache.org
> >
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
> For additional commands, e-mail: dev-h...@velocity.apache.org
>
>


[jira] [Closed] (VELTOOLS-93) Missing infos on tools creation

2018-09-24 Thread Claude Brisson (JIRA)


 [ 
https://issues.apache.org/jira/browse/VELTOOLS-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Brisson closed VELTOOLS-93.
--
Resolution: Fixed

I already did add several doc fixes. You're right, let's close this bug.

> Missing infos on tools creation
> ---
>
> Key: VELTOOLS-93
> URL: https://issues.apache.org/jira/browse/VELTOOLS-93
> Project: Velocity Tools
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: 2.0
> Environment: all
>Reporter: Claude Brisson
>Priority: Minor
> Fix For: 3.0
>
>
> (this is a reminder for Nathan or myself...)
> The documentation is lacking some infos on tools properties :
> 1) the "Creating Tools" page should explain the "configure"/"setXXX" mechanism
> 2) the "Web Framework Integration" (which should maybe be named "J2EE 
> Integration" to avoid the ambiguous framework word) should list all standard 
> properties that are set for every scope (setRequest,setVelocityContext...).
> (...and " grep TODO docs/* "...)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org



[jira] [Comment Edited] (VELOCITY-542) minus sign in #set requires spaces to surround it

2018-09-24 Thread Claude Brisson (JIRA)


[ 
https://issues.apache.org/jira/browse/VELOCITY-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16625473#comment-16625473
 ] 

Claude Brisson edited comment on VELOCITY-542 at 9/24/18 7:47 AM:
--

Issue reopened.

But there isn't any clean solution with only one parser, I'm afraid.


was (Author: claude):
Issue reopened.

But there isn't any clean solution requiring only one parser, I'm afraid.

> minus sign in #set requires spaces to surround it
> -
>
> Key: VELOCITY-542
> URL: https://issues.apache.org/jira/browse/VELOCITY-542
> Project: Velocity
>  Issue Type: Bug
>  Components: Engine
>Affects Versions: 1.5
>Reporter: Will Glass-Husain
>Assignee: Claude Brisson
>Priority: Minor
> Fix For: 2.0
>
>
> The following example:
> #set($thisCampNumber = 10)
> #set($nextCampNumber = $thisCampNumber+1)
> #set($previousCampNumber = $thisCampNumber-1)
> #set($previousCampNumberB = $thisCampNumber - 1)
> 1: $thisCampNumber
> 2: $nextCampNumber
> 3: $previousCampNumber
> 4: $previousCampNumberB
> produces this result
> 1: 10
> 2: 11
> 3: $previousCampNumber
> 4: 9
> Note that using a minus sign in a #set statement does not work if there are 
> no spaces around it.  (however, the same is not true for +).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org



Re: [VOTE] Release Velocity Master version 3

2018-09-24 Thread Claude Brisson

+1 for me


On 09/23/2018 12:58 AM, Michael Osipov wrote:

Hi,

* reformatted the POM to a readible state
* Apache Parent upgraded to 21
* added plugin management section for commonly used plugins

Staging repo:
https://repository.apache.org/content/repositories/orgapachevelocity-1021/ 

https://repository.apache.org/content/repositories/orgapachevelocity-1021/org/apache/velocity/velocity-master/3/velocity-master-3-source-release.zip 



Source release checksum(s):
velocity-master-3-source-release.zip
sha512: 
61f73c9eab4859153c87dd5637c4be09edd227bfe55537491aed2c14bc2eb800b28935acab46ac5b1319e25dd188c7ef60cfd5a33064984efd22e6b150216d18


Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org



[jira] [Reopened] (VELOCITY-542) minus sign in #set requires spaces to surround it

2018-09-24 Thread Claude Brisson (JIRA)


 [ 
https://issues.apache.org/jira/browse/VELOCITY-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Brisson reopened VELOCITY-542:
-

Issue reopened.

But there isn't any clean solution requiring only one parser, I'm afraid.

> minus sign in #set requires spaces to surround it
> -
>
> Key: VELOCITY-542
> URL: https://issues.apache.org/jira/browse/VELOCITY-542
> Project: Velocity
>  Issue Type: Bug
>  Components: Engine
>Affects Versions: 1.5
>Reporter: Will Glass-Husain
>Assignee: Claude Brisson
>Priority: Minor
> Fix For: 2.0
>
>
> The following example:
> #set($thisCampNumber = 10)
> #set($nextCampNumber = $thisCampNumber+1)
> #set($previousCampNumber = $thisCampNumber-1)
> #set($previousCampNumberB = $thisCampNumber - 1)
> 1: $thisCampNumber
> 2: $nextCampNumber
> 3: $previousCampNumber
> 4: $previousCampNumberB
> produces this result
> 1: 10
> 2: 11
> 3: $previousCampNumber
> 4: 9
> Note that using a minus sign in a #set statement does not work if there are 
> no spaces around it.  (however, the same is not true for +).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org