Hmm, this is annoying.

> BUILD FAILED
> /usr/local/gump/public/workspace/jakarta-commons-codec-11/build.xml:110:
Warning: Could not find file /usr/local/gump/public/workspace/LICENSE to
copy.

There is a hard coded usage of ../LICENSE, so when I put this out of the
jakarta-commons module into it's own, It fails.

 <target name="dist" depends="compile,javadoc"
   description="Create binary distribution">
    <mkdir      dir="${dist.home}"/>
    <copy      file="../LICENSE"
              todir="${dist.home}"/>
    <copy      file="${basedir}/RELEASE-NOTES.txt"
              todir="${dist.home}"/>
    <antcall target="jar"/>
  </target>

Any thoughts?

I really need to be able to produce this in order to get xmlrpc, inorder to
get cocoon...

regards,

Adam


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

Reply via email to