~hudson-ubuntu/+junk/jenkins-commons-jexl

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<title>Status File for Apache Commons "Jexl" Package</title>
<head>
<body bgcolor="white">


<div align="center">
<h1>The Apache Commons <em>Jexl</em> Package</h1>
$Id: STATUS.html 561592 2007-07-31 23:25:16Z dennisl $<br>
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Committers">[Committers]</a>
<a href="#Action Items">[Action Items]</a>
<br><br>
</div>


<a name="Introduction"></a>
<h3>1.  INTRODUCTION</h3>

<p>
The <em>Jexl</em> package implements a simple expression language
engine. It borrows many ideas from the JSTL Expression Language. Liberally.
Ok, it's an attempt at and idependent implementation of the JSTL EL with
extensions.
</p>

<a name="Dependencies"></a>
<h3>2.  DEPENDENCIES</h3>

<p>The <em>Jexl</em> package is dependent upon the following external
components for development and use:</p>
<ul>
<li>
    <a href="http://java.sun.com/j2se">Java Development Kit</a>
    (Version 1.2 or later)
</li>
<li>
  <a href="http://commons.apache.org/logging/">Apache Commons Logging</a>
    (Version 1.0 or later)
</li>
<li>
  <a href="http://jakarta.apache.org/velocity/">Jakarta Velocity</a>
    (Version 1.4 [current CVS] or later) - for introspection support
</li>
<li>
  <a href="http://jakarta.apache.org/velocity/">Jakarta Velocity DVSL</a>
    (any version) - for documentation generation
</li>
<li>
  <a href="http://www.dom4j.org/">dom4j</a>
    (latest version) - for documentation generation
</li>
<li>
<a href="http://www.junit.org">JUnit Testing Framework</a>
    (Version 3.7 or later) - for unit tests only, not required
    for deployment
</li>
</ul>

<a name="Release Info"></a>
<h3>3.  RELEASE INFO</h3>

<p>Current Release:

<p>Planned Next Release:  TBD</p>

<a name="Committers"></a>
<h3>4.  COMMITTERS</h3>

<p>The following individuals are the primary developers and maintainers of this
component.  Developers who plan to use <em>Jexl</em> in their own
projects are encouraged to collaborate on the future development of this
component to ensure that it continues to meet a variety of needs.</p>
<ul>
   <li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
   <li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
   <li><a href="mailto:rdonkin@apache.org">Robert Burrell Donkin</a></li>
   <li><a href="mailto:proyal@apache.org">Peter Royal</a></li>
</ul>

&nbsp;<a name="Action Items"></a><h3>5.  ACTION ITEMS</h3>

<p>Want to help?  Here's some "to do" items the team has identified.</p>

<table border="1">
  <tr>
    <th width="80%">Action Item</th>
    <th width="20%">Volunteer</th>
  </tr>

  <tr>
    <td>Please read the TODO.txt document in CVS</td>
    <td align="center">&nbsp;</td>
  </tr>

  </table>

</body>
</html>