My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 30, 2009
    BasicHowToBuild Wiki page commented on by ludovic.champenois   -   @timezra: yep, you are correct, the sol10 gtk x86 also works fine with OpenSolaris!!! Great
    @timezra: yep, you are correct, the sol10 gtk x86 also works fine with OpenSolaris!!! Great
  • Sep 29, 2009
    BasicHowToBuild Wiki page commented on by timezra   -   Hi Ludovic, Have you tried the official solaris-gtk-x86 distribution from eclipse.org. It should work with opensolaris as well. Let me know if this is or is not the case. Thanks!
    Hi Ludovic, Have you tried the official solaris-gtk-x86 distribution from eclipse.org. It should work with opensolaris as well. Let me know if this is or is not the case. Thanks!
  • Sep 29, 2009
    BasicHowToBuild Wiki page commented on by ludovic.champenois   -   Hi, Any status for Eclipse 3.5.x on opensolaris? Thanks!
    Hi, Any status for Eclipse 3.5.x on opensolaris? Thanks!
  • Apr 07, 2009
    issue 8 (Errors out while building Unable to access jarfile) Status changed by timezra   -  
    Status: WontFix
    Status: WontFix
  • Apr 07, 2009
    issue 8 (Errors out while building Unable to access jarfile) commented on by kiran.puttur   -   I have SUNWgnome-common-devel installed, but looks like make is screwed up. Anyhow you can close this issue, as I moved to Ubuntu + Eclipse Thanks Kiran
    I have SUNWgnome-common-devel installed, but looks like make is screwed up. Anyhow you can close this issue, as I moved to Ubuntu + Eclipse Thanks Kiran
  • Apr 07, 2009
    issue 8 (Errors out while building Unable to access jarfile) commented on by timezra   -   Do you have SUNWgnome-common-devel installed and is make on your path? For example, what is the output when you type "which make"? It sounds like you might be missing some build dependencies. ---Tim---
    Do you have SUNWgnome-common-devel installed and is make on your path? For example, what is the output when you type "which make"? It sounds like you might be missing some build dependencies. ---Tim---
  • Apr 07, 2009
    issue 8 (Errors out while building Unable to access jarfile) reported by kiran.puttur   -   What steps will reproduce the problem? 1. Made sure all dependencies installed 2. PATH is set 3. followed the instruction What is the expected output? What do you see instead? ./solipse_build.sh: make: not found cp: cannot access liblocalfile_1_0_0.so mv: cannot access ./plugins/org.eclipse.update.core.solaris/os/linux Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Unable to access jarfile eclipse/plugins/org.eclipse.equinox.launcher_*.jar Unable to access jarfile eclipse/plugins/org.eclipse.equinox.launcher_*.jar What version of the product are you using? On what operating system? Current Version Please provide any additional information below. it complains make is not found ? Additonal Info bash-3.00# echo $PATH /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/opt/SUNWspro:/usr/sfw/bin
    What steps will reproduce the problem? 1. Made sure all dependencies installed 2. PATH is set 3. followed the instruction What is the expected output? What do you see instead? ./solipse_build.sh: make: not found cp: cannot access liblocalfile_1_0_0.so mv: cannot access ./plugins/org.eclipse.update.core.solaris/os/linux Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Caused by: java.lang.ClassNotFoundException: org.apache.tools.ant.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) Could not find the main class: org.apache.tools.ant.Main. Program will exit. Unable to access jarfile eclipse/plugins/org.eclipse.equinox.launcher_*.jar Unable to access jarfile eclipse/plugins/org.eclipse.equinox.launcher_*.jar What version of the product are you using? On what operating system? Current Version Please provide any additional information below. it complains make is not found ? Additonal Info bash-3.00# echo $PATH /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/opt/SUNWspro:/usr/sfw/bin
  • Mar 11, 2009
    issue 2 (Add xulrunner support to eclipse solaris-gtk-x86) commented on by timezra   -   I have recently picked this up again and have been tinkering. As far as a concrete plan goes, I have not set a timeline for it. As far as I can tell, this would require a complete compile. It might be distributable as a patch or update, but I have the feeling that might be more difficult or tedious than I would be willing to figure out. Thanks for the feedback! ---Tim---
    I have recently picked this up again and have been tinkering. As far as a concrete plan goes, I have not set a timeline for it. As far as I can tell, this would require a complete compile. It might be distributable as a patch or update, but I have the feeling that might be more difficult or tedious than I would be willing to figure out. Thanks for the feedback! ---Tim---
  • Mar 11, 2009
    issue 2 (Add xulrunner support to eclipse solaris-gtk-x86) commented on by icarusdb   -   guys is there a plan to put this out ? like an update from solipse site or I have to recompile everything again ?
    guys is there a plan to put this out ? like an update from solipse site or I have to recompile everything again ?
  • Mar 10, 2009
    issue 4 (Compile errors: javax.crypto and PBEKeySpec cannot be resolv...) Status changed by timezra   -   Hi Brandon, Thanks for the feedback and glad it worked. ---Tim---
    Status: Fixed
    Hi Brandon, Thanks for the feedback and glad it worked. ---Tim---
    Status: Fixed
  • Mar 10, 2009
    issue 4 (Compile errors: javax.crypto and PBEKeySpec cannot be resolv...) commented on by Brandon.Barker   -   Hi, I just wanted to note I also had the same issue, and this method resolved it. Thanks for the build tools!
    Hi, I just wanted to note I also had the same issue, and this method resolved it. Thanks for the build tools!
  • Mar 06, 2009
    BasicHowToBuild Wiki page edited by timezra
  • Mar 06, 2009
    r33 (Slight upgrade of eclipse version number and launcher compil...) committed by timezra   -   Slight upgrade of eclipse version number and launcher compilation for the eclipse 3.4.2 release.
    Slight upgrade of eclipse version number and launcher compilation for the eclipse 3.4.2 release.

