RE: Accessing test.properties from within a test case class?

2008-04-08 Thread Allen, Daniel
Ok, thanks. Sorry, I knew it was going to something simple that I was just missing. ~DVA -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 3:59 PM To: Maven Users List Subject: RE: Accessing test.properties from within a test case class

RE: Accessing test.properties from within a test case class?

2008-04-08 Thread Brian E. Fox
It will be on the classpath, so load that property file as a resource from the cp. -Original Message- From: Allen, Daniel [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 3:45 PM To: Maven Users List Subject: Accessing test.properties from within a test case class? Hi, all. I

Accessing test.properties from within a test case class?

2008-04-08 Thread Allen, Daniel
Hi, all. I feel like this must be a really obvious question, but I haven't found an example yet. When I started my project from an archetype (struts 2, specifically) my /test/resources folder got a file called test.properties. It seems pretty clear that this is where properties that my test cases