Re: Getting Maven project resources (Eclipse)

2009-09-02 Thread zagu2
age in context: http://n2.nabble.com/Getting-Maven-project-resources-Eclipse-tp3568731p3569403.html Sent from the maven users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache

Re: Getting Maven project resources (Eclipse)

2009-09-02 Thread James Russo
zagu2 wrote: I suppose there are more examples of this. In general, it's - I want to load many files and not have to specify what in two places - as files themselves (which already contain a name) and as a list of resources (which just duplicate the file names) Understand..How about some type of

Re: Getting Maven project resources (Eclipse)

2009-09-02 Thread zagu2
uch about portability here. :) Thanks James! -- View this message in context: http://n2.nabble.com/Getting-Maven-project-resources-Eclipse-tp3568731p3569012.html Sent from the maven users mailing list archive at Nabble.com. - To

Re: Getting Maven project resources (Eclipse)

2009-09-02 Thread James Russo
Hello, I just started with Maven also, but it appears that when you are running your test case the classpath will be set to both testproject/target/classes and testproject/target/testclasses. Are these resources you need for a test or something and you won't know how many are there? ie: y

Getting Maven project resources (Eclipse)

2009-09-02 Thread zagu2
ould be to make a file with a known name which would list all the resources, but that's lame (non-DRY), too. Did you have problems like this and, if so, how did you solve them? -- View this message in context: http://n2.nabble.com/Getting-Maven-project-resources-Eclipse-tp3568731p356873