Re: Which technology stack are you using?

2007-07-07 Thread Maarten Volders
- Subversion - Maven for the build lifecycle / ant for some low level tasks (many people complain about people, as many as there are complaining about ant, the solution is simple: just combine them and feel the power! Maven for the lifecycle and ant for some of the low level jobs) - Clover -

1 artifact / environment VS 1 artifact / all environments (best practice? Artifact naming problem)

2007-06-07 Thread Maarten Volders
All, One of the things that is very unclear to me is you should have 1 artifact / environment (test, staging, prod, ...) or have 1 artifact which works on all environments? I would like to hear from people who successfully tried one or the other and have been using this for a while in production

Project structure with division between applications, modules, containers... (Feedback required)

2007-06-07 Thread Maarten Volders
All, Currently my project structure looks something like project (parent pom) | portal | core | integrationserver I want to switch to the following structure project | applications || portal || integrationserver || database | | modules |

Re: 1 artifact / environment VS 1 artifact / all environments (best practice? Artifact naming problem)

2007-06-07 Thread Maarten Volders
environment model. Also having environment model allow to us to have clear picture of what environment represents and what components are deployed there on what servers. Best regards, Juri. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maarten

Re: 1 artifact / environment VS 1 artifact / all environments (best practice? Artifact naming problem)

2007-06-07 Thread Maarten Volders
. Also having environment model allow to us to have clear picture of what environment represents and what components are deployed there on what servers. Best regards, Juri. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maarten

How-to use a lib directory instead of the repository

2007-06-01 Thread Maarten Volders
All, I have a lot of libs which are not in the repository (central) each of them depending on a whole bunch of other libs, and manually putting them in the internal repository is really a lot of work, type-work :-) because all the dependencies have to be declared manually. So instead I want to

Re: RE : How-to use a lib directory instead of the repository

2007-06-01 Thread Maarten Volders
___ Please consider the environment and do not print this email unless absolutely necessary. Capgemini encourages environmental awareness. De: Maarten Volders [mailto:[EMAIL PROTECTED] Date: ven. 01/06/2007 15:10 À: users

Module B can't find base test class from module A during compilation

2007-05-31 Thread Maarten Volders
All, I'm facing the following problem. I have a multi module project, one module (let's call it Module A) contains a base test class in moduleA/src/test/java/... Module B has some test classes which inherit from that base class in Module A but during compilation of the test class in Module B I

Re: HOWTO: (Build / ) Release mgmt in multi environment

2007-04-30 Thread Maarten Volders
, Maarten Volders wrote: Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

HOWTO: (Build / ) Release mgmt in multi environment

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-27 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles