Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378985 - ant-eclipse-ecj-3.6 installs incorrect compiler settings file
Summary: ant-eclipse-ecj-3.6 installs incorrect compiler settings file
Status: RESOLVED FIXED
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: 2011-08-12 21:46 UTC by William L. Thomson Jr.
Modified: 2011-10-19 18:48 UTC (History)
0 users

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


Attachments
ant-eclipse-ecj-3.6-r1.diff (ant-eclipse-ecj-3.6-r1.diff,692 bytes, text/plain)
2011-10-07 21:08 UTC, William L. Thomson Jr.
Details
ecj-3.6 compiler settings file (ecj-3.6,290 bytes, text/plain)
2011-10-07 21:11 UTC, William L. Thomson Jr.
Details
ant-eclipse-ecj-3.6-r1.diff (ant-eclipse-ecj-3.6-r1.diff,1.03 KB, patch)
2011-10-07 21:19 UTC, William L. Thomson Jr.
Details | Diff
ant-eclipse-ecj-3.6-r1.ebuild (ant-eclipse-ecj-3.6-r1.ebuild,1.36 KB, application/octet-stream)
2011-10-07 21:19 UTC, William L. Thomson Jr.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William L. Thomson Jr. 2011-08-12 21:46:08 UTC
The compiler settings file was not updated. It still references ecj-3.5, when its for ecj-3.6

/dev-java/ant-eclipse-ecj/files/ecj-3.6

JAVAC="/usr/bin/ecj-3.5"
PACKAGE="=dev-java/ant-eclipse-ecj-3.5*"
SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7"
SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7"
ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter"
ANT_BUILD_COMPILER_DEPS="eclipse-ecj-3.5,ant-eclipse-ecj-3.5"
GENERATION="2"

Should be 

JAVAC="/usr/bin/ecj-3.6"
PACKAGE="=dev-java/ant-eclipse-ecj-3.6*"
SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7"
SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7"
ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter"
ANT_BUILD_COMPILER_DEPS="eclipse-ecj-3.6,ant-eclipse-ecj-3.6"
GENERATION="2"
Comment 1 William L. Thomson Jr. 2011-10-07 21:08:29 UTC
Created attachment 289129 [details]
ant-eclipse-ecj-3.6-r1.diff
Comment 2 William L. Thomson Jr. 2011-10-07 21:11:43 UTC
Created attachment 289131 [details]
ecj-3.6 compiler settings file
Comment 3 William L. Thomson Jr. 2011-10-07 21:19:09 UTC
Created attachment 289133 [details, diff]
ant-eclipse-ecj-3.6-r1.diff
Comment 4 William L. Thomson Jr. 2011-10-07 21:19:49 UTC
Created attachment 289135 [details]
ant-eclipse-ecj-3.6-r1.ebuild
Comment 5 Miroslav Šulc gentoo-dev 2011-10-19 18:48:05 UTC
*ant-eclipse-ecj-3.6-r1 (19 Oct 2011)

  19 Oct 2011; Miroslav Šulc <fordfrog@gentoo.org> files/ecj-3.6,
  +ant-eclipse-ecj-3.6-r1.ebuild:
  Fixed compiler settings (bug #378985, thanks to William L. Thomson Jr.
  <wlt@obsidian-studios.com> for the fix)