Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-swt-dev] Eclipse HPUX 64bit porting changes submission. - Build Error

HI Bogdan,
 
I have explicitly set the classpath :
 
The following is the classpath path set before calling the ant script .
 
+ CLASSPATH=/opt/java6/jre/lib/rt.jar:/space/64biteclipse_gtk/eclipse_3_5M1/ecj.jar:/opt/java6/jre/lib/rt.jar:/opt/java6/jre/lib:

ant -q -buildfile build.xml -DinstallOs=hpux -DinstallWs=motif -DinstallArch=ia64_32 -propertyfile build.properties
 
Do we need to set in any other file ?
 
Thanks
gowri
 


From: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Bogdan Gheorghe
Sent: Monday, September 08, 2008 8:27 PM
To: Eclipse Platform SWT component developers list.
Cc: Eclipse Platform SWT component developers list.; platform-swt-dev-bounces@xxxxxxxxxxx
Subject: RE: [platform-swt-dev] Eclipse HPUX 64bit porting changes submission. - Build Error


Hi Gowri -

You get that error if you don't have rt.jar (from your JRE) on your classpath.

Regards,
Bogdan




"Kandasamy, GowriSharmi" <gowrisharmi.kandasamy@xxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/08/2008 06:32 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
RE: [platform-swt-dev] Eclipse HPUX 64bit porting changes        submission. - Build Error





Hi ,
 
With 3.4 IA 32bit motif , I am hitting build error. This is already supported and binaries are posted in eclipse.org.  I don't see this issue with 3.3.2 build. Is there any additional configuration changes required for 3.4 build? Attached the complete compilerlog. Could someone help me?
 
 
Thanks
Gowri
 
 
init:
 
@dot:
   [mkdir] Created dir: /store/eclipse/3_4_source/plugins/org.eclipse.equinox.l
auncher/temp.folder/@dot.bin
   [javac] Compiling 5 source files to /store/eclipse/3_4_source/plugins/org.ec
lipse.equinox.launcher/temp.folder/@dot.bin
   [javac] ----------
   [javac] 1. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.la
uncher/src/org/eclipse/core/launcher/Main.java (at line 1)
   [javac]     /***************************************************************
****************
   [javac]     ^
   [javac] The type java.lang.Object cannot be resolved. It is indirectly refer
enced from required .class files
   [javac] ----------
   [javac] 2. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.la
uncher/src/org/eclipse/core/launcher/Main.java (at line 23)
   [javac]     public class Main {

...
 
  [javac] 259. ERROR in /store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/WebStartMain.java (at line 249)
   [javac]     StringBuffer finalBundleList = new StringBuffer(allBundles.size() * 30);
   [javac]     ^^^^^^^^^^^^
   [javac] StringBuffer cannot be resolved to a type
   [javac] ----------
   [javac] 259 problems (259 errors)

 
BUILD FAILED
/store/eclipse/3_4_source/build.xml:68: The following error occurred while executing this line:
/store/eclipse/3_4_source/build.xml:8: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:39: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.sdk/build.xml:17: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:341: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.platform/build.xml:327: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:95: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.help/build.xml:82: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:314: The following error occurred while executing this line:
/store/eclipse/3_4_source/features/org.eclipse.rcp/build.xml:15: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:137: The following error occurred while executing this line:
/store/eclipse/3_4_source/plugins/org.eclipse.equinox.launcher/build.xml:95: Compile failed; see the compiler error output for details.

 
Total time: 14 seconds
#




From: platform-swt-dev-bounces@xxxxxxxxxxx [mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of Steve Northover
Sent:
Friday, August 29, 2008 12:20 AM
To:
Eclipse Platform SWT component developers list.
Subject:
Re: [platform-swt-dev] Eclipse HPUX 64bit porting changes submission.



Eclipse 3.5 would be good.  Please create a bug report and attach your changes.  Thanks!



"Kandasamy, GowriSharmi" <gowrisharmi.kandasamy@xxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

08/28/2008 09:10 AM

Please respond to
"Eclipse Platform SWT component developers list."        <platform-swt-dev@xxxxxxxxxxx>


To
"platform-swt-dev@xxxxxxxxxxx" <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Eclipse HPUX 64bit porting changes submission.







Hi ,

I would like to submit the changes for the eclipse 64bit  gtk port on HP_UX . I would like to know the version were these changes could go in  . 3.4 or 3.5 ?

Thanks
Gowri
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top