Java Gui Builder |
|
You are here: | Home > Project Dependencies |
Java Gui Builder can run on any Swing enabled J2SE platform. JGB was
tested against Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_08-b03)
and Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
.
If you want to build JGB, you will need J2SE 1.4 or better. It is not
possible to build on 1.3, but can be used on 1.3.
Here is a list of dependencies and the required versions.
Module name | Required at Run-time ? | Required at Compile-time ? | Included in /lib ? (Developer) | Included in /lib ? (Distribution) | Description |
---|---|---|---|---|---|
Java API for XML Processing (JAXP)
|
Yes |
Yes |
Yes, v1.1 |
Yes, v1.1 |
This module is included in JDK1.4. So, if you run JGB under JDK1.4, do not bother downloading. Else, you will need to download and install JAXP from Sun. |
JUnit
|
No |
Yes |
Yes, v3.8.1 |
No |
Automated unit testing tool. This allows one to implement tests and test suites for an application. JUnit is also used in test-first development. |
MockObjects
|
No |
Yes |
Yes, v0.09 |
No |
MockObjects are used to take the place of another interface or object while testing an application. MockObjects replace objects that would be expensive to create, or that require a specific configuration. This allows a test case to test specific conditions that would be hard to test in natural conditions. |
Apache Ant
|
No |
No |
No |
No |
A build script runner. This is a standard enough component in today's open source world. This application reads a source file that contains a multitude of tasks. Please see Building with Ant for more information about the targets available in the build.xml file. |
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |