Re: How to delete multiple folders by pattern?

2002-09-08 Thread Jeff Turner
On Sat, Sep 07, 2002 at 01:33:58PM -0400, Stacy Young wrote: I'm trying to delete all instances of a folder called CVS within a directory structure but for the life of me I can't get it right... Set defaultexcludes=no. --Jeff Any help appreciated! Stace -- To unsubscribe, e-mail:

Re: Cross Project Dependencies

2002-08-17 Thread Jeff Turner
On Fri, Aug 16, 2002 at 10:54:17AM -0400, Grinvald, Edward wrote: Hello all, I have a problem, which i hope you can help me solve: My project has several subprojects, let's say a - z. Some of the subprojects depend on other subprojects. Let's say a depends on b and c, c

Newbie question: copying absolute files

2002-05-31 Thread Jeff Turner
Hi, A (deceptively) simple question: I have some properties defining jar locations: property name=jaxp.jar value=${lib.repo}/xmlParserAPIs-2.0.0.jar/ property name=xerces.jar value=${lib.repo}/xercesImpl-2.0.0.jar/ property name=xalan.jar value=${lib.repo}/xalan-2.1.0.jar/ Now I wish to copy

Re: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-29 Thread Jeff Turner
On Thu, Dec 27, 2001 at 08:13:34PM +0100, Nico Seessle wrote: - Original Message - From: Jeff Turner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Ant Developers List [EMAIL PROTECTED] Sent: Thursday, December 27, 2001 8:56 AM Subject: [OT] Ant-driven update system (Re: Best way

[OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-27 Thread Jeff Turner
interested, I have a prototype (without the jar signature verification or MD5 checksumming), and would be happy to collaborate further in the development of such a system. --Jeff On Thu, Dec 27, 2001 at 05:38:48PM +1100, Jeff Turner wrote: On Wed, Dec 26, 2001 at 08:36:15PM -0600, Steve Cohen wrote

Re: RPMs ?

2001-12-21 Thread Jeff Turner
On Fri, Dec 21, 2001 at 09:31:29AM -0800, Brad Smith wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will RPMs for Ant be available in the future from the Ant download web site? If not, are there alternative rpm sources that work on RedHat systems?

JarVerifier?

2001-12-12 Thread Jeff Turner
Hi, signjar allows one to sign jars.. has anyone written a complementary task, verifyjar, which verifies signed jars? Ie, basically does 'jarsigner --verify jarfile'. thanks, --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [POLL] property immutability hacks

2001-11-29 Thread Jeff Turner
On Thu, Nov 29, 2001 at 09:47:24AM -0500, Erik Hatcher wrote: Quick question: Are you relying on available's back door to changing property values? There's a backdoor? Cool!! How do I use it? ;) But seriously, I've never seen a project with greater disparity between what users want (perl),

Trimming unnecessary classes from jars

2001-11-27 Thread Jeff Turner
Hi, In the geotools project (http://geotools.sf.net), we're developing an applet that currently requires over 1mb of external jars. I suspect that a lot of classes are unused, and would like to cut down on the jar size accordingly. Does anyone know of a tool that can do this? Essentially the

Re: Trimming unnecessary classes from jars

2001-11-27 Thread Jeff Turner
of interest, roamed by platform-specific bugs; hence avoided it (and geotools). I was right, but I've been sucked in regardless ;) Oh well.. --Jeff On Tue, 27 Nov 2001 19:52, Jeff Turner wrote: Hi, In the geotools project (http://geotools.sf.net), we're developing an applet that currently

Re: Trimming unnecessary classes from jars

2001-11-27 Thread Jeff Turner
Thanks to all who replied! I'm going to look at all suggestions, and hopefully produce an Ant task out of one. On Tue, Nov 27, 2001 at 10:17:02AM -0800, Bruce Atherton wrote: [..] Take a look at Jax: http://www.alphaworks.ibm.com/tech/jax. It does much Looks ideal, but if it were ever open

Re: Removing classes from a jar?

2001-11-27 Thread Jeff Turner
On Tue, Nov 27, 2001 at 10:19:56AM -0800, Mark Womack wrote: Is there a way to remove classes from an existing jar using the jar task? Is it possible even with the 'jar' command? I don't think so. Might have to unjar, then re-jar it.. --Jeff Thanks, -Mark -- To unsubscribe, e-mail:

Re: Trimming unnecessary classes from jars

2001-11-27 Thread Jeff Turner
On Tue, Nov 27, 2001 at 04:56:30PM -0500, Jeff wrote: Take a look at the Ant Task GenJar http://www.riggshill.com/projects/genjar/ |GenJar| is a specialized Ant task that builds jar files based on class dependancies rather than simply the contents of a directory. Perfect :) I was able

Re: [POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-22 Thread Jeff Turner
On Thu, Nov 22, 2001 at 04:31:23PM +0100, Rolf Katzenberger wrote: [..] When someone adopts and improves the 'no-frills' project at the expense of some additional build.xml complexity, what happens? Can they submit their modified build system? How about as a policy, we agree to accept

Re: [POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-21 Thread Jeff Turner
On Wed, Nov 21, 2001 at 06:14:42PM +0100, Rolf Katzenberger wrote: On Wed, 21 Nov 2001 12:22:42 +1100, Jeff Turner [EMAIL PROTECTED] wrote: [snip; Rolf:] Well... ummm... :o) I already started such a sourceforge project a while ago, Ant Heap (http://sourceforge.net/projects/antheap

Re: [POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-21 Thread Jeff Turner
On Thu, Nov 22, 2001 at 10:22:22AM +1100, Peter Donald wrote: Hi, sounds good but I have a request. Could you call these recipies and not templates? Already the term template is used to mean something completely different in context of Ant2. Then it sounds like you've chosen an

Re: Newbie Questions

2001-11-21 Thread Jeff Turner
On Wed, Nov 21, 2001 at 10:36:12AM -0600, Michael J McGonagle wrote: Hello all, [..] Anyway, I should really be focusing on my question. I would be interested in peeking over someones shoulder, and take a look at their build.xml files, and possible try to build your project on my machine [..]

Re: [POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-20 Thread Jeff Turner
On Tue, Nov 20, 2001 at 06:08:14PM +0100, Rolf Katzenberger wrote: Hello Jeff, On Mon, 19 Nov 2001 21:36:39 +1100, Jeff Turner [EMAIL PROTECTED] wrote: I was wondering, how do people feel about developing common, universal, generic build.xml scripts for common needs? I have hordes

[POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-19 Thread Jeff Turner
Hi, I was wondering, how do people feel about developing common, universal, generic build.xml scripts for common needs? I have hordes of mini-projects on the go, the end result of each is: - a jar file - some javadocs - some config files - the above all packaged as a .tar.gz and .zip My

Re: [POLL] jakarta-ant-templates (Generic Ant-based project templates)

2001-11-19 Thread Jeff Turner
On Mon, Nov 19, 2001 at 12:47:45PM +0200, Leon Breedt wrote: On Mon, Nov 19, 2001 at 09:36:39PM +1100, Jeff Turner wrote: I was wondering, how do people feel about developing common, universal, generic build.xml scripts for common needs? i've had this exact need. My very first build.xml

taskdef'ing junit

2001-11-17 Thread Jeff Turner
Hi, I'm trying to use taskdef to define the junit task, so I don't have to require all users to copy junit.jar to the $ANT_HOME/lib. I currently have: project name=test_taskdef default=main basedir=. property name=build.sysclasspath value=ignore/ target name=main echoUsing jar

Re: taskdef'ing junit

2001-11-17 Thread Jeff Turner
On Sun, Nov 18, 2001 at 05:25:40PM +1100, Peter Donald wrote: On Sun, 18 Nov 2001 17:15, Jeff Turner wrote: Hi, I'm trying to use taskdef to define the junit task, so I don't have to require all users to copy junit.jar to the $ANT_HOME/lib. [..] Unfortunately it isn't possible

Standardized jar manifest entries? (Re: How do you version jar files?)

2001-11-16 Thread Jeff Turner
(was getting off-topic for ant-user) On Fri, Nov 16, 2001 at 09:36:24AM +0100, Markus Kohler wrote: Hi, -Original Message- From: Peter Donald [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 12:19 AM To: Ant Users List Subject: Re: How do you version jar files?

Re: Calling Ant from a JSP Page (2)

2001-09-20 Thread Jeff Turner
On Thu, Sep 20, 2001 at 05:15:52PM -0700, Massa, Ray wrote: First thanks for all the responses the first time! What I'm trying to do: [..] Process p = Runtime.getRuntime().exec(c:\\ant\\bin\\ant.bat -buildfile c:\\ant\\bin\\build.xml -logfile c:\\ant\\bin\\foo.txt); Ew. Why not just call

Re: Calling Ant from a JSP page

2001-09-13 Thread Jeff Turner
On Wed, Sep 12, 2001 at 11:44:25AM -0700, Massa, Ray wrote: Has anyone successful called Ant from a JSP page? Yes, I'm calling Ant from a JSP for a project now. I started by following the advice in the javadocs for org.apache.tools.ant.Main: If you integrating Ant into some other tool,

Re: wildcarding dir in fileset?

2001-05-04 Thread Jeff Turner
The inventor of the regexp mapper type deserves a medal for providing a solution to this problem. Let's assume we have this structure: src/dir1/classes/ src/dir2/classes/ src/dir3/classes/ src/../classes/ We want to jar the contents of all the classes together, but do not know until runtime

Nested patternsets

2001-04-23 Thread Jeff Turner
Hello again, I'm pretty sure this isn't currently possible, so I'd like to flag it as feature request. I'd like patternsets to be nestable, eg: patternset id=image.files include name=**/*.gif/ include name=**/*.png/ include name=**/*.jpg/ /patternset patternset id=binary.files

Re: Nested patternsets

2001-04-23 Thread Jeff Turner
/ /patternset One could then say: copy filtering=on patternset idref=non.binary.files/ /copy copy filtering=off patternset idref=binary.files/ /copy thanks, --Jeff On Mon, Apr 23, 2001 at 05:26:28PM +1000, Jeff Turner wrote: Hello again, I'm pretty sure this isn't currently possible

Can replace use project filters?

2001-04-22 Thread Jeff Turner
Hi, If I have a bunch of project-wide filters: filter name=name value=.../ filter name=version value=.../ How can I apply them all to a single file? One would think that replace can do this, but replace requires a token attribute. I could do it with: replace token=name value=.. .. / replace

Printing filesets

2001-04-13 Thread Jeff Turner
Hi, Sharing a tip, and making a feature request: Currently, it seems that filesets are not printable, but path-like structures are printable. However, path-like structures can be formed from filesets. Here's an example of how to print a fileset: project name="TestProj" default="print"