RE: need help on maven compile phase.

2008-06-17 Thread nicklist
Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Tue 6/17/2008 17:13 To: Maven Users List Subject: Re: need help on maven compile phase. there are indeed seperate test classes for all those packages. but what i m not understanding is how do i write seperate poms for each pakage

Re: need help on maven compile phase.

2008-06-17 Thread Niranjan Deshpande
ules should > have their own unit tests, etc. Simply, the whole bunch of straight forward > computer engineering rules one learns in university. > > LieGrü, > strub > > > --- Niranjan Deshpande <[EMAIL PROTECTED]> schrieb am Di, 17.6.2008: > > > Von: Niranjan De

Re: need help on maven compile phase.

2008-06-17 Thread Mark Struberg
tests, etc. Simply, the whole bunch of straight forward computer engineering rules one learns in university. LieGrü, strub --- Niranjan Deshpande <[EMAIL PROTECTED]> schrieb am Di, 17.6.2008: > Von: Niranjan Deshpande <[EMAIL PROTECTED]> > Betreff: Re: need help on maven c

Re: need help on maven compile phase.

2008-06-17 Thread Wayne Fay
The general concept with Maven would be that you should divide your code up into "modules" along whatever lines that make sense to you (1 module per pkg may be reasonable for your specific implementation, I suppose). Then you set up dependencies between the modules via each one's pom.xml file, and

Re: need help on maven compile phase.

2008-06-17 Thread Niranjan Deshpande
I tried increasing the memory using the maxmem and memintial, initial=512mb and mac=2048m. still the same error. my 1642 files have been distributed accross four packages. src/main/java/com/abc/xyz/pkg1 pkg2

Re: need help on maven compile phase.

2008-06-17 Thread RAM
Actually, I can think of seperate module inside the main root project and a seperate pom.xml for each one. Then you can build those one by one. Else, try increasing the memory with the compiler plugin (I think, you have atleast 1.5 GB RAM) org.apache.maven.plugins maven-compiler