Issue Details (XML | Word | Printable)

Key: DERBY-114
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Andrew McIntyre
Reporter: Jonathan Nash
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Buildworld target refers to non-existent jars target

Created: 29/Dec/04 01:55 AM   Updated: 24/Jan/05 04:39 PM
Return to search
Component/s: Build tools
Affects Version/s: None
Fix Version/s: 10.1.1.0

Time Tracking:
Not Specified

Resolution Date: 24/Jan/05 04:39 PM


 Description  « Hide
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"/>


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.