On Fri, 2003-01-24 at 21:44, Dmitri Plotnikov wrote: > I need to copy an xml file into the test-classes tree. I have tried all > permutations of unitTest/resources/resource and > unitTest/testResources/testResource etc, but maven b7 just would copy the > resources. Should I switch to some other, maybe earlier version?
You need to use HEAD for what you have below. It didn't get cleaned up until about 4 weeks ago. > The JXPath project.xml currently has this: > > <build> > <unitTest> > <includes> > <include>**/*Test.java</include> > </includes> > <resources> > <resource> > <directory>src/test</directory> > <includes> > <include>**/*.xml</include> > </includes> > </resource> > </resources> > </unitTest> > </build> > > I'll appreciate any help. > > - Dmitri > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>