[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Get error while doing Eclipse Source Build for HPUX IA64

Hi

I'm using this newsgroup for the first time. If this is not the correct location for this question, pls point me to it.

I followed the steps mentioned at http://download.eclipse.org/eclipse/downloads/drops/R-3.2-200606291905/srcIncludedBuildInstructions.html,
for doing an Eclipse source build for HP UX IA64. I took eclipse-sourceBuild-srcIncluded-3.2.zip, and unzipped it on HP UX box. When I run the following command:


/build -os hpux -ws motif -arch ia64_32 -java5home /opt/java1.5


I get the following errors:

   [javac] [total 9109ms]
    [echo] UPDATE ecj.jar

BUILD SUCCESSFUL
Total time: 16 seconds
    [echo] TARGET: compiler2
    [echo] compilerArg -encoding ISO-8859-1
    [echo] build compiler org.eclipse.jdt.core.JDTCompilerAdapter

BUILD FAILED
/home/kumarvir/BuildEclipseFromSrc/jdtcoresrc/compilejdtcore.xml:47: Compiler Adapter 'org.eclipse.jdt.core.JDTCompilerAdapter' can't be found.


Total time: 1 second

BUILD FAILED
/home/kumarvir/BuildEclipseFromSrc/build.xml:279: The Eclipse compiler (ecj.jar)
cannot be found.





Any clues would be helpful.