User: starksm 
  Date: 01/06/25 00:10:10

  Modified:    src/examples/build build.xml
  Log:
  The classpath at this level may be augmented by the client so call
  this the base classpath in the echo message. Removed the
  undefined build.classes.dir from the classpath.
  
  Revision  Changes    Path
  1.8       +2 -3      manual/src/examples/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 2001/06/25 05:29:49     1.7
  +++ build.xml 2001/06/25 07:10:10     1.8
  @@ -21,6 +21,7 @@
        -->
       <property name="servlet.jar" 
value="${env.JBOSS_DIST}/../tomcat/lib/servlet.jar"/>
       <property name="src.dir" value="${basedir}"/>
  +    <property name="src.resources" value="${basedir}/resources"/>
       <property name="build.dir" value="${basedir}/build-examples"/>
       <property name="dist.dir" value="${basedir}/../../dist-examples"/>
   
  @@ -31,7 +32,6 @@
           <pathelement location="${jboss.dist}/client/jboss-client.jar"/>
           <pathelement location="${jboss.dist}/client/jnp-client.jar"/>
           <pathelement location="${servlet.jar}"/>
  -        <pathelement location="${build.classes.dir}"/>
       </path>
       <path id="base.path_23">
           <pathelement location="${jboss.dist}/client/jboss-j2ee.jar"/>
  @@ -40,7 +40,6 @@
           <pathelement location="${jboss.dist}/client/jboss-client.jar"/>
           <pathelement location="${jboss.dist}/client/jnp-client.jar"/>
           <pathelement location="${servlet.jar}"/>
  -        <pathelement location="${build.classes.dir}"/>
       </path>
   
       <target name="validate">
  @@ -55,7 +54,7 @@
       <target name="init" depends="validate,fail_if_not_valid">
           <property name="classpath" refid="${classpath_id}" />
           <echo message="Using JBoss directory=${jboss.dist}" />
  -        <echo message="Using classpath=${classpath}" />
  +        <echo message="Using base classpath=${classpath}" />
           <echo message="Using Source directory=${src.dir}" />
           <echo message="Using Build directory=${build.dir}" />
       </target>
  
  
  

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

Reply via email to