> What am I doing wrong?
Can you post the rest also the patternset?
I bet your problem is there. 

Ylan

> 
> 
>     <target name="jarProject" depends="init, compileProject">
>         <jar jarfile="${dist.dir}/${app.name}.jar">
>             <fileset dir="${basedir}">
>                 <patternset refid="appserver.build.classes"/>
>             </fileset>
>         </jar>
>     </target>
> 
> T Master
> 

Reply via email to