Using the <fileset>-tag in your ant script should solve the probleme http://ant.apache.org/manual/CoreTypes/fileset.html
it contains "excludes" and "includes" derectives :-) Tsu On 26 Apr., 17:25, pepgrifell <[email protected]> wrote: > hi, > > I use Ant to compile my GWT project. > I would like to know if it's possible to exclude any folder/files > inside war directory or all files/folders inside it are included in > root foler of .war file ? > > Thanks ! > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
