Bug #68664 | Enable packaging of Connector/J in Eclipse | ||
---|---|---|---|
Submitted: | 13 Mar 2013 20:58 | Modified: | 12 Apr 2013 14:15 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 5.1.24 | OS: | Any |
Assigned to: | Todd Farmer | CPU Architecture: | Any |
[13 Mar 2013 20:58]
Todd Farmer
[12 Apr 2013 14:15]
Bugs System
Added changelog entry to 5.1.25: Producing Connector/J JAR packages in Eclipse using Ant tasks would result in a JAR file without compiled class files. Compile-related tasks in the Ant script would direct compilation targets to the "bin" directory (for Eclipse compatibility), while JAR related tasks were directed to "{buildDir}/${fullProdName}". This fix changes the JAR task reference to "${compiler.output}" instead of "{buildDir}/${fullProdName}". Please advise if changelog entry requires revision.