Re: [ALL] Non-standard maven source and test directories

2010-04-13 Thread Dennis Lundberg
On 2010-04-13 17:29, sebb wrote: > On 12/04/2010, Dennis Lundberg wrote: >> On 2010-04-12 21:21, sebb wrote: >> > On 12/04/2010, Niall Pemberton wrote: >> >> On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: >> >> > 22 commons-proper projects are still using non-standard source and >> >> > test

Re: [ALL] Non-standard maven source and test directories

2010-04-13 Thread sebb
On 12/04/2010, Dennis Lundberg wrote: > On 2010-04-12 21:21, sebb wrote: > > On 12/04/2010, Niall Pemberton wrote: > >> On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: > >> > 22 commons-proper projects are still using non-standard source and > >> > test directories, i.e. they are using: > >>

Re: [ALL] Non-standard maven source and test directories

2010-04-12 Thread Dennis Lundberg
On 2010-04-12 21:21, sebb wrote: > On 12/04/2010, Niall Pemberton wrote: >> On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: >> > 22 commons-proper projects are still using non-standard source and >> > test directories, i.e. they are using: >> > >> >src/java >> >src/test >> > >> > rath

Re: [ALL] Non-standard maven source and test directories

2010-04-12 Thread sebb
On 12/04/2010, Niall Pemberton wrote: > On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: > > 22 commons-proper projects are still using non-standard source and > > test directories, i.e. they are using: > > > >src/java > >src/test > > > > rather than the default: > > > >src/main/

Re: [ALL] Non-standard maven source and test directories

2010-04-11 Thread Niall Pemberton
On Sat, Apr 10, 2010 at 4:16 PM, sebb wrote: > 22 commons-proper projects are still using non-standard source and > test directories, i.e. they are using: > >src/java >src/test > > rather than the default: > >src/main/java >src/test/java > > Do we want to fix those? I think its be

Re: [ALL] Non-standard maven source and test directories

2010-04-11 Thread Phil Steitz
Luc Maisonobe wrote: > Phil Steitz a écrit : >> Torsten Curdt wrote: I think tomcat may still build repackaged versions of dbcp and pool classes from source and this change might break their builds. So -1 for now for changing those. >>> As much as I am for cross-project collaboratio

Re: [ALL] Non-standard maven source and test directories

2010-04-11 Thread sebb
On 11/04/2010, Luc Maisonobe wrote: > Phil Steitz a écrit : > > > Torsten Curdt wrote: > >>> I think tomcat may still build repackaged versions of dbcp and pool > >>> classes from source and this change might break their builds. So -1 > >>> for now for changing those. > >> As much as I am for

Re: [ALL] Non-standard maven source and test directories

2010-04-11 Thread Luc Maisonobe
Phil Steitz a écrit : > Torsten Curdt wrote: >>> I think tomcat may still build repackaged versions of dbcp and pool >>> classes from source and this change might break their builds. So -1 >>> for now for changing those. >> As much as I am for cross-project collaboration this reason for a "-1" >>

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Dennis Lundberg
+1 On 2010-04-10 17:16, sebb wrote: > 22 commons-proper projects are still using non-standard source and > test directories, i.e. they are using: > > src/java > src/test > > rather than the default: > > src/main/java > src/test/java > > Do we want to fix those? > > This would

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Torsten Curdt
> /me Puts on Tomcat hat > > Don't worry about us. We work with specific versions and can handle any > changes when we next to an upgrade. See? :) Thanks, Mark - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For addi

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Torsten Curdt
>>> I think tomcat may still build repackaged versions of dbcp and pool >>> classes from source and this change might break their builds.  So -1 >>> for now for changing those. >> >> As much as I am for cross-project collaboration this reason for a "-1" >> takes it a step too far IMO. If they reall

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Mark Thomas
On 10/04/2010 17:33, Torsten Curdt wrote: I think tomcat may still build repackaged versions of dbcp and pool classes from source and this change might break their builds. So -1 for now for changing those. As much as I am for cross-project collaboration this reason for a "-1" takes it a step t

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Phil Steitz
Torsten Curdt wrote: >> I think tomcat may still build repackaged versions of dbcp and pool >> classes from source and this change might break their builds. So -1 >> for now for changing those. > > As much as I am for cross-project collaboration this reason for a "-1" > takes it a step too far IM

RE: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Gary Gregory
aturday, April 10, 2010 08:17 > To: Commons Developers List > Subject: [ALL] Non-standard maven source and test directories > > 22 commons-proper projects are still using non-standard source and > test directories, i.e. they are using: > > src/java > src/test >

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Torsten Curdt
> I think tomcat may still build repackaged versions of dbcp and pool > classes from source and this change might break their builds.  So -1 > for now for changing those. As much as I am for cross-project collaboration this reason for a "-1" takes it a step too far IMO. If they really want to keep

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Ralph Goers
configuration has been changed in the experimental branch. I wouldn't bother with trunk. Ralph On Apr 10, 2010, at 8:16 AM, sebb wrote: > 22 commons-proper projects are still using non-standard source and > test directories, i.e. they are using: > >src/java >src/test > > rather than t

Re: [ALL] Non-standard maven source and test directories

2010-04-10 Thread Phil Steitz
sebb wrote: > 22 commons-proper projects are still using non-standard source and > test directories, i.e. they are using: > > src/java > src/test > > rather than the default: > > src/main/java > src/test/java > > Do we want to fix those? > > This would involve renaming the dire

[ALL] Non-standard maven source and test directories

2010-04-10 Thread sebb
22 commons-proper projects are still using non-standard source and test directories, i.e. they are using: src/java src/test rather than the default: src/main/java src/test/java Do we want to fix those? This would involve renaming the directories, removing the entries from the p