| 
| Building eclipse Error [message #217748] | Mon, 25 June 2007 01:40 |  | 
| Eclipse User  |  |  |  |  | Originally posted by: alexsy.integra-s.com 
 I`am have problem with building eclipse from sources
 
 the my system enveromrnt:
 PATH=/usr/local/jdk1.5.0_08/bin:/usr/local/ant-1.6.5/bin:/us r/bin:/bin:/usr/bin:
 JAVA_HOME=/usr/local/jdk1.5.0_08
 ANT_HOME=/usr/local/ant-1.6.5
 The disk free space 24Gb
 the eclipse sources 9efd9705c1dd4c22e2830a05d3cd291c00d844e9
 /eclipse-sourceBuild-srcIncluded-3.2.2.zip
 The last string after error:
 
 
 [javac] The field IconExe.ImageData.TYPE_INDEX_1_LSB is never read
 locally
 [javac] ----------
 [javac] 45. WARNING in
 /mnt/lfs/home/eclipse/plugins/org.eclipse.pde.build/src/org/ eclipse/swt/tools/internal/IconExe.java
 (at line 2984)
 [javac] 	int xPelsPerMeter = (infoHeader[24] & 0xFF) |
 ((infoHeader[25] & 0xFF) << 8) | ((infoHeader[26] & 0xFF) << 16) |
 ((infoHeader[27] & 0xFF) << 24);
 [javac] 	    ^^^^^^^^^^^^^
 [javac] The local variable xPelsPerMeter is never read
 [javac] ----------
 [javac] 46. WARNING in
 /mnt/lfs/home/eclipse/plugins/org.eclipse.pde.build/src/org/ eclipse/swt/tools/internal/IconExe.java
 (at line 2985)
 [javac] 	int yPelsPerMeter = (infoHeader[28] & 0xFF) |
 ((infoHeader[29] & 0xFF) << 8) | ((infoHeader[30] & 0xFF) << 16) |
 ((infoHeader[31] & 0xFF) << 24);
 [javac] 	    ^^^^^^^^^^^^^
 [javac] The local variable yPelsPerMeter is never read
 [javac] ----------
 [javac] 46 problems (3 errors, 43 warnings)
 
 BUILD FAILED
 /mnt/lfs/home/eclipse/build.xml:60: The following error occurred while
 executing this line:
 /mnt/lfs/home/eclipse/build.xml:8: The following error occurred while
 executing this line:
 /mnt/lfs/home/eclipse/features/org.eclipse.sdk/build.xml:35: The following
 error occurred while executing this line:
 /mnt/lfs/home/eclipse/features/org.eclipse.sdk/build.xml:21: The following
 error occurred while executing this line:
 /mnt/lfs/home/eclipse/features/org.eclipse.pde/build.xml:59: The following
 error occurred while executing this line:
 /mnt/lfs/home/eclipse/features/org.eclipse.pde/build.xml:20: The following
 error occurred while executing this line:
 /mnt/lfs/home/eclipse/plugins/org.eclipse.pde.build/build.xm l:192: The
 following error occurred while executing this line:
 /mnt/lfs/home/eclipse/plugins/org.eclipse.pde.build/build.xm l:103: Compile
 failed; see the compiler error output for details.
 
 Total time: 26 minutes 25 seconds
 
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/SimpleLookupTable.cla ss - #351]
 [javac] [completed
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SimpleLookupTable.java
 - #318/322]
 [javac] [analyzing
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SimpleNameVector.java
 - #319/322]
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/SimpleNameVector.clas s - #352]
 [javac] [completed
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SimpleNameVector.java
 - #319/322]
 [javac] [analyzing
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SimpleSet.java
 - #320/322]
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/SimpleSet.class - #353]
 [javac] [completed
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SimpleSet.java
 - #320/322]
 [javac] [analyzing
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SuffixConstants.java
 - #321/322]
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/SuffixConstants.class - #354]
 [javac] [completed
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/SuffixConstants.java
 - #321/322]
 [javac] [analyzing
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/Util.java
 - #322/322]
 [javac] [reading    java/io/FileInputStream.class]
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/Util$1.class - #355]
 [javac] [writing
 org/eclipse/jdt/internal/compiler/util/Util$Displayable.clas s - #356]
 [javac] [writing    org/eclipse/jdt/internal/compiler/util/Util.class
 - #357]
 [javac] [completed
 /mnt/lfs/home/eclipse/jdtcoresrc/src/org/eclipse/jdt/interna l/compiler/util/Util.java
 - #322/322]
 [javac] [322 units compiled]
 [javac] [357 .class files generated]
 at  org.apache.tools.ant.Project.executeTargets(Project.java:106 8)
 at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
 at  org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget. java:107)
 at  org.apache.tools.ant.UnknownElement.execute(UnknownElement.j ava:275)
 at org.apache.tools.ant.Task.perform(Task.java:364)
 at org.apache.tools.ant.Target.execute(Target.java:341)
 at org.apache.tools.ant.Target.performTasks(Target.java:369)
 at  org.apache.tools.ant.Project.executeSortedTargets(Project.ja va:1216)
 at  org.apache.tools.ant.Project.executeTarget(Project.java:1185 )
 at
 org.apache.tools.ant.helper.DefaultExecutor.executeTargets(D efaultExecutor.java:40)
 at  org.apache.tools.ant.Project.executeTargets(Project.java:106 8)
 at org.apache.tools.ant.Main.runBuild(Main.java:668)
 at org.apache.tools.ant.Main.startAnt(Main.java:187)
 at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
 at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
 |  |  |  | 
Powered by 
FUDForum. Page generated in 0.07430 seconds