Re: How to do incremental build?

2007-12-03 Thread Steve Ebersole
This is an idea that JBoss and myself, personally, have brought up with the Maven team quite a few times. The terms we use is that of a binary (repo) dependency versus a source (module) dependency. Another name for 'source dependency' might be 'local dependency'. Whatever its term, I personal

Re: How to do incremental build?

2007-12-03 Thread Dimitris Kapanidis
it should work, since continuum maintains one working directory per project, and re-uses that working directory each time it does a build. Andrew -Original Message- From: I am Who i am [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:46 PM To: users@maven.apach

Re: How to do incremental build?

2007-12-03 Thread Stephen Connolly
On Dec 3, 2007 10:24 AM, Saloucious <[EMAIL PROTECTED]> wrote: > But it's not able to see affected files from modules which depend on > modified one, as Eclipse do. Eclipse gets this by scanning the java files to identify dependencies (for code complete, etc) and when it does it's background compi

Re: How to do incremental build?

2007-12-03 Thread Saloucious
', you'll be doing incrementals. >> > >> > I haven't tried this, but it should work, since continuum maintains one >> > working directory per project, and re-uses that working directory each >> > time it does a build. >> > >> > Andrew &g

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
gt; continuum, I believe the default targets are 'clean install'. If > >>> you > >>> change that to just 'install', you'll be doing incrementals. > >>> > >>> I haven't tried this, but it should work, since continuum > >

Re: How to do incremental build?

2007-11-30 Thread Tommy
tains one working directory per project, and re-uses that working directory each time it does a build. Andrew -Original Message- From: I am Who i am [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:46 PM To: users@maven.apache.org Subject: How to do incre

Re: How to do incremental build?

2007-11-30 Thread Siarhei Dudzin
d re-uses that working directory each > > time it does a build. > > > > Andrew > > > >> -Original Message- > >> From: I am Who i am [mailto:[EMAIL PROTECTED] > >> Sent: Wednesday, October 10, 2007 2:46 PM > >> To: users@maven.ap

RE: How to do incremental build?

2007-11-30 Thread Saloucious
ied this, but it should work, since continuum maintains one > working directory per project, and re-uses that working directory each > time it does a build. > > Andrew > >> -Original Message- >> From: I am Who i am [mailto:[EMAIL PROTECTED] >> Sent: Wed

RE: How to do incremental build?

2007-10-10 Thread Andrew Boyer
ains one working directory per project, and re-uses that working directory each time it does a build. Andrew > -Original Message- > From: I am Who i am [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 10, 2007 2:46 PM > To: users@maven.apache.org > Subject: How to do increm

How to do incremental build?

2007-10-10 Thread I am Who i am
Hi All How do i enable incremental build with maven2 and continuum?