File: more.xml

package info (click to toggle)
bsh 2.0b4-12%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 4,172 kB
  • ctags: 3,698
  • sloc: java: 23,433; xml: 4,496; sh: 139; makefile: 40
file content (67 lines) | stat: -rw-r--r-- 2,827 bytes parent folder | download | duplicates (11)
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
<section>
<name filename="more">Learning More</name>

BeanShell is a simple tool but one with rapidly evolving capabilities.  To learn
more about BeanShell you are highly encouraged to download the source and
build it (using the Ant build file).  Even if you don't consider yourself
a developer, you can learn a lot from the source distribution by looking
at the implementation of the standard BeanShell commands and the test suite.
<p/>

Almost all of the built-in BeanShell commands are simply scripts
stored in the BeanShell JAR file under the path "bsh/commands".  
A good way to familiarize yourself with more of BeanShell is to take a look 
at those commands.  Simply unpack bsh/commands/*.bsh from the JAR file.
The BeanShell test suite consists of many BeanShell scripts that exercise
all parts of the language.
<p/>

In addition to the mailing list and mailing list archives, an important
source of information is the "recent changes" file supplied with the source
distribution and online at: http://www.beanshell.org/Changes.html.  This
file is one of the few documents that is always up to date with the latest
release (smile).

<h2>Helping With the Project</h2>

BeanShell is an open source project which relies on people like you to
get things done.  If you are excited about BeanShell there is undoubtedly
some way for you to help.  If you are a developer, there is always work
(sometimes boring, sometimes not) to be done.  If you are not a developer
you may still be able to help by writing new tests for the test suite, or
working on the documentation, web site, tutorials or examples.
<p/>

Here are some things that we can always use help with:

<ul>
<li><strong>Tests for the test suite</strong> - We need more tests!  
BeanShell relies heavily on its test suite to guarantee that changes don't
break subtle aspects of the language.  Often tests are added for specific
bug cases (Developers: please add a test for any bug you fix!).  But it would
be best if tests were generalized to cover all of the "corner cases" too.</li>

<li><strong>Bug fixes</strong> - Check the bugs list at the sourceforge site and dig into
the code.  Some bug fixes are easy, some are deep.  Feel free to contact
me (pat@pat.net) directly if you want help getting started on an issue.</li>

<li>
<strong>Docs</strong> - We can always use articles, documentation and examples.
</li>

<li>
<strong>Integration and third party tools</strong> - Have you integrated
BeanShell into another tool or environment?  Let us know and we'll link
to your site.
</li>

<li>
<strong>Feedback from the World</strong> - Despite BeanShell's relative
popularity you would be amazed at how little information we have about 
who is using the tool and how.   If you are using it or you know people using 
it please let us know!
</li>

</ul>

</section>