Hello All:
My path structure is like this
----java------com----gtom----database
---target----classes-----com-----gtom------database
When i build the project i want copy the resource file to the class
path,
and package it.
so i write
<resources>
<includes>
<include>java/**/*.betwixt</include>
</includes>
</resources>
in the project.xml
but the effect is
---target----classes-----com-----gtom------database
---target----classes-----java------com-----gtom------database
and the betwixt file and the class file are not in the same place,
so the test can't run success.
Thank u for help!
Best Regards
IMCaptor
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>