That is one reason..   The problem became apparent when putting some new
features into the Eclipse plugin for Maven. [1]  We'll be making it
backwards compatilbe in order not to break a project like [configuration].
but more to the point, the /conf directory has become huge, with a mix, well
okay, mostly, test resources, plus a config file or two.

By making this change we explicity list our test resources, they are in
/src/test-resources.

At this point, I have everything working, so I just am trying to build
consensus that this is good.  I personally think that it sorts things out
better.

Eric




[1]
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&
by=thread&from=913802

> -----Original Message-----
> From: Emmanuel Bourg [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 25, 2004 3:31 PM
> To: Jakarta Commons Developers List
> Subject: Re: [configuration] Moving test resources to
> /src/test-resources
>
>
> I'm not sure to understand the issue, why do you need to import /conf in
> your classpath ? That's for running the unit tests directly from Eclipse ?
>
> Emmanuel Bourg
>
>
> Eric Pugh wrote:
> > Hi all,
> >
> > I am using the updated Maven Eclipse plugin, and one of the difficulties
> > that arises is that Eclipse (and therefore Maven) want each
> directory, if
> > included as resources on Eclipse's classpath, to be different.
> Right now,
> > in configuration we include the /conf directory a ton of times.
> >
> > What I want to do is bring [configuration] into line with other
> mavenenized
> > projects where test resources are all in /src/test-resources.
> And the jar
> > resources would remain in /conf.  Basically just digesterRules.xml.
> >
> > However, when I started this, I ran into a couple unit test failures.
> > Should I do this, and then fix the errors?  I have a bunch of questions
> > about some of the new tests that would be better answered if I
> could commit
> > the changes...
> >
> > Eric
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to