Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Building the SDK (and removing refresh.xml use)

But after that I get constant OutOfMemory errors and eclipse is crashing all the time.
In my eclipse.ini, I have these memory settings:
-Xmx768m
and 
--launcher.XXMaxPermSize
256m

I worked for me (after your changes). I have the following:

-Xmx1024m

I am uploading the result to http://udig.refractions.net/download/unstable/ for you to try out! 

We have two tests we need to do for the SDK to be good:
1) The SDK Quickstart tutorial
2) The Custom App tutorial

Let me know if it works for you? If so we can move it into the main directory.
If I increase any of them (and pass 1g in total) I cannot start eclipse at all (error: Failed to create JVM).
I'm using Windows XP (normally I use Debian but that pc Is not available right now) and have 3G of memory

Any advice?
Or if somebody could build build an SDK and upload it, I'd be grateful
I have done a couple of things:
1) Only use pom-lib.xml to download jars now
2) pom-lib.xml copies the source into net.refractions.udig.libs.source
3) migrated pom-lib.xml over to the eu.udig.lib.teradata plugin (and added enough <provided> entries that it only downloads the one jar we need)
4) refresh.xml still exists; only to download the tools.jar for moovida

I will push that up to master so you can try the changes.
Jody


Back to the top