You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/09/13 18:58:55 UTC

cvs commit: xml-axis/java/xmls path_refs.xml

stevel      2002/09/13 09:58:54

  Modified:    java/xmls path_refs.xml
  Log:
  this little tweak adds all jars in subdirs of lib to the classpath. Because "dist" only includes lib/*.jar into the WAR file, this lets you store jars you want for the build but not the WAR in a 'buildonly' subdir.
  
  As an aside, we are including ${j2ee.jar} into this cpath. Where is this property being defined? Is it a command line option, -it aint properties.xml
  
  Revision  Changes    Path
  1.7       +1 -1      xml-axis/java/xmls/path_refs.xml
  
  Index: path_refs.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/path_refs.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- path_refs.xml	27 Aug 2002 20:51:57 -0000	1.6
  +++ path_refs.xml	13 Sep 2002 16:58:54 -0000	1.7
  @@ -7,7 +7,7 @@
       <pathelement location="${jimi.jar}"/>
       <pathelement location="${tools.jar}"/>
       <fileset dir="${lib.dir}">
  -        <include name="*.jar"/>
  +        <include name="**/*.jar"/>
       </fileset>
       <pathelement path="${java.class.path}"/>
       <pathelement location="${build.dest}" />