Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6818 - jedit wont compile
Summary: jedit wont compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 06:23 UTC by adam stokes
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 adam stokes 2002-08-21 06:23:36 UTC
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 10, Exitcode 1
!!! compile problem

!!! emerge aborting on  /usr/portage/app-editors/jedit/jedit-4.0.3-r2.ebuild .
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-08-24 08:22:54 UTC
I cannot reproduce this. Do an emerge rsync, then reinstall ant, then manually
check that you have four .jar files in /usr/share/ant/lib.
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-08-26 12:16:43 UTC
Sorry for being impatient, I'm cleaning out my buglist for 1.4. Please reopen
the bug if you have any amendments.
Comment 3 Thomas R. (TRauMa) 2002-10-17 06:14:53 UTC
VERIFIED bug: using ant 1.4.1-r3, jedit 4.0.3-r2 won't compile

Tried with quoted ant version on my machine and maybe the same version on
another one.

Then emerged ant 1.5, now I get:

>>> Source unpacked.
/usr/bin/ant: line 85: syntax error: unexpected end of file

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 10, Exitcode 2
!!! compile problem
Comment 4 Thomas R. (TRauMa) 2002-10-17 06:17:21 UTC
PS: (sorry for posting twice, but before you ask:)

bash-2.05a# ls /usr/share/ant/lib/
ant.jar  optional.jar  xercesImpl.jar  xml-apis.jar
Comment 5 Thomas R. (TRauMa) 2002-10-17 08:14:14 UTC
Sorry for the inconvenience, it was a bug in ant. ant-1.5 is unmasked but highly
broken... installing clean ant-1.4.1-r3 fixed the problem.