| Summary: | jdbc2-oracle have bad file name | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Antonio <netbix> |
| Component: | Current packages | Assignee: | Java team <java> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Thanks, fixed in cvs |
In ebuild for jdbc2-oracle there are error in file name doc: file_main_orig=classes12.zip file_main_debug_orig=classes12_g.zip file_rowset_orig=ocrs12.zip file_nls_orig=nls_charset12.zip file_doc_orig=javadoc.tat <--------------- is javadoc.tar file_main=${P}-${file_main_orig} file_main_debug=${P}-${file_main_debug_orig} file_rowset=${P}-${file_rowset_orig} file_nls=${P}-${file_nls_orig} file_doc=${P}-${file_doc_orig} javadoc.tar and not javadoc.tat Reproducible: Always Steps to Reproduce: 1. 2. 3.