tomdz       2005/01/26 12:55:50

  Modified:    .        Tag: OJB_1_0_RELEASE build.xml
  Log:
  Fixed errors in the environment check failure messages, and clarified them a 
bit
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.144.2.16 +3 -3      db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.144.2.15
  retrieving revision 1.144.2.16
  diff -u -r1.144.2.15 -r1.144.2.16
  --- build.xml 25 Jan 2005 20:02:35 -0000      1.144.2.15
  +++ build.xml 26 Jan 2005 20:54:41 -0000      1.144.2.16
  @@ -105,7 +105,7 @@
                                </not>
                        </condition>
                </fail>
  -             <fail message="Please set the FORREST_HOME environment variable 
to the root of your Forrest installation. If you don't have yet installed 
Forrest, you can get it from http://forrest.apache.org.";>
  +             <fail message="Please set the FORREST_HOME environment variable 
to the 'src/core' subdirectory of your Forrest installation. If you don't have 
yet installed Forrest, you can get it from http://forrest.apache.org.";>
                        <condition>
                                <not>
                                        <isset property="env.FORREST_HOME"/>
  @@ -126,7 +126,7 @@
                                </not>
                        </condition>
                </fail>
  -             <fail message="Please download the JDO 1.0.1 reference 
implementation from http://jcp.org/aboutJava/communityprocess/final/jsr012 and 
copy the jdo.jar, jdori.jar and jdori-enhancer.jar into OJB's lib directory.">
  +             <fail message="Please download the JDO 1.0.1 reference 
implementation from http://jcp.org/aboutJava/communityprocess/final/jsr012 and 
copy the jdo.jar, jdori.jar and jdori-enhancer.jar contained in this reference 
implementation, into OJB's lib directory.">
                <condition>
                        <not>
                        <and>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to