You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2009/12/10 17:30:32 UTC

svn commit: r889313 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

Author: henrib
Date: Thu Dec 10 16:30:31 2009
New Revision: 889313

URL: http://svn.apache.org/viewvc?rev=889313&view=rev
Log:
documentation fixes; bsf beta3 as dependency

Modified:
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/trunk/xdocs/index.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889313&r1=889312&r2=889313&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 16:30:31 2009
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-api</artifactId>
-            <version>3.0</version>
+            <version>3.0-beta3</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: commons/proper/jexl/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/index.xml?rev=889313&r1=889312&r2=889313&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/index.xml (original)
+++ commons/proper/jexl/trunk/xdocs/index.xml Thu Dec 10 16:30:31 2009
@@ -90,8 +90,8 @@
                 <a href="apidocs/org/apache/commons/jexl2/JexlContext.html">JexlContext</a>.
             An Expression is created using
                 <a href="apidocs/org/apache/commons/jexl2/JexlEngine.html#createExpression(java.lang.String)">JexlEngine#createExpression()</a>,
-            passing a String containing valid JEXL syntax.  A JexlContext can be created using a
-                <a href="apidocs/org/apache/commons/jexl2/MapContext.html">new MapContext.Mapped()</a>;
+            passing a String containing valid JEXL syntax.  A simple JexlContext can be created by instantiating a
+                <a href="apidocs/org/apache/commons/jexl2/MapContext.html">MapContext</a>;
             a map of variables that will be internally wrapped can be optionally provided through its constructor.
             The following example, takes a variable named foo, and invokes the bar() method on the property innerFoo:
             </p>



Re: svn commit: r889313 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

Posted by sebb <se...@gmail.com>.
On 10/12/2009, henrib <he...@apache.org> wrote:
>
>  Because 'mvn site' fails otherwise; the repo seems to only publish
>  beta{1,2,3}.
>  This occurred on the 2 environments I'm using (Mac & WinXP).
>

I see. I think we need to wait until this is sorted (hopefully only a few days).

>  sebb-2-2 wrote:
>  >
>  > ...
>
> > Why have you reverted to BSF beta3?
>
> > ...
>  >
>
>
>  --
>  View this message in context: http://n4.nabble.com/Re-svn-commit-r889313-in-commons-proper-jexl-trunk-pom-xml-xdocs-index-xml-tp957142p957232.html
>  Sent from the Commons - Dev mailing list archive at Nabble.com.
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r889313 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

Posted by henrib <he...@apache.org>.
Because 'mvn site' fails otherwise; the repo seems to only publish
beta{1,2,3}.
This occurred on the 2 environments I'm using (Mac & WinXP).


sebb-2-2 wrote:
> 
> ...
> Why have you reverted to BSF beta3?
> ...
> 

-- 
View this message in context: http://n4.nabble.com/Re-svn-commit-r889313-in-commons-proper-jexl-trunk-pom-xml-xdocs-index-xml-tp957142p957232.html
Sent from the Commons - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r889313 - in /commons/proper/jexl/trunk: pom.xml xdocs/index.xml

Posted by sebb <se...@gmail.com>.
On 10/12/2009, henrib@apache.org <he...@apache.org> wrote:
> Author: henrib
>  Date: Thu Dec 10 16:30:31 2009
>  New Revision: 889313
>
>  URL: http://svn.apache.org/viewvc?rev=889313&view=rev
>  Log:
>  documentation fixes; bsf beta3 as dependency

Why have you reverted to BSF beta3?

>  Modified:
>     commons/proper/jexl/trunk/pom.xml
>     commons/proper/jexl/trunk/xdocs/index.xml
>
>  Modified: commons/proper/jexl/trunk/pom.xml
>  URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889313&r1=889312&r2=889313&view=diff
>  ==============================================================================
>  --- commons/proper/jexl/trunk/pom.xml (original)
>  +++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 16:30:31 2009
>  @@ -106,7 +106,7 @@
>          <dependency>
>              <groupId>org.apache.bsf</groupId>
>              <artifactId>bsf-api</artifactId>
>  -            <version>3.0</version>
>  +            <version>3.0-beta3</version>
>              <scope>compile</scope>
>          </dependency>
>      </dependencies>
>
>  Modified: commons/proper/jexl/trunk/xdocs/index.xml
>  URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/index.xml?rev=889313&r1=889312&r2=889313&view=diff
>  ==============================================================================
>  --- commons/proper/jexl/trunk/xdocs/index.xml (original)
>  +++ commons/proper/jexl/trunk/xdocs/index.xml Thu Dec 10 16:30:31 2009
>  @@ -90,8 +90,8 @@
>                  <a href="apidocs/org/apache/commons/jexl2/JexlContext.html">JexlContext</a>.
>              An Expression is created using
>                  <a href="apidocs/org/apache/commons/jexl2/JexlEngine.html#createExpression(java.lang.String)">JexlEngine#createExpression()</a>,
>  -            passing a String containing valid JEXL syntax.  A JexlContext can be created using a
>  -                <a href="apidocs/org/apache/commons/jexl2/MapContext.html">new MapContext.Mapped()</a>;
>  +            passing a String containing valid JEXL syntax.  A simple JexlContext can be created by instantiating a
>  +                <a href="apidocs/org/apache/commons/jexl2/MapContext.html">MapContext</a>;
>              a map of variables that will be internally wrapped can be optionally provided through its constructor.
>              The following example, takes a variable named foo, and invokes the bar() method on the property innerFoo:
>              </p>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org