Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40622 - jswat missing ant-optional dependency
Summary: jswat missing ant-optional dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-06 10:27 UTC by Ryan Kelley
Modified: 2004-02-25 00:41 UTC (History)
0 users

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


Attachments
jswat-2.17-r2.diff (jswat-2.17-r2.diff,618 bytes, patch)
2004-02-06 13:30 UTC, Chris Aniszczyk (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Kelley 2004-02-06 10:27:37 UTC
The build file for jswat (dev-java/jswat) references a PropertyFile target. This is an optional ant task, so ant-optional must be installed for the installation to proceed correctly. This is not currently listed as a dependency for jswat (I believe)

Reproducible: Always
Steps to Reproduce:
1.emerge jswat (without ant-optional installed)
2.
3.

Actual Results:  
BUILD FAILED 
/var/tmp/portage/jswat-2.17-r1/work/jswat-2.17/build.xml:83: Could not create 
task or type of type: propertyfile. 

Expected Results:  
BUILD SUCCESSFUL 

Installation proceeded correctly after emerging ant-optional first.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-06 13:30:37 UTC
Created attachment 25103 [details, diff]
jswat-2.17-r2.diff

This should take care of your problem. Verified on my end and it works. Thanks
for the submission :D
Comment 2 Adrian Almenar 2004-02-09 22:44:21 UTC
dont apply this patch yet Chris, i have made a new ant ebuild, that should fix this.
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-17 20:29:17 UTC
Is this fixed?
Comment 4 Adrian Almenar 2004-02-17 20:31:59 UTC
Actually no, but ill take care of it.
Comment 5 Dylan Carlson (RETIRED) gentoo-dev 2004-02-25 00:41:15 UTC
I have bumped jswat to 2.21, which works.  

Re: ant-1.6.0, see bug # 42850.