Changeset 17076

Show
Ignore:
Timestamp:
09/10/08 17:48:19 (3 months ago)
Author:
kmr
Message:

Put the <mine>/resources directory at the front of the class path when
integrating.
Refs #1885.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tickets/ticket-1885/imbuild/source.xml

    r17075 r17076  
    5050  <target name="-define-task-classpath"> 
    5151    <path id="task.class.path"> 
     52      <pathelement location="${integrate.basedir}/resources"/> 
    5253      <pathelement location="${build.task.dir}"/> 
    5354      <path refid="project.execute.path"/> 
    54       <pathelement location="${integrate.basedir}/resources"/> 
    5555      <!-- And add anything in this project --> 
    5656      <!-- FIXED just don't allow tasks in this project - mst be in subproject --> 
    5757      <!--<pathelement location="${dist.jar}"/>--> 
    5858    </path> 
     59 
     60    <property name="cp" refid="task.class.path"/> 
     61    <echo message="task.class.path is: ${cp}"/> 
    5962  </target> 
    6063