RE: Multiple source directories (again)

2006-05-30 Thread hamdard
I think where you have to do: . you also have to specify the same for testSourceDirectory, e.g.: . and then rest is same... -- View this message in context: http://www.nabble.com/Multiple+source+directories+%28again%29-t501592.html#a4635171 Sent from the Maven - Users forum at Nabble.com.

RE: Multiple source directories (again)

2005-11-29 Thread Peschier J. (Jeroen)
d generates the proper Eclipse projects files for said source directories? -Oorspronkelijk bericht- Van: Aleksandar Likic [mailto:[EMAIL PROTECTED] Verzonden: zondag 6 november 2005 19:49 Aan: users@maven.apache.org Onderwerp: RE: Multiple source directories (again)

Re: Multiple source directories (again)

2005-11-10 Thread Jason van Zyl
Pilgrim :: J2EE Software Development > > > Operations/IT - Credit Suisse First Boston, > > > Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom > > > Tel: +44-(0)207-883-4497 > > > > > > > > > > -Original Message- > > &

Re: Multiple source directories (again)

2005-11-10 Thread dan tran
7-883-4497 > > > > > > > -Original Message- > > > From: Ruel Loehr [mailto:[EMAIL PROTECTED] > > > Sent: 10 November 2005 15:04 > > > To: Maven Users List > > > Subject: RE: Multiple source directories (again) > > > > &g

RE: Multiple source directories (again)

2005-11-10 Thread Jason van Zyl
; Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom > Tel: +44-(0)207-883-4497 > > > > -Original Message- > > From: Ruel Loehr [mailto:[EMAIL PROTECTED] > > Sent: 10 November 2005 15:04 > > To: Maven Users List > > Subject: RE: Multiple sourc

RE: Multiple source directories (again)

2005-11-10 Thread Mordo, Aviran (EXP N-NANNATEK)
+1 me too -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 10:20 AM To: 'Maven Users List' Subject: RE: Multiple source directories (again) +1 I'd be interested in this too! -- Peter Pilgrim :: J2EE Software Developmen

RE: Multiple source directories (again)

2005-11-10 Thread Pilgrim, Peter
> Sent: 10 November 2005 15:04 > To: Maven Users List > Subject: RE: Multiple source directories (again) > > > Yes, please post a link. > > Ruel Loehr > JBoss QA > > - > 512-626-2782 > Yahoo: ruelloehr > Skype: ruelloeh

RE: Multiple source directories (again)

2005-11-10 Thread Ruel Loehr
source directories (again) > I have written a simple plugin that enables addition of source dirs. > If you're interested I can send it to you. I would be interested as well ...is it online somewhere? cheers -- Torsten -

Re: Multiple source directories (again)

2005-11-10 Thread Torsten Curdt
I have written a simple plugin that enables addition of source dirs. If you're interested I can send it to you. I would be interested as well ...is it online somewhere? cheers -- Torsten PGP.sig Description: This is a digitally signed message part

RE: Multiple source directories (again)

2005-11-07 Thread Daniel Or
users@maven.apache.org Subject: Multiple source directories (again) I am trying to find out how to tell maven 2 to compile multiple source directories. I am using JAXB to generate code in target/src, and then compile it together with the rest of the code. I could have multiple projects, but it simply doesn&#

Re: Multiple source directories (again)

2005-11-06 Thread Alexandre Poitras
a-src/**/*.java > > > implementation="java.lang.String">src/test/java/**/*.java > > > > > -Original Message- > From: Aleksandar Likic [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 06, 2005 12:50 PM > To: users@maven.apache.org > Subject

RE: Multiple source directories (again)

2005-11-06 Thread Aleksandar Likic
: users@maven.apache.org Subject: Multiple source directories (again) I am trying to find out how to tell maven 2 to compile multiple source directories. I am using JAXB to generate code in target/src, and then compile it together with the rest of the code. I could have multiple projects, but it

Multiple source directories (again)

2005-11-06 Thread Aleksandar Likic
I am trying to find out how to tell maven 2 to compile multiple source directories. I am using JAXB to generate code in target/src, and then compile it together with the rest of the code. I could have multiple projects, but it simply doesn't make sense to me to in this particular case. The build pr