[PC-BSD Testing] [SPAM] Re:Re: PBI - eclipse
Fabrizio Parrella
fabrizio at bibivu.com
Fri Jul 23 09:01:29 PDT 2010
those changes to the eclipse.ini also made a big change on the way that
eclipse runs (memory management, no more "java heap size" errors):
just append:
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m
If we keep adding plugins, we can increase the Xmx256m to be Xmx512m (I
already set that to 512 on my own installation)
Fabry
On 07/23/2010 11:33, Fabrizio Parrella wrote:
> I do not know of any extra settings, but playing with eclipse I also
> find out a few problems:
> - subeclipse and subversive are incompatible... one or the other
> - subversive included in the PBI (beta 1.6.2.0) doesn't work. it
> crashed eclipse at opening or after a few minutes of working and
> doesn't allow to commit/update and locks the project. The 1.5.x that
> is included is not compatible with most and the new SVN servers
> - I never used subeclipse, so not sure if that would be a better
> solution.
>
> I was able to make it work by manually copying the SVN connectors that
> I had on my 3.4 eclipse, those are the ones that I download via the
> eclipse download and not installing them via ports.
>
> Those are the files that I copied.installed (in case may help someone
> that knows a bit more than me about eclipse):
>
> -rw-r--r-- 919K org.eclipse.team.svn.core_0.7.9.I20100512-1900.jar
> -rw-r--r-- 8M org.eclipse.team.svn.help_0.7.9.I20100512-1900.jar
> -rw-r--r-- 11K
> org.eclipse.team.svn.resource.ignore.rules.jdt_0.7.9.I20100512-1900.jar
> -rw-r--r-- 2.4M org.eclipse.team.svn.ui_0.7.9.I20100512-1900.jar
> -rw-r--r-- 17K org.eclipse.team.svn_0.7.9.I20100512-1900.jar
> -rw-r--r-- 171K
> org.polarion.eclipse.team.svn.connector.javahl16_2.2.2.I20100512-1900.jar
> -rw-r--r-- 3.6M
> org.polarion.eclipse.team.svn.connector.svnkit16_2.2.2.I20100512-1900.jar
> -rw-r--r-- 4.1K
> org.polarion.eclipse.team.svn.connector_2.2.2.I20100512-1900.jar
>
>
> On 07/23/2010 10:33, Kris Moore wrote:
>> On 07/22/2010 17:31, Fabrizio Parrella wrote:
>>> Sorry, those are the correct ones:
>>>
>>>
>>> mv /Programs/Eclipse/eclipse/* /Programs/Eclipse/lib/eclipse/
>>> mv /Programs/Eclipse/eclipse/features/*
>>> /Programs/Eclipse/lib/eclipse/features/
>>> mv /Programs/Eclipse/eclipse/plugins/*
>>> /Programs/Eclipse/lib/eclipse/plugins/
>>>
>>>
>>>
>>> On 07/22/2010 16:56, Fabrizio Parrella wrote:
>>>> I got it to work, but it needs to be fixed. here what I executed
>>>> (while eclipse was down):
>>>>
>>>> mv /Programs/Eclipse/eclipse/* /Programs/Eclipse/lib/
>>>> mv /Programs/Eclipse/eclipse/features/*
>>>> /Programs/Eclipse/lib/features/
>>>> mv /Programs/Eclipse/eclipse/plugins/* /Programs/Eclipse/lib/plugins/
>>>>
>>>> Next restart will take quite awhile, but it works.
>>>>
>>>> Does anyone knows some SFTP extension that allows you to upload a
>>>> file or folder at the time at saving? I am using ESFTP, but every
>>>> time I need to reinstall it as it is not a port.
>>>>
>>>> Thank you
>>>>
>>>> Fabry
>>>>
>>
>> This sounds like a problem with the eclipse port? Is this something
>> we should report to the port maintainer first? I can adjust the PBI
>> to do those moves automatically, but if the port suffers from the
>> same issue we should get it fixed on that end instead I think.
>>
>> (Also, do you know if there is some env variable that should be set
>> to pick up the plugins / features in the default dirs instead?)
>>
>>
> _______________________________________________
> Testing mailing list
> Testing at lists.pcbsd.org
> http://lists.pcbsd.org/mailman/listinfo/testing
More information about the Testing
mailing list