At 05:36  30/3/01 -0700, Robin Ziolkowski wrote:
>Sorry, nope! That did not make a difference.  The documentation says that two
>stars ("**") would recurse through sub-directories.  There are no
>sub-directories where the images, etc. reside.

Note that the patterns are relative to the base dir so they actually include
${build}/${src}/images

you need another fileset with dir set to ${src} to get the other files


>> > <!--    <jar jarfile="${src}/bin/MyDirector-${DSTAMP}.jar"
>> > asedir="${build}"/>  -->
>> >     <jar jarfile="${src}/bin/MyDirector-${DSTAMP}.jar" >
>> >      <fileset dir="${build}" >
>> >       <patternset id="director.files.dist" >
>> >            <include name="**/*.class" />
>> >            <include name="${src}/lib/*.jar" />
>> >            <include name="${src}/images/*" />
>> >            <include name="${src}/resources/*" />
>> >      </patternset>
>> >     </fileset>
>> >    </jar>
>> >   </target>

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

Reply via email to