You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Samuel Andrew McIntyre (JIRA)" <de...@db.apache.org> on 2005/01/24 08:43:29 UTC

[jira] Closed: (DERBY-114) Buildworld target refers to non-existent jars target

     [ http://issues.apache.org/jira/browse/DERBY-114?page=history ]
     
Samuel Andrew McIntyre closed DERBY-114:
----------------------------------------

     Resolution: Fixed
    Fix Version: 10.1.0.0

Fixed name for jar target in buildworld with revision 126267.

> Buildworld target refers to non-existent jars target
> ----------------------------------------------------
>
>          Key: DERBY-114
>          URL: http://issues.apache.org/jira/browse/DERBY-114
>      Project: Derby
>         Type: Bug
>   Components: Build tools
>     Reporter: Jonathan Nash
>     Assignee: Samuel Andrew McIntyre
>     Priority: Trivial
>      Fix For: 10.1.0.0

>
> In Build.xml there is a "buildworld" target which performs a bunch of targets and then "jars". There is no targe 
>     <!-- Build insane product jars -->
>     <antcall target="clobber"/>
>     <antcall target="insane"/>
>     <antcall target="all"/>
>     <antcall target="jars"/>
>     <!-- Build sane product jars -->
>     <antcall target="clobber"/>
>     <antcall target="sane"/>
>     <antcall target="all"/>
>     <antcall target="jars"/>
>     <!-- Build everything else -->
>     <antcall target="javadoc"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira