RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-04 Thread michal.maczka
> -Original Message- > From: Rafal Krzewski [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 1:37 PM > To: Maven Users List > Subject: Re: Why no multiple locations of sources? ( was Re: > inter-project dependencies for the Eclipse plugin ) > > > B

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-04 Thread michal.maczka
> -Original Message- > From: Brian Ewins [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 11:36 AM > To: Maven Users List > Subject: Re: Why no multiple locations of sources? ( was Re: > inter-project dependencies for the Eclipse plugin ) > > > Micha

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-03 Thread Michal Maczka
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 3:52 PM > To: [EMAIL PROTECTED] > Subject: RE: Why no multiple locations of sources? ( was Re: > inter-project dependencies for the Eclipse plugin ) > &g

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-03 Thread DeSmet_Ringo
> Suppose maven was designed so that we could say "goal A's > input is the output of goals B, C, and D", instead of just "goal > A depends on B, C, D". s would appear as input-less > goals, and most plugins would require output path properties, > not input path properties. Just a thought. Make

Re: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread Mark McBride
I also like the idea listed in the email below. As to Ben's email here are my answers: Why do you have multiple source trees? We are using two tools for our projects. One tool is a code generation tool for our o/r mapping layer and we would like to keep it in it's own src directory to alleviat

Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread michal.maczka
--- > From: Ben Walding [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 6:23 AM > To: Maven Users List > Subject: Re: Why no multiple locations of sources? ( was Re: > inter-project dependencies for the Eclipse plugin ) > > > Maybe if we understood the "why

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread michal.maczka
ers List > Subject: Re: Why no multiple locations of sources? ( was Re: > inter-project dependencies for the Eclipse plugin ) > > > Maybe if we understood the "why" of multiple trees, we would be better > able to describe the "why not" and the "how to work

Re: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread vmassol
En réponse à Raphaël Piéroni <[EMAIL PROTECTED]>: > Hello maven devs and users, > > i dunno why splitting a source tree but as said before maven at the > moment as multiple trees : one for tests, one for java, one for > aspects. > > but i'll see a new one that can be added : aspect-test because

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread DeSmet_Ringo
Ben, > So to Colin (I think) I'm not Colin, but I will try to explain the situation I'm in. > Why do you have multiple source trees? > What is in them? 1) src/java: production source code 2) src/junit: unit test code: component white box tests 3) src/integration: integration unit test code: com

