Christoph Wilhelms wrote: > But 2 Points I have to add: > 1st: Do the default excludes belong to <vajexport>? IIRC they are general > for > all tasks - correct me plz if I am wrong!
The default excludes belong to the VAJWorkspaceScanner class. The vajload, vajimport, and vajexport tasks all use the scanner to work with projects, so they all have the default excludes. > 2nd: The default excludes do not affect your build-process if you use > include > and exclude correctly - except you want to export Java-API-classes. (I hope > nobody wants this to do ;-)). > If I'm understanding your question correctly, yes, the default excludes for the vaj tasks work like you would expect. If you actually WANT the api classes, you would use the defaultexcludes="no" attribute syntax. Glenn.
