Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] split jars

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT ibiblio.org>
  • To: alanhzone-xom AT yahoo.com
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] split jars
  • Date: Sun, 4 Apr 2010 09:15:12 -0400

On Sat, Apr 3, 2010 at 10:48 PM, <alanhzone-xom AT yahoo.com> wrote:

> Try this:
>
>
> <jardestFile="${sources.jar}" basedir="${build.dir}/src" >
> <fileset dir=".">
> <include name= "**/src/**" />
> <exclude name= "**/tools/**" />
> <exclude name= "**/test/**" />
> </fileset>
> </jar>
>
> I think you'll get what you're looking for.
>
>
Nope. Just tried it and this one excludes tools but not tests. :-(

At this point I'm willing to believe in either a bug or a design flaw in Ant
1.7.1.

--
Elliotte Rusty Harold
elharo AT ibiblio.org




Archive powered by MHonArc 2.6.24.

Top of Page