Re: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-02 Thread Raphaël Piéroni
Hello maven devs and users, i dunno why splitting a source tree but as said before maven at the moment as multiple trees : one for tests, one for java, one for aspects. but i'll see a new one that can be added : aspect-test because some aspects are for production execution and some others for tes

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Colin Sampaleanu
Jason van Zyl wrote: On Tue, 2003-04-01 at 10:33, Colin Sampaleanu wrote: Jason, can you clarify what the real issue with multiple source directories is? ... Given that Maven already does support multiple source dirs in the only fashion I use them (to separate test sources from non-test

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Jason van Zyl
On Tue, 2003-04-01 at 10:33, Colin Sampaleanu wrote: > Jason, can you clarify what the real issue with multiple source > directories is? Separation of concerns. If you have gone to the trouble of separating your sources into a separate tree then you probably did it for a reason. When you have m

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Mark H. Wilkinson
On Tue, 2003-04-01 at 15:22, Jason van Zyl wrote: > > So if we use, say, the Antlr plugin that generates sources you're > talking about some non-maven compilation process knowing about the > generated sources? Yeah, that's basically it. > The addPath tag allows any addition path of sources > to

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Colin Sampaleanu
Jason van Zyl wrote: On Mon, 2003-03-31 at 19:29, [EMAIL PROTECTED] wrote: "Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 01:44:01 AM: On Fri, 2003-03-28 at 20:57, Mark McBride wrote: Ahh; see what you mean. I don't think it would be that difficult to add support for that kind of

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Jason van Zyl
On Tue, 2003-04-01 at 04:33, Mark H. Wilkinson wrote: > > I think there's a bit of a problem with the model here, because plugins > that would like to know about the various trees that contain Java source > need to have explicit code in them to handle each source tree. The > Eclipse plugin curren

Re: inter-project dependencies for the Eclipse plugin

2003-04-01 Thread Mark H. Wilkinson
On Tue, 2003-04-01 at 04:29, Jason van Zyl wrote: > On Mon, 2003-03-31 at 19:29, [EMAIL PROTECTED] wrote: > > "Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 > > 01:44:01 AM: > > > > At the moment the paths to the source trees are > > > encoded in the jelly script, so

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Jason van Zyl
On Mon, 2003-03-31 at 19:29, [EMAIL PROTECTED] wrote: > "Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 > 01:44:01 AM: > > > On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > > Ahh; see what you mean. I don't think it would be that difficult to add > > support for that kind of thing,

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Jeffrey D. Brekke
> On 31 Mar 2003 16:32:09 +0100, "Mark H. Wilkinson" <[EMAIL PROTECTED]> said: [SNIP] >> > I don't know whether this kind of dependency information would be >> of > use when building multiple projects under reactor - presumably >> that > can work with jar file dependencies? >> >> The jar depe

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread dion
"Mark H. Wilkinson" <[EMAIL PROTECTED]> wrote on 01/04/2003 01:44:01 AM: > On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > Ahh; see what you mean. I don't think it would be that difficult to add > support for that kind of thing, but it's not there now. You'd need to > solve a couple of problem

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Mark H. Wilkinson
On Fri, 2003-03-28 at 20:57, Mark McBride wrote: > As for the multiple source: > For moving the multiple source directories we've used a jelly script that > copies the mulitple src with the pre-goal:prepare-filesystem goal. The > problem I'm having is when I run the eclipse:generate-project I can

Re: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread Mark H. Wilkinson
On Sat, 2003-03-29 at 03:50, Jeffrey D. Brekke wrote: > > Right, I understand that. I was wondering if you had a project > dependency and a jar dependency to the same project defined if eclipse > would use the project classes before going to the jar. It was a real > quick and ugly way of maybe m

RE: inter-project dependencies for the Eclipse plugin

2003-03-31 Thread David Zeleznik
PM > To: Maven Users List > Subject: Re: inter-project dependencies for the Eclipse plugin > > > On Fri, 2003-03-28 at 19:12, Jeffrey D. Brekke wrote: > > This is very interesting. We have 36 projects, all with > > interdependencies ( some build, some test, some runtime

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Jeffrey D. Brekke
> On 28 Mar 2003 19:37:02 +, "Mark H. Wilkinson" <[EMAIL PROTECTED]> said: > In Eclipse if you have a number of separate projects open in your > workspace you can specify dependencies between them, so you can say > that project 'foo' depends on project 'bar' in the same > workspace. This r

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Mark McBride
Thanks for the info on the maven.eclipse.output.dir property. As for the multiple source: For moving the multiple source directories we've used a jelly script that copies the mulitple src with the pre-goal:prepare-filesystem goal. The problem I'm having is when I run the eclipse:generate-project

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Mark H. Wilkinson
On Fri, 2003-03-28 at 19:24, Mark McBride wrote: > I'm new to the list heh; me too! > so I'm not sure if this has been covered, but has there > been any thoughts to supporting multiple source entries so that when one > runs eclipse:generate-project it will properly set up the src's in the > .

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Mark H. Wilkinson
On Fri, 2003-03-28 at 19:12, Jeffrey D. Brekke wrote: > This is very interesting. We have 36 projects, all with > interdependencies ( some build, some test, some runtime ) and to have > the reactor/maven maintain the eclipse projects like this would be > cool. Is there a dep heirarchy in eclipse

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Mark McBride
Good idea! This is one of the things that I was hoping would get addressed =) I'm new to the list so I'm not sure if this has been covered, but has there been any thoughts to supporting multiple source entries so that when one runs eclipse:generate-project it will properly set up the src's in th

Re: inter-project dependencies for the Eclipse plugin

2003-03-28 Thread Jeffrey D. Brekke
This is very interesting. We have 36 projects, all with interdependencies ( some build, some test, some runtime ) and to have the reactor/maven maintain the eclipse projects like this would be cool. Is there a dep heirarchy in eclipse where like a project dep is used if present before a jar dep?