Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494646 - tomcat-servlet-api-7.0.47 paths in source file without javax/-prefix
Summary: tomcat-servlet-api-7.0.47 paths in source file without javax/-prefix
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 13:55 UTC by Horst Prote
Modified: 2023-04-28 09:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Horst Prote 2013-12-18 13:55:54 UTC
The paths in /usr/share/tomcat-servlet-api-3.0/sources/tomcat-servlet-api-src.zip don't have the javax/-prefix. e.g:
    20276  07-02-2013 10:01   servlet/http/HttpServletRequest.java


Reproducible: Always

Steps to Reproduce:
1. Install tomcat-servlet-api-7.0.47 with use flag "source".
2. unzip -l /usr/share/tomcat-servlet-api-3.0/sources/tomcat-servlet-api-src.zip | grep HttpServletRequest.java



Actual Results:  
    20276  07-02-2013 10:01   servlet/http/HttpServletRequest.java

Expected Results:  
    20276  07-02-2013 10:01   javax/servlet/http/HttpServletRequest.java

Fixed this for me by changing the line

    use source && java-pkg_dosrc java/javax/servlet/

in the ebuild to

    use source && java-pkg_dosrc java/javax/
Comment 1 Horst Prote 2023-04-28 09:23:03 UTC
Several years have elapsed, I don't use this package anymore and the current version apparently doesn't have this problem.