RSS/Atom feed Twitter
Site is read-only, email is disabled

PerfECT code repository

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

PerfECT code repository Henrik Akesson 11 Jul 08:14
  PerfECT code repository Martin Nordholts 14 Jul 10:11
   PerfECT code repository Henrik Akesson 15 Jul 21:48
Henrik Akesson
2009-07-11 08:14:48 UTC (over 15 years ago)

PerfECT code repository

Hi,

There are for the moment some discussion as to wheter the code I've produced should be in the main gimp project or in a separate one.

However, at this point, I feel that it should be under some version control system, for ease of sharing and security. Thus, I've commited it to the following google code site: http://code.google.com/p/perfekt/
(the name perfect was already taken)

I will of course move it, if necessary, according to the descision taken (when it is taken).

Best regards,

Henrik

Martin Nordholts
2009-07-14 10:11:29 UTC (over 15 years ago)

PerfECT code repository

On 07/11/2009 08:14 AM, Henrik Akesson wrote:

Hi,

There are for the moment some discussion as to wheter the code I've produced should be in the main gimp project or in a separate one.

However, at this point, I feel that it should be under some version control system, for ease of sharing and security. Thus, I've commited it to the following google code site: http://code.google.com/p/perfekt/
(the name perfect was already taken)

Hi Henrik

Could you give rough step-by-steps on how to run this please?

BR, Martin

Henrik Akesson
2009-07-15 21:48:49 UTC (over 15 years ago)

PerfECT code repository

Hi,

My excuses for the delay. I decided to test the project build and setup on a second platform and found some problems: - Arrays.copyOf is only java 1.6 and I want to keep the compatability with java 1.5
- servlet-api.jar mistakenly included in war file (only necessary at build-time) - ant build errors
- etc...

these have been fixed and I've created a wiki page with the instructions:

http://code.google.com/p/perfekt/wiki/InstallationAndSetup

You'll also need to read:

http://code.google.com/p/perfekt/issues/detail?id=1

Regards,

Henrik

2009/7/14 Martin Nordholts :

On 07/11/2009 08:14 AM, Henrik Akesson wrote:

Hi,

There are for the moment some discussion as to wheter the code I've produced should be in the main gimp project or in a separate one.

However, at this point, I feel that it should be under some version control system, for ease of sharing and security. Thus, I've commited it to the following google code site: http://code.google.com/p/perfekt/
(the name perfect was already taken)

Hi Henrik

Could you give rough step-by-steps on how to run this please?

BR, Martin