Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38958 - java-pgk_dowar fails, since dest dir is not created
Summary: java-pgk_dowar fails, since dest dir is not created
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 39621
  Show dependency tree
 
Reported: 2004-01-21 14:17 UTC by Joerg Schaible
Modified: 2004-01-27 16:09 UTC (History)
0 users

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


Attachments
java-pkg.eclass.diff (java-pkg.eclass.diff,422 bytes, patch)
2004-01-21 14:20 UTC, Joerg Schaible
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Schaible 2004-01-21 14:17:54 UTC
In java-pkg.eclass the function java-pgk_dowar fails to install anything, since it does not generate the target directory like it is done in java-pgk_dojar. This prevents me from building a proper cocoon-2.1.3.ebuild.

Reproducible: Always
Steps to Reproduce:
create an ebuild that installs a webapp.war
Actual Results:  
the installation fails, if the target directory does not exist 

Expected Results:  
the method should have created the directory and install the file there.
Comment 1 Joerg Schaible 2004-01-21 14:20:20 UTC
Created attachment 24198 [details, diff]
java-pkg.eclass.diff
Comment 2 Adrian Almenar 2004-01-24 19:55:24 UTC
Commited to the tree.