>Look closely at your include on the jar task:
>
>> <jar jarfile="${jars}/TCPStat.jar">
>> <fileset dir="${classes_output}">
>> <include name="**/.class"/>
>
>It looks like you're missing a '*', try this:
>
> <jar jarfile="${jars}/TCPStat.jar">
> <fileset dir="${classes_output}">
> <include name="**/*.class"/>
> ^
> ^
>
I know it was going to be something like this. I should learn to walk away for
an hour or two then come back and review.
Thank you so very much.
Philip
- Using recursive processing. pgonia
- Re: Using recursive processing. Peter Donald
- Re: Using recursive processing. Stefan Bodewig
- Re: Using recursive processing. Larry V. Streepy, Jr.
- Re: Using recursive processing. pgonia
- Re: Using recursive processing. Larry V. Streepy, Jr.
- Re: Using recursive processing. pgonia
- pgonia
