taylor      2003/02/11 17:19:56

  Modified:    build    build.xml
  Log:
  needed to add classpath for javamail and activation checks if we are going  to 
recommend using the lib directory for placing these jars as in error msgs
  
  Revision  Changes    Path
  1.184     +2 -0      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.183
  retrieving revision 1.184
  diff -u -r1.183 -r1.184
  --- build.xml 12 Feb 2003 01:06:23 -0000      1.183
  +++ build.xml 12 Feb 2003 01:19:56 -0000      1.184
  @@ -169,6 +169,7 @@
       <target name="check_for_jaf">
           <available property="jaf.present"
              classname="javax.activation.FileDataSource">
  +              <classpath refid="classpath"/>           
           </available>
       </target>
   
  @@ -194,6 +195,7 @@
       <target name="check_for_javamail">
           <available property="javamail.present"
              classname="javax.mail.MessagingException">
  +              <classpath refid="classpath"/>
           </available>
       </target>
   
  
  
  

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

Reply via email to