Re: svn commit: r729583 [1/2] - in /ofbiz/trunk/framework/base: lib/ src/org/ofbiz/base/util/collections/ src/org/ofbiz/base/util/string/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r729583 [1/2] - in /ofbiz/trunk/framework/base: lib/ src/org/ofbiz/base/util/collections/ src/org/ofbiz/base/util/string/

Adam Heath-2
[hidden email] wrote:

> Author: adrianc
> Date: Fri Dec 26 18:31:05 2008
> New Revision: 729583
>
> URL: http://svn.apache.org/viewvc?rev=729583&view=rev
> Log:
> Improved UEL implementation. FlexibleMapAccessor.java uses the UEL library instead of the home-grown parser.
>
> This commit includes the JUEL library taken from CVS - not the 2.1.0 zip file download. It includes the author's modifications to support auto-vivify.
>
> Added:
>     ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/JuelConnector.java   (with props)
> Modified:
>     ofbiz/trunk/framework/base/lib/juel-2.1.0.jar

If this is not a pristine download, then include some kind of date stamp
in the name of the jar.
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r729583 [1/2] - in /ofbiz/trunk/framework/base: lib/ src/org/ofbiz/base/util/collections/ src/org/ofbiz/base/util/string/

Adrian Crum-2
CVS rev 1.3. As soon I as I confirm his changes work, I'm sure they will be included in the release.

-Adrian


--- On Fri, 12/26/08, Adam Heath <[hidden email]> wrote:

> From: Adam Heath <[hidden email]>
> Subject: Re: svn commit: r729583 [1/2] - in /ofbiz/trunk/framework/base: lib/ src/org/ofbiz/base/util/collections/ src/org/ofbiz/base/util/string/
> To: [hidden email]
> Date: Friday, December 26, 2008, 7:21 PM
> [hidden email] wrote:
> > Author: adrianc
> > Date: Fri Dec 26 18:31:05 2008
> > New Revision: 729583
> >
> > URL:
> http://svn.apache.org/viewvc?rev=729583&view=rev
> > Log:
> > Improved UEL implementation. FlexibleMapAccessor.java
> uses the UEL library instead of the home-grown parser.
> >
> > This commit includes the JUEL library taken from CVS -
> not the 2.1.0 zip file download. It includes the
> author's modifications to support auto-vivify.
> >
> > Added:
> >    
> ofbiz/trunk/framework/base/src/org/ofbiz/base/util/string/JuelConnector.java
>   (with props)
> > Modified:
> >     ofbiz/trunk/framework/base/lib/juel-2.1.0.jar
>
> If this is not a pristine download, then include some kind
> of date stamp
> in the name of the jar.


     
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r729583 [1/2] - in /ofbiz/trunk/framework/base: lib/ src/org/ofbiz/base/util/collections/ src/org/ofbiz/base/util/string/

Adam Heath-2
Adrian Crum wrote:
> CVS rev 1.3. As soon I as I confirm his changes work, I'm sure they will be included in the release.

So?  If someone checks out this version, it won't have any identifying
marks on the included libraries.

All embedded libraries should have an exact version applied to them.  If
something were builting from an upstream repository, and is not an
official release, then some repository-specific version string.  If a
local patch is applied, then some other identifier needs to be applied.