User: vharcq  
  Date: 01/06/25 14:39:02

  Modified:    src/docs jbossintro.xml
  Log:
  cosmetics
  
  Revision  Changes    Path
  1.18      +3 -3      manual/src/docs/jbossintro.xml
  
  Index: jbossintro.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/jbossintro.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jbossintro.xml    2001/06/25 07:30:52     1.17
  +++ jbossintro.xml    2001/06/25 21:39:01     1.18
  @@ -79,7 +79,7 @@
   settings as well. You need Ant version 1.3 or latter. You can download the 1.3 
binaries for Ant from <ulink url = 
"http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/";>HERE</ulink>. If you 
have problems finding
   binaries at that location try the Ant home page which is located <ulink url = 
"http://jakarta.apache.org/ant/index.html";>HERE</ulink>.</para>
                <para>Once you have the Ant distribution unarchive it to create a 
jakarta-ant-1.3 directory.  The Ant documentation
  -is located in the docs/manual directory. You should start with the 
docs/manual/inidex.html file and browse through its
  +is located in the docs/manual directory. You should start with the 
docs/manual/index.html file and browse through its
   contents if you want to use Ant. You won't need to know anything about Ant build 
scripts in order to compile and run
   the examples in the JBoss documentation. All we care about at this point is that 
you have Ant installed and availble
   in your executation path such that you can run ant from the command line. To do 
this you need the path to the jakarta-ant-1.3/bin
  @@ -87,7 +87,7 @@
   in /usr/local/Java/Ant/jakarta-ant-1.3 and my PATH contains 
/usr/local/Java/Ant/jakarta-ant-1.3/bin. On a win32 platform
   with Ant installed in G:/tmp/jakarta-ant-1.3 you would need 
G:/tmp/jakarta-ant-1.3/bin in your PATH. Setup your
   PATH now.</para>
  -             <para>You also need the bin directory of a 1.3 JDK(Java development 
kit) in your path as well for access to the
  +             <para>You need the bin directory of a 1.3 JDK(Java development kit) in 
your path as well for access to the
   java interpreter and java compiler. You also typically need to set the JAVA_HOME 
environment variable to point to
   the location of a JDK 1.3 installation so that Ant can find the javac compiler. 
Your Ant installation may have been
   configured such that this is not necessary and you can try the following 
installation test without this set at first.</para>
  @@ -258,7 +258,7 @@
                <title>Downloading the Documentation Example Source</title>
                <para>The source code for all examples in the JBoss documentation are 
available as a
   single archive which can be downloaded documentation-example.zip or 
documentation-example.tar.gz
  -from files section on: <ulink url = 
"http://www.jboss.org/doco_files//";>www.jboss.org</ulink>. You should
  +from files section on: <ulink url = 
"http://www.jboss.org/doco_files/";>www.jboss.org</ulink>. You should
   download the archive format of your choice and unpack the archive into an empty 
directory. This will
   create a directory structure like that shown in <xref linkend = 
"intro.examples.structure"/>
                </para>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to