File: downloads.xml

package info (click to toggle)
libgroboutils-java 5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,496 kB
  • sloc: java: 59,880; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (188 lines) | stat: -rw-r--r-- 8,675 bytes parent folder | download | duplicates (3)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<document>
<head>
    <name url="downloads.html">Downloads</name>
    <doc-version>$Date: 2004/02/02 21:34:23 $</doc-version>
</head>
<body>
<P>
Along with the following downloads, you can retrieve the current HEAD
developed code from CVS by following the directions <a
href="https://sourceforge.net/cvs/?group_id=22594">here</a>.
</P>
<P>
This page contains only the more recent versions of GroboUtils.  To
see the older versions, please visit the
<a href="olddownloads.html">older downloads page</a>.
You can see all the downloads from the <a
href="https://sourceforge.net/project/showfiles.php?group_id=22594">Sourceforge
File List page</a>.
</P>
<P>
Starting with v2, the GroboUtils project is under the
<a href="license.html">MIT license</a>.
</P>
<P>
<a href="CHANGES.TXT">Here are the latest change and release notes.</a>
</P>

<section>GroboUtils</section>
<UL>
    <li>v4
        <P>
        This version has been compiled and tested on these platforms:
            <OL>
<!--
                <LI>Windows 2000: Sun JDK 1.3.1, Sun JDK 1.4.1</LI>
                <LI>Windows XP: Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
-->
                <LI>Red Hat Linux 9: Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
<!--
                <LI>Solaris 8: Sun JDK 1.2.2, Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
-->
            </OL>
        I've had problems with Sun JDK 1.2 on Windows; there are JIT errors
        which interfere with Ant's operation.  I've seen this with JDK 1.2.2_07
        to 1.2.2_010.
        </P>
        <ul>
            <li>Complete package: contains the complete binary release,
                documentation, and all project source.  Does not contain
                the 3rd party packages, or the JavaDoc from prevous releases
                (these can be separately downloaded).
                <ul>
                    <li><download file="GroboUtils-4.zip" /></li>
                    <li><download file="GroboUtils-4.tar.gz" /></li>
                    <li><download file="GroboUtils-4.tar.bz2" /></li>
                </ul>
            </li>
            <li>Complete source: contains the complete source, that could be
                downloaded from the release's CVS state.  Does not contain the
                3rd party packages, or the JavaDoc from previous releases
                (these can be searately downloaded).
                <ul>
                    <li><download file="GroboUtils-4-src.zip" /></li>
                    <li><download file="GroboUtils-4-src.tar.gz" /></li>
                    <li><download file="GroboUtils-4-src.tar.bz2" /></li>
                </ul>
            </li>

            <li><download file="GroboUtils-4-codecoverage.zip" />
                - a stand-alone distribution for the code coverage part,
                  version 1.0.0.  Note that this version is different than
                  the one in the core distribution. This archive contains a
                  getting started guide, complete Ant task documentation, the
                  JAR files, and two complete examples (they require junit.jar
                  in the Ant classpath).</li>
            <li><download file="GroboUtils-4-doc.zip" />
                - API and package documentation</li>
            <li><download file="GroboUtils-4-core.jar" />
                - complete JAR file of project classes</li>

            <li><download file="GroboUtils-4-3rdparty.tar.gz" />
                - all third-party dependency JAR files</li>
            <li><download file="GroboUtils-4-jars.zip" />
                - the sub-projects' JAR files.  Instead of being listed
                one-by-one, these are now only directly downloadable as a
                single zip file containing all the jar files.  This also now
                includes all the unit test jar files for the projects, as well.
            </li>
        </ul>
    </li>
    <li>v3
        <P>
        This version has been compiled and tested on these platforms:
            <OL>
                <LI>Windows 2000: Sun JDK 1.3.1, Sun JDK 1.4.1</LI>
                <LI>Windows XP: Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
                <LI>Red Hat Linux 9: Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
                <LI>Solaris 8: Sun JDK 1.2.2, Sun JDK 1.3.1, Sun JDK 1.4.2</LI>
            </OL>
        I've had problems with Sun JDK 1.2 on Windows; there are JIT errors
        which interfere with Ant's operation.  I've seen this with JDK 1.2.2_07
        to 1.2.2_010.
        </P>
        <ul>
            <li>Complete package: contains the complete binary release,
                documentation, and all project source.  Does not contain
                the 3rd party packages, or the JavaDoc from prevous releases
                (these can be separately downloaded).
                <ul>
                    <li><download file="GroboUtils-3.zip" /></li>
                    <li><download file="GroboUtils-3.tar.gz" /></li>
                    <li><download file="GroboUtils-3.tar.bz2" /></li>
                </ul>
            </li>
            <li>Complete source: contains the complete source, that could be
                downloaded from the release's CVS state.  Does not contain the
                3rd party packages, or the JavaDoc from previous releases
                (these can be searately downloaded).
                <ul>
                    <li><download file="GroboUtils-3-src.zip" /></li>
                    <li><download file="GroboUtils-3-src.tar.gz" /></li>
                    <li><download file="GroboUtils-3-src.tar.bz2" /></li>
                </ul>
            </li>

            <li><download file="GroboUtils-3-codecoverage.zip" />
                - a stand-alone distribution for the code coverage part,
                  version 1.0.0RC4.  Note that this version is different than
                  the one in the core distribution. This archive contains a
                  getting started guide, complete Ant task documentation, the
                  JAR files, and two complete examples (they require junit.jar
                  in the Ant classpath).</li>
            <li><download file="GroboUtils-3-doc.zip" />
                - API and package documentation</li>
            <li><download file="GroboUtils-3-core.jar" />
                - complete JAR file of project classes</li>

            <li><download file="GroboUtils-3-3rdparty.tar.gz" />
                - all third-party dependency JAR files</li>
            <li><download file="GroboUtils-3-jars.zip" />
                - the sub-projects' JAR files.  Instead of being listed
                one-by-one, these are now only directly downloadable as a
                single zip file containing all the jar files.  This also now
                includes all the unit test jar files for the projects, as well.
            </li>
        </ul>
    </li>
    <li>v2
        <ul>
            <li>Complete package: contains the complete binary release,
                documentation, and all project source.  Does not contain
                the 3rd party packages, or the JavaDoc from prevous releases
                (these can be separately downloaded).
                <ul>
                    <li><download file="GroboUtils-2.zip" /></li>
                    <li><download file="GroboUtils-2.tar.gz" /></li>
                </ul>
            </li>
            <li>Complete source: contains the complete source, that could be
                downloaded from the release's CVS state.  Does not contain the
                3rd party packages, or the JavaDoc from previous releases
                (these can be searately downloaded).
                <ul>
                    <li><download file="GroboUtils-2-src.zip" /></li>
                    <li><download file="GroboUtils-2-src.tar.gz" /></li>
                    <li><download file="GroboUtils-2-src.tar.bz2" /></li>
                </ul>
            </li>

            <li><download file="GroboUtils-2-doc.zip" />
                - API and package documentation</li>
            <li><download file="GroboUtils-2-core.jar" />
                - complete JAR file of project classes</li>

            <li><download file="GroboUtils-2-3rdparty.tar.gz" />
                - all third-party dependency JAR files</li>
            <li><download file="GroboUtils-2-jars.zip" />
                - the sub-projects' JAR files.  Instead of being listed
                one-by-one, these are now only directly downloadable as a
                single zip file containing all the jar files.  This also now
                includes all the unit test jar files for the projects, as well.
            </li>
        </ul>
    </li>
</UL>
</body>
</document>