[ http://nagoya.apache.org/jira/browse/DERBY-114?page=comments#action_57107 ]
Jonathan Nash commented on DERBY-114:
-------------------------------------
Sorry, the comment was submitted incomplete. The buildworld target refers to a non-existent
target "jars". It should probably refer to "buildjars" or "buildjarsclean" instead. Given
that "jars" doesn't exist, it just fails at that point.
> Buildworld target refers to non-existent jars target
> ----------------------------------------------------
>
> Key: DERBY-114
> URL: http://nagoya.apache.org/jira/browse/DERBY-114
> Project: Derby
> Type: Bug
> Components: Build tools
> Reporter: Jonathan Nash
> Priority: Trivial
>
> 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://nagoya.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
|