Peter Donald <[EMAIL PROTECTED]> wrote:

>>  Revision  Changes    Path
>>  1.117     +11 -2     jakarta-ant/build.xml
> 
>>  +    <javac srcdir="${build.src}"
>>  +           destdir="${build.classes}"
>>  +           debug="${debug}"
>>  +           deprecation="${deprecation}"
>>  +           optimize="${optimize}" >
>>  +      <classpath refid="classpath" />
>>  +      <include name="${constants.file}" />
>>  +    </javac>
>>  +
> 
> I am not sure this is needed because the 
>       <src path="${build.src}" />
> in following javac will compile constants.

See other mail (coming soon) for this.

>>  -    <copy file="${build.src}/${ant.package}/defaultManifest.mf"
>>  +    <copy file="${java.dir}/${ant.package}/defaultManifest.mf"
>>             todir="${build.classes}/${ant.package}" />

going to fix that, sorry.

Stefan

Reply via email to