tomdz       2005/01/26 13:05:32

  Modified:    .        build.xml
  Log:
  Fixed errors in the environment check failure messages, and clarified them a 
bit
  
  Revision  Changes    Path
  1.163     +3 -3      db-ojb/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build.xml,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -u -r1.162 -r1.163
  --- build.xml 25 Jan 2005 21:12:30 -0000      1.162
  +++ build.xml 26 Jan 2005 21:05:32 -0000      1.163
  @@ -98,7 +98,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"/>
  @@ -119,7 +119,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