[Kaffe][Maven] build.compiler property

2004-12-16 Thread Stefan Bodewig
Hi, it seems as if the build.compiler property doesn't get propagated from the workspace to Maven's build.properties. Before I dive into Gump's Python code in order to fix that, I'd like to know whether Brett/Eric think it would work. Will the Maven javac plugin (sorry if my terminology is

[jira] Resolved: (GUMP-86) Install/use Jikes with Kaffe, not their default compiler.

2004-12-16 Thread Davanum Srinivas (JIRA)
[ http://nagoya.apache.org/jira/browse/GUMP-86?page=history ] Davanum Srinivas resolved GUMP-86: -- Resolution: Fixed looks like this is fixed. thanks, dims Install/use Jikes with Kaffe, not their default compiler.

Gump descriptors for Directory projects

2004-12-16 Thread Davanum Srinivas
Niclas, Can you please move the gump descriptors to the CVS gump module? Am having trouble with several of them. (For example, http://brutus.apache.org/gump/kaffe/directory-ldap/ldap-snacc-provider/index.html). Makes it easier for us to maintain it. Thanks, dims -- Davanum Srinivas -

Re: [Kaffe][Maven] build.compiler property

2004-12-16 Thread Stefan Bodewig
On Thu, 16 Dec 2004, Stefan Bodewig [EMAIL PROTECTED] wrote: it seems as if the build.compiler property doesn't get propagated from the workspace to Maven's build.properties. Because Gump only propagates properties, not sysproperties, which makes a lot of sense. I've changed it to be a

[GUMP][JDK1.5] Xalan error

2004-12-16 Thread Stefan Bodewig
Hi, Xalan compilation failed[1] due to one of our all time favorites[2], the change in javac's default for -source from 1.3 to 1.5. The *only* solution is to say source=1.3 at the same time - and this has to be done in the Xalan build file. You could use source=1.1, but then you'd either need a

Re: Gump and APR/HTTPd

2004-12-16 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Graham Leggett [EMAIL PROTECTED] wrote: The next thing I am keen for gump to try is to build apr, apr-util and httpd as RPM packages (and eventually Solaris packages, etc as new ones are added). Feel free to play with the current descriptors 8-) - Setting up a basic RPM

Re: [Kaffe][Maven] build.compiler property

2004-12-16 Thread Davanum Srinivas
Stefan, I added -Dbuild.compiler to MAVEN_OPTS in the local_brutus_env.sh and that should take care of it short term. Next Kaffe build at 9:00 PST should confirm that. I tried from command-line and that works. -- dims On Thu, 16 Dec 2004 13:24:24 +0100, Stefan Bodewig [EMAIL PROTECTED] wrote:

Re: Native Build Dependancies

2004-12-16 Thread Stefano Mazzocchi
Stefan Bodewig wrote: Stefano, could you please apt-get install automake? done, installed automake and updated autoconf. autoconf2.59a-2 automake1.4-p6-8 -- Stefano. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Gump descriptors for Directory projects

2004-12-16 Thread Brett Porter
Hi, Isn't it better to get all the dependencies straightened out under normal gump first? what sorts of changes are you looking to make? I want to ensure we can go back to generating the descriptors from Maven for the moment. - Brett On Thu, 16 Dec 2004 08:51:26 -0500, Davanum Srinivas [EMAIL

Re: [RT] Gump 3.0 - Database Model

2004-12-16 Thread Wade . Stebbings
Stefano: see my responses below. wade Stefano Mazzocchi [EMAIL PROTECTED] wrote on 12/15/2004 09:40:28 PM: [...] What I was thinking is that this (and other of your suggestions) adds a meta-metadata layer and I'm not sure if I want to add this complexity at this point (given that

Re: [RT] Gump 3.0 - Database Model

2004-12-16 Thread Wade . Stebbings
Leo: Leo Simons [EMAIL PROTECTED] wrote on 12/16/2004 02:46:14 AM: [...] yep, I seem to agree. Let's first implement the proposed setup and optimize for understandability and cleanliness. Gump has a lot of features already. Let's first focus on making the important ones easier to use,

Re: Gump descriptors for Directory projects

2004-12-16 Thread Brett Porter
ok... I don't think I'll have much time this weekend because of family Christmas gatherings, but I'll see if I can take a look over this again. - Brett On Thu, 16 Dec 2004 17:09:35 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote: Brett, Problem is the same in normal gump...see

Re: Gump descriptors for Directory projects

2004-12-16 Thread Davanum Srinivas
Brett, Problem is the same in normal gump...see http://brutus.apache.org/gump/public/directory-ldap/ldap-snacc-provider/index.html for example. -- dims On Fri, 17 Dec 2004 06:49:41 +1100, Brett Porter [EMAIL PROTECTED] wrote: Hi, Isn't it better to get all the dependencies straightened out

Re: [Kaffe][Maven] build.compiler property

2004-12-16 Thread Stefan Bodewig
On Thu, 16 Dec 2004, Davanum Srinivas [EMAIL PROTECTED] wrote: I added -Dbuild.compiler to MAVEN_OPTS in the local_brutus_env.sh and that should take care of it short term. Next Kaffe build at 9:00 PST should confirm that. I tried from command-line and that works. I had already changed the

Re: Native Build Dependancies

2004-12-16 Thread Stefan Bodewig
On Thu, 16 Dec 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Stefan Bodewig wrote: Stefano, could you please apt-get install automake? done, installed automake and updated autoconf. autoconf2.59a-2 automake1.4-p6-8 Great, jakarta-tomcat-jk-native-buildconf/configure passed

Re: [RT] Gump 3.0 - Database Model

2004-12-16 Thread Leo Simons
Stefano Mazzocchi wrote: [EMAIL PROTECTED] wrote: Yes, it is a many-to-many relation between the Project and Group tables. Thus, I can define one group which is all mainline builds (we have several release streams managed by separate branches), regardless of platforms build on. Another group

Re: Native Build Dependancies

2004-12-16 Thread Stefan Bodewig
On Wed, 15 Dec 2004, Bill Barker [EMAIL PROTECTED] wrote: Currently Gump is reporting that 'jakarta-tomcat-jk-native-configure' is failing, but this is really because 'jakarta-tomcat-jk-native-buildconf' is failing (but not with a status code, so Gump has no way of knowing this). OK,

Re: Native Build Dependancies

2004-12-16 Thread Stefan Bodewig
On Wed, 15 Dec 2004, Bill Barker [EMAIL PROTECTED] wrote: Currently Gump is reporting that 'jakarta-tomcat-jk-native-configure' is failing, but this is really because 'jakarta-tomcat-jk-native-buildconf' is failing (but not with a status code, so Gump has no way of knowing this). OK, on

[Gump Wiki] Updated: BugsFoundByGump

2004-12-16 Thread general
Date: 2004-12-16T05:33:37 Editor: DavanumSrinivas [EMAIL PROTECTED] Wiki: Gump Wiki Page: BugsFoundByGump URL: http://wiki.apache.org/gump/BugsFoundByGump no comment Change Log: -- @@ -6,5 +6,6 @@

Re: Gump descriptors for Directory projects

2004-12-16 Thread Mohammad Isac Niclas bin Abdullah
On Thursday 16 December 2004 21:51, Davanum Srinivas wrote: Can you please move the gump descriptors to the CVS gump module? Am having trouble with several of them. (For example, http://brutus.apache.org/gump/kaffe/directory-ldap/ldap-snacc-provider/inde x.html). Makes it easier for us to