Older

  • Dec 19, 2008
    r32 (Replaced -shared flag with -G for update library compilation...) committed by timezra   -   Replaced -shared flag with -G for update library compilation.
    Replaced -shared flag with -G for update library compilation.
  • Oct 30, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Oct 30, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Oct 30, 2008
    r29 (Updated for Eclipse 3.4.1 build. ) committed by timezra   -   Updated for Eclipse 3.4.1 build.
    Updated for Eclipse 3.4.1 build.
  • Oct 25, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Oct 25, 2008
    issue 7 (Create Binary Package?) Status changed by timezra   -   Unfortunately, Google Code only allows 20MB file uploads and has a max 100 MB capacity for files. Eclipse distros tend to be well over 20MB, and the SDK tends to be around or more than 100MB, so until Google ups their limits, this particular request cannot be accomodated. As for Eclipse 3.4.1, I tried building it this weekend and the build fails after 6 minutes or so, probably because of some classpath issue (20000+ compiler errors, with java.lang.Object not recognized). I will give 3.4.1 a few more shots and see what I come up with. Fortunately, I also found and fixed a bug in the way we were provisioning the SDKProfile with P2, so the P2 update manager should work better and you may be able to upgrade your Eclipse version with that. Let me know if you have any comments or questions. Thanks. ----Tim-----
    Status: WontFix
    Unfortunately, Google Code only allows 20MB file uploads and has a max 100 MB capacity for files. Eclipse distros tend to be well over 20MB, and the SDK tends to be around or more than 100MB, so until Google ups their limits, this particular request cannot be accomodated. As for Eclipse 3.4.1, I tried building it this weekend and the build fails after 6 minutes or so, probably because of some classpath issue (20000+ compiler errors, with java.lang.Object not recognized). I will give 3.4.1 a few more shots and see what I come up with. Fortunately, I also found and fixed a bug in the way we were provisioning the SDKProfile with P2, so the P2 update manager should work better and you may be able to upgrade your Eclipse version with that. Let me know if you have any comments or questions. Thanks. ----Tim-----
    Status: WontFix
  • Oct 25, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Oct 25, 2008
    r26 (Adding files formerly in the downloads area. ) committed by timezra   -   Adding files formerly in the downloads area.
    Adding files formerly in the downloads area.
  • Oct 25, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Oct 25, 2008
    r24 (Adding the solipse build script to source control. ) committed by timezra   -   Adding the solipse build script to source control.
    Adding the solipse build script to source control.
  • Oct 03, 2008
    issue 7 (Create Binary Package?) commented on by timezra   -   For now, the binary distribution is located here: http://www.calendarian.net/tim/ As far as 3.4.1 goes, we have not yet tried building with this version. If you give it a try, please let us know if it works! ------Tim------
    For now, the binary distribution is located here: http://www.calendarian.net/tim/ As far as 3.4.1 goes, we have not yet tried building with this version. If you give it a try, please let us know if it works! ------Tim------
  • Oct 01, 2008
    issue 7 (Create Binary Package?) reported by athlonrob   -   Can you create and provide binary packages? Does the script work for the 3.4.1 release's source code?
    Can you create and provide binary packages? Does the script work for the 3.4.1 release's source code?
  • Aug 13, 2008
    issue 3 (Build can only be run once.) Labels changed by hugo.a.garcia   -  
    Labels: Priority-Low Priority-Medium
    Labels: Priority-Low Priority-Medium
  • Aug 13, 2008
    TesterPage (One-sentence summary of this page.) Wiki page added by hugo.a.garcia
  • Aug 11, 2008
    BasicHowToBuild Wiki page edited by hugo.a.garcia
  • Aug 08, 2008
    issue 4 (Compile errors: javax.crypto and PBEKeySpec cannot be resolv...) Status changed by timezra   -   It definitely looks like there is something going on with the way the build.properties file is being formed by the script. It appears the library classpaths are being built up first by concatenating your various java *.jar libraries multiple times in succession, and then by concatenating all Hugo's *.jar libraries. Very, very odd. For now, I would say this: Comment out these three lines from the solipse_build_with_p2.sh script (used to set the build.properties): perl -pi -e 's~J2SE-1\.4=~J2SE-1\.4=$ENV{J2SE14}/jre/lib/rt.jar:$ENV{J2SE14}/jre/lib/ jsse.jar:$ENV{J2SE14}/jre/lib/jce.jar~' ./build.properties perl -pi -e 's~J2SE-1\.5=~J2SE-1\.5=$ENV{J2SE15}/jre/lib/rt.jar:$ENV{J2SE15}/jre/lib/ jsse.jar:$ENV{J2SE15}/jre/lib/jce.jar~' ./build.properties perl -pi -e 's~JavaSE-1\.6=~JavaSE-1\.6=$ENV{JavaSE16}/jre/lib/rt.jar:$ENV{JavaSE16}/ jre/lib/jsse.jar:$ENV{JavaSE16}/jre/lib/jce.jar~' ./build.properties Put the attached build.properties file in your root build directory. This file assumes the following JDK locations: J2SE-1.4=/usr/jdk/j2sdk1.4.2_18 J2SE-1.5=/usr/jdk/jdk1.5.0_16 JavaSE-1.6=/usr/jdk/jdk1.6.0_07 Please revise it accordingly if your locations are different. I hope this helps! -----Tim------
    Status: Accepted
    It definitely looks like there is something going on with the way the build.properties file is being formed by the script. It appears the library classpaths are being built up first by concatenating your various java *.jar libraries multiple times in succession, and then by concatenating all Hugo's *.jar libraries. Very, very odd. For now, I would say this: Comment out these three lines from the solipse_build_with_p2.sh script (used to set the build.properties): perl -pi -e 's~J2SE-1\.4=~J2SE-1\.4=$ENV{J2SE14}/jre/lib/rt.jar:$ENV{J2SE14}/jre/lib/ jsse.jar:$ENV{J2SE14}/jre/lib/jce.jar~' ./build.properties perl -pi -e 's~J2SE-1\.5=~J2SE-1\.5=$ENV{J2SE15}/jre/lib/rt.jar:$ENV{J2SE15}/jre/lib/ jsse.jar:$ENV{J2SE15}/jre/lib/jce.jar~' ./build.properties perl -pi -e 's~JavaSE-1\.6=~JavaSE-1\.6=$ENV{JavaSE16}/jre/lib/rt.jar:$ENV{JavaSE16}/ jre/lib/jsse.jar:$ENV{JavaSE16}/jre/lib/jce.jar~' ./build.properties Put the attached build.properties file in your root build directory. This file assumes the following JDK locations: J2SE-1.4=/usr/jdk/j2sdk1.4.2_18 J2SE-1.5=/usr/jdk/jdk1.5.0_16 JavaSE-1.6=/usr/jdk/jdk1.6.0_07 Please revise it accordingly if your locations are different. I hope this helps! -----Tim------
    Status: Accepted
  • Aug 08, 2008
    issue 4 (Compile errors: javax.crypto and PBEKeySpec cannot be resolv...) commented on by mycelitiva   -   jce.jar is in all of my Java directories. My build.properties file looks like: J2SE-1.4=/usr/jdk/j2sdk1.4.2_18/jre/lib/rt.jar:/usr/jdk/j2sdk1.4.2_18/jre/lib/jsse.jar:/usr/jdk/j2sdk1.4.2_18/jre/lib/jce.jar/usr/jdk/1.4.2_18/jre/lib/rt.jar:/usr/jdk/1.4.2_18/jre/lib/jsse.jar:/usr/jdk/1.4.2_18/jre/lib/jce.jar/usr/jdk/1.4.2_18/jre/lib/rt.jar:/usr/jdk/1.4.2_18/jre/lib/jsse.jar:/usr/jdk/1.4.2_18/jre/lib/jce.jar/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/rt.jar:/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/jsse.jar:/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/jce.jar J2SE-1.5=/usr/jdk/jdk1.5.0_16/jre/lib/rt.jar:/usr/jdk/jdk1.5.0_16/jre/lib/jsse.jar:/usr/jdk/jdk1.5.0_16/jre/lib/jce.jar/usr/jdk/1.5.0_16/jre/lib/rt.jar:/usr/jdk/1.5.0_16/jre/lib/jsse.jar:/usr/jdk/1.5.0_16/jre/lib/jce.jar/usr/jdk/1.5.0_16/jre/lib/rt.jar:/usr/jdk/1.5.0_16/jre/lib/jsse.jar:/usr/jdk/1.5.0_16/jre/lib/jce.jar/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/rt.jar:/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/jsse.jar:/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/jce.jar JavaSE-1.6=/usr/jdk/jdk1.6.0_07/jre/lib/rt.jar:/usr/jdk/jdk1.6.0_07/jre/lib/jsse.jar:/usr/jdk/jdk1.6.0_07/jre/lib/jce.jar/usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar/usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/rt.jar:/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/jsse.jar:/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/jce.jar One thing i notices is there is a lack of a colon after the jce.jar in each line. If i modified this file and tried the build again do you think it would work? -Nick
    jce.jar is in all of my Java directories. My build.properties file looks like: J2SE-1.4=/usr/jdk/j2sdk1.4.2_18/jre/lib/rt.jar:/usr/jdk/j2sdk1.4.2_18/jre/lib/jsse.jar:/usr/jdk/j2sdk1.4.2_18/jre/lib/jce.jar/usr/jdk/1.4.2_18/jre/lib/rt.jar:/usr/jdk/1.4.2_18/jre/lib/jsse.jar:/usr/jdk/1.4.2_18/jre/lib/jce.jar/usr/jdk/1.4.2_18/jre/lib/rt.jar:/usr/jdk/1.4.2_18/jre/lib/jsse.jar:/usr/jdk/1.4.2_18/jre/lib/jce.jar/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/rt.jar:/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/jsse.jar:/export/home/hgarcia/java32/j2sdk1.4.2_17/jre/lib/jce.jar J2SE-1.5=/usr/jdk/jdk1.5.0_16/jre/lib/rt.jar:/usr/jdk/jdk1.5.0_16/jre/lib/jsse.jar:/usr/jdk/jdk1.5.0_16/jre/lib/jce.jar/usr/jdk/1.5.0_16/jre/lib/rt.jar:/usr/jdk/1.5.0_16/jre/lib/jsse.jar:/usr/jdk/1.5.0_16/jre/lib/jce.jar/usr/jdk/1.5.0_16/jre/lib/rt.jar:/usr/jdk/1.5.0_16/jre/lib/jsse.jar:/usr/jdk/1.5.0_16/jre/lib/jce.jar/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/rt.jar:/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/jsse.jar:/export/home/hgarcia/java32/jdk1.5.0_15/jre/lib/jce.jar JavaSE-1.6=/usr/jdk/jdk1.6.0_07/jre/lib/rt.jar:/usr/jdk/jdk1.6.0_07/jre/lib/jsse.jar:/usr/jdk/jdk1.6.0_07/jre/lib/jce.jar/usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar/usr/jdk/instances/jdk1.6.0/jre/lib/rt.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jsse.jar:/usr/jdk/instances/jdk1.6.0/jre/lib/jce.jar/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/rt.jar:/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/jsse.jar:/export/home/hgarcia/java32/jdk1.6.0_10/jre/lib/jce.jar One thing i notices is there is a lack of a colon after the jce.jar in each line. If i modified this file and tried the build again do you think it would work? -Nick
  • Aug 06, 2008
    issue 6 (I'm not able to install the PDT.) Status changed by timezra   -   Please take a look here: http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclipse3.4-ganymede You cannot install PDT from the update site for Ganymede (it is version 1.0). You need to install a PDT 2.0 Integration build for Ganymede.
    Status: Invalid
    Please take a look here: http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclipse3.4-ganymede You cannot install PDT from the update site for Ganymede (it is version 1.0). You need to install a PDT 2.0 Integration build for Ganymede.
    Status: Invalid
  • Aug 06, 2008
    issue 5 (Update not working) commented on by timezra   -   Please take a look here: http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclipse3.4-ganymede You cannot install PDT from the update site for Ganymede (it is version 1.0). You need to install a PDT 2.0 Integration build for Ganymede.
    Please take a look here: http://www.howtoforge.com/setting-up-eclipse-pdt2.0-on-eclipse3.4-ganymede You cannot install PDT from the update site for Ganymede (it is version 1.0). You need to install a PDT 2.0 Integration build for Ganymede.
  • Aug 06, 2008
    issue 5 (Update not working) commented on by timezra   -   Moved the PDT bug to a separate Issue.
    Moved the PDT bug to a separate Issue.
  • Aug 06, 2008
    issue 6 (I'm not able to install the PDT.) reported by timezra   -   What version of the product are you using? On what operating system? eclipse 3.4 OpenSolaris 2008.05 I'm not able to install the PDT.
    What version of the product are you using? On what operating system? eclipse 3.4 OpenSolaris 2008.05 I'm not able to install the PDT.
  • Aug 06, 2008
    issue 4 (Compile errors: javax.crypto and PBEKeySpec cannot be resolv...) commented on by timezra   -   First, thanks very much for the compilelogs. This is very interesting. Could you verify whether you have any of the following jars: $J2SE15/jre/lib/jce.jar $J2SE14/jre/lib/jce.jar $JavaSE16/jre/lib/jce.jar The javax.crypto packages should be in there. These jars should be included on your classpath because they are entered in the ./build.properties file. Could you also verify whether these jars are included in the ./build.properties file after you run the script? Thanks. ----------Tim---------- ----Tim----
    First, thanks very much for the compilelogs. This is very interesting. Could you verify whether you have any of the following jars: $J2SE15/jre/lib/jce.jar $J2SE14/jre/lib/jce.jar $JavaSE16/jre/lib/jce.jar The javax.crypto packages should be in there. These jars should be included on your classpath because they are entered in the ./build.properties file. Could you also verify whether these jars are included in the ./build.properties file after you run the script? Thanks. ----------Tim---------- ----Tim----
  • Aug 06, 2008
    issue 5 (Update not working) changed by timezra   -   The PDT issue is separate. I have a feeling it is related to not having embedded browser support, but that is just a guess. As for the Update Manager, you now have a few options: 1. Window -> Preferences -> Capabilities -> Use Old Update Manager will disable p2 support. 2. There is a new solipse_build_with_p2.sh script that builds a p2-provisioned version of eclipse in the eclipse-provisioned build directory. 3. On your existing solaris-gtk-x86 distribution, you can follow the instructions posted by Chewi at the end of this blog entry: http://timezra.blogspot.com/2008/06/solipse-for-building-eclipse-on-solaris.html
    Status: Fixed
    Owner: timezra
    The PDT issue is separate. I have a feeling it is related to not having embedded browser support, but that is just a guess. As for the Update Manager, you now have a few options: 1. Window -> Preferences -> Capabilities -> Use Old Update Manager will disable p2 support. 2. There is a new solipse_build_with_p2.sh script that builds a p2-provisioned version of eclipse in the eclipse-provisioned build directory. 3. On your existing solaris-gtk-x86 distribution, you can follow the instructions posted by Chewi at the end of this blog entry: http://timezra.blogspot.com/2008/06/solipse-for-building-eclipse-on-solaris.html
    Status: Fixed
    Owner: timezra
  • Aug 06, 2008
    issue 1 (Build p2-enabled eclipse 3.4RC4 for solaris-gtk-x86) Status changed by timezra   -   There is now a solipse_build_with_p2.sh that builds the solaris distribution with an SDKProfile, so p2 is provisioned and works. Unfortunately, because solipse_build.sh is part of the project's history because it has been downloaded a number of times, I could not replace its contents with the new contents. The solipse_build.sh script has been deprecated and solipse_build_with_p2.sh should be used instead. --------Tim--------
    Status: Fixed
    There is now a solipse_build_with_p2.sh that builds the solaris distribution with an SDKProfile, so p2 is provisioned and works. Unfortunately, because solipse_build.sh is part of the project's history because it has been downloaded a number of times, I could not replace its contents with the new contents. The solipse_build.sh script has been deprecated and solipse_build_with_p2.sh should be used instead. --------Tim--------
    Status: Fixed
  • Aug 06, 2008
    Backlog Wiki page edited by timezra
  • Aug 05, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Aug 05, 2008
    BasicHowToBuild Wiki page edited by timezra
  • Aug 05, 2008
    Backlog (One-sentence summary of this page.) Wiki page edited by timezra
  • Aug 05, 2008
    Backlog (One-sentence summary of this page.) Wiki page edited by timezra
  • Aug 05, 2008
    Backlog (One-sentence summary of this page.) Wiki page added by timezra
  • Aug 05, 2008
    issue 1 (Build p2-enabled eclipse 3.4RC4 for solaris-gtk-x86) commented on by timezra   -   See comment from Chewi about setting up a p2 SDKProfile here: http://timezra.blogspot.com/2008/06/solipse-for-building-eclipse-on-solaris.html
    See comment from Chewi about setting up a p2 SDKProfile here: http://timezra.blogspot.com/2008/06/solipse-for-building-eclipse-on-solaris.html
 
Hosted by Google Code