[
https://issues.apache.org/jira/browse/AXIS2-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen resolved AXIS2-4295.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.5
I added the pluginManagement section in trunk and 1.5. I also cleaned up the
tests (in trunk only) so that test files are consistently loaded from a single
location, namely the classpath. The empty targetPath has also gone now.
> saaj testResource has empy targetPath
> -------------------------------------
>
> Key: AXIS2-4295
> URL: https://issues.apache.org/jira/browse/AXIS2-4295
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: saaj
> Affects Versions: nightly
> Reporter: Jason Fager
> Assignee: Andreas Veithen
> Fix For: 1.5
>
>
> In saaj's pom.xml, the targetPath that the *.properties are being copied to
> is empty. This results in the build attempting to copy the file into '/'
> <testResource>
> <targetPath></targetPath> <!-- Not good. -->
> <directory>test-resources</directory>
> <includes>
> <include>**/*.properties</include>
> </includes>
> </testResource>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.