Bug 19712 - Add a task for SQLJ compilation
Summary: Add a task for SQLJ compilation
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.7.0
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2003-05-07 00:22 UTC by David Schultz
Modified: 2009-07-30 08:02 UTC (History)
0 users



Attachments
Source for the enhancement (16.61 KB, text/plain)
2003-05-07 00:25 UTC, David Schultz
Details
Documentation for the code (10.11 KB, text/html)
2003-05-07 00:25 UTC, David Schultz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Schultz 2003-05-07 00:22:25 UTC
A new optional task should be added to support SQLJ compilation.  This will 
simplify compilation of SQLJ which requires complicated dependency checks in 
the absence of a dedicated task.

I have the necessary code and documentation.  It has been posted to the dev 
list and I will attempt to add it to this entry.
Comment 1 David Schultz 2003-05-07 00:25:13 UTC
Created attachment 6246 [details]
Source for the enhancement
Comment 2 David Schultz 2003-05-07 00:25:39 UTC
Created attachment 6247 [details]
Documentation for the code