Hi
I am sorry i send the mail to wrong place,
I use maven to make my project.
just set the
maven.jarResources.basedir=${basedir}/java/src
to project.properties
and
<resources>
<includes>
<include>**/*.betwixt</include>
</includes>
</resources>
<jarResources>
<jarResource>**/*.betwixt</jarResource>
</jarResources>
<jars></jars>
to project.xml
It works well.
Thank u for ur help!
Best Regards
IMCaptor
-----�ʼ�ԭ��-----
������: robert burrell donkin [mailto:[EMAIL PROTECTED].
uk]
����ʱ��: 2002��11��22�� 2:33
�ռ���: Jakarta Commons Users List
����: Re: How can i package the *.betwixt file into the jar files?
hi
fundamentally, you just need to make sure that the *.betwixt file type
is
getting into the jar.
how you do this depends on how you're making your jar's.
if you're using jar, then you need to make sure that you're including
*.betwixt as well as *.class on the command line. (see man jar or
java.sun. com if you're not sure how to do this.)
if you're using ant, then take a look at your build script and make sure
that including *.betwixt files in whatever jarring and copying you do.
- robert
On Thursday, November 21, 2002, at 01:51 AM, IMCaptor wrote:
> Hello All:
> I use the betwix to read and write my xml files,
> but when i run the test, the *.betwixt file was not package into the
> jar file, How can I do it?
>
>
>
> Best Regards
> IMCaptor
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED].
> org>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED].
> org>
>
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>