
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
6,656
|
| Fixed in build: |
6,732
|
| Severity: |
High
|
For an introduction, see http://static.springframework.org/spring/docs/2.0.x/reference/resources.html
In particular, check section 4.6: Resources as dependencies
When a property/constructor argument is of type Resource, the string value assigned should be treated in a special way:
A value "classpath:some/resource/path/myTemplate.txt" should resolve to a project classpath resource.
|
|
... <constructor-arg> <list> <value>classpath:/definitions/small.xml</value> <value>classpath:/definitions/expanded.xml</value> </list> </constructor-arg> ...