File: installation.xml

package info (click to toggle)
libjboss-microcontainer-java 2.0.0~Beta16-1
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 15,416 kB
  • ctags: 14,841
  • sloc: java: 88,790; xml: 25,482; makefile: 19; sh: 14
file content (39 lines) | stat: -rw-r--r-- 1,282 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
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="installation">
  <title>Download and Installation</title>

  <para>First you need download JBoss Microcontainer release from <ulink
  url="http://www.jboss.com/downloads/index">http://www.jboss.com/downloads/index</ulink></para>

  <para>Unpack the archive which will give you a microcontainer-x.y.z
  directory with the following subfolders:</para>

  <itemizedlist>
    <listitem>
      <para>docs/api - javadocs for the microcontainer</para>
    </listitem>

    <listitem>
      <para>docs/gettingstarted - this getting started documentation</para>
    </listitem>

    <listitem>
      <para>docs/licences - the licenses for the software</para>
    </listitem>
    <listitem>
      <para>examples - the examples explained in the next chapter</para>
    </listitem>

    <listitem>
      <para>lib - the libraries required to run the microcontainer</para>
    </listitem>

  </itemizedlist>

  <para>You will also need a JDK of version 1.4.x+ and a copy of Apache Ant
  1.6+</para>

  <para>If you want to run the examples inside JBoss AS, you will need to
  download JBoss-4.0.3 or later <ulink
  url="http://www.jboss.com/products/jbossas/downloads">http://www.jboss.com/products/jbossas/downloads</ulink></para>
</chapter>