Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100823 - kdevelop can't compile java projects involving classpaths
Summary: kdevelop can't compile java projects involving classpaths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-30 09:52 UTC by Douglas Russell (RETIRED)
Modified: 2005-10-18 08:34 UTC (History)
0 users

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


Attachments
Ebuild (kdevelop-3.2.1-r2.ebuild,2.84 KB, text/plain)
2005-07-30 09:53 UTC, Douglas Russell (RETIRED)
Details
Patch (kdevelop-3.2.1-classpath.patch,854 bytes, patch)
2005-07-30 09:54 UTC, Douglas Russell (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Russell (RETIRED) gentoo-dev 2005-07-30 09:52:37 UTC
CLASSPATH = "stuff" cd /somewhere/mycode && ant .... 
 
CLASSPATH won't affect ant as it only applies to the command it is part of, 
i.e. past the "&&" it's already forgotten. 
 
Reported upstream http://bugs.kde.org/show_bug.cgi?id=100813 (With a patch), 
but can be fixed locally with the same patch. Here's an ebuild which applies 
it and the patch.
Comment 1 Douglas Russell (RETIRED) gentoo-dev 2005-07-30 09:53:56 UTC
Created attachment 64738 [details]
Ebuild
Comment 2 Douglas Russell (RETIRED) gentoo-dev 2005-07-30 09:54:27 UTC
Created attachment 64739 [details, diff]
Patch
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-10-18 08:34:06 UTC
Sorry for the delay, the patch is now applied to kdevelop 3.2.3-r1 and 
3.3.0_beta2-r1.