You can try using the <sourceModifications> tag, and give it a class
that will never exist, so the source modifications always take effect.
i.e.:
<sourceModification>
  <className>FooClass</className>
  <includes>
    <include>bsh/**/*.java</include>
    <include>com/**/*.java</include>
    <include>gnu/**/*.java</include>
    <include>org/**/*.java</include>
  </includes>
</sourceModification>
HTH,
Matt Kurjanowicz

On Tue, 03 Aug 2004 10:55:21 -0500, Brant Gurganus
<[EMAIL PROTECTED]> wrote:
> I am trying to create a Maven build file for jEdit, but to do so I need
> to exclude source directories.  I can't figure out how to do this.  Any
> suggestions.
> 
> The folder where project.xml is found is
> http://cvs.sourceforge.net/viewcvs.py/jedit/jEdit/
> with <sourceDirectory>.</sourceDirectory>.  The only folders that should
> be compiled are (using Ant naming) bsh/**/*.java, com/**/*.java,
> gnu/**/*.java, org/**/*.java
> 
> --
> Brant Gurganus
> http://www.rose-hulman.edu/~gurganbl
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Matthew Kurjanowicz
[EMAIL PROTECTED]
The Readme Plugin
http://projassist.sourceforge.net/readme-plugin/

The Projassist Project
* Making Bug-Tracking Easy *
http://projassist.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to