Re: Quick GenJar Question

2003-01-29 Thread Jeff
Brian Quirk wrote: Hi, I'd like to Jar all the classes (and dependent classes) in a package without listing each class via the class element: genjar jarfile=Bar.jar class name=com.foo.bar.class1/ class name=com.foo.bar.class2/ class name=com.foo.bar.class3/ /genjar

RE: Using Ant to stop and start Tomcat

2002-12-13 Thread Jeff Barrett
making them useful. I'm hoping to find time to go a little deeper, maybe write some docs myself. +jeff -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 7:32 AM To: 'Ant Users List' Subject: RE: Using Ant to stop and start Tomcat Do

RE: file-set in zip has a lowercase bug?

2002-12-11 Thread Jeff Barrett
Winzip does indeed lie. Sorry about the confusion. It was in the faq and everything... dangit. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:03 PM To: [EMAIL PROTECTED] Subject: Re: file-set in zip has a lowercase bug? Probably

file-set in zip has a lowercase bug?

2002-12-10 Thread Jeff Barrett
ant 1.5.1 win2k directory structure: WEB-INF/build/build.xml WEB-INF/xs/sidebar.xsl WEB-INF/XSLT/sidebar.xsl build.xml target name=build-war delete file=ming.war/ zip destfile=ming.war update=no whenempty=create fileset dir=../.. excludes=CVS casesensitive=yes

entity reference

2002-11-13 Thread Jeff Johnson
under other circumstances. Thanks, Jeff -- To unsubscribe, e-mail: mailto:ant-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:ant-user-help;jakarta.apache.org

RE: entity reference

2002-11-13 Thread Jeff Johnson
with the '%' characters, I replaced them with the escaped hexadecimal equivalent (#x25;), and everything is working fine now. - Jeff -Original Message- From: Jeff Johnson Sent: Wednesday, November 13, 2002 2:27 PM To: Ant (E-mail) Subject: entity reference Greetings, Has anyone seen this error

Re: JBuilder 7, Ant and JDK 1.4.1

2002-10-28 Thread Jeff
Does anyone know how to set another JDK to compile when using Ant in JBuilder 7? setting JAVA_HOME will work only if you kick off your builds from the command-line. When running within JBuilder the JAVA_HOME is reset to the same one JBuilder uses to run. To get around this problem I used

RE: MAIL task

2002-10-25 Thread Jeff Johnson
messagemimetype=text/html fileset dir=${test.dir}/reports include name=test-report.zip/ /fileset /mail - Jeff -Original Message- From: Dushyant Shrivastava [mailto:dushys;yambay.com] Sent: Wednesday, October 23, 2002 12:24 AM To: Ant Users List

RE: Question about how ant runs ...

2002-10-25 Thread Jeff Johnson
Yes, it does call System.exit. You should call the Ant APIs directly (i.e, use org.apache.tools.ant.Project, etc.). Check out: http://www.onjava.com/pub/a/onjava/2002/07/24/antauto.html - Jeff -Original Message- From: Saripalli, Raju [mailto:Raju.Saripalli;jenzabar.net] Sent: Friday

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
. --Jeff Please help. Thank You, Edward Grinvald Computer Associates International Programmer, Storage Development [EMAIL PROTECTED] (631) 342 6350 -- Hell is a state of mind. And every state of mind, left to itself, every shutting up of the creature within the dungeon of it's own mind

Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
. And also, some of my custom swing stuff just doesn't work when I run it under 1.1.8. If I execute ant using JDK1.1.8 my build is just fine. What's up? Jeff project name=Package qec.util default=build basedir=. property name=build.compiler value=javac1.1 / property name=java.target

Re: Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
: Compiling for JDK 1.1.8 tried forking to see if that would work? a suggestion offhand... On Thu, 20 Jun 2002 10:42:23 Jeff Larsen wrote: I'm running Ant 1.4.1 under JDK 1.3.1. I need to compile some projects to be run under JDK 1.1.8. See the buld.xml below... Ant is *NOT* properly

Re: Compiling for JDK 1.1.8

2002-06-20 Thread Jeff Larsen
Bingo! Moving %JAVA_HOME%/lib/classes.zip from {classpath} to {bootclasspath} did it. It sure would have been nice if this were better documented! The purpose of bootclasspath isn't really explained in the Ant 1.4.1 docs. Thanks! Jeff - Original Message - From: Geoff Meakin [EMAIL

Newbie question: copying absolute files

2002-05-31 Thread Jeff Turner
. Did Conor's polymorphic types get into Ant 1.5? Perhaps the Copy task could be made to play with AbstractFileSets instead of FileSets? Thanks, --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: auto dependency generation?

2002-04-11 Thread Jeff Sahol
You read me right. That is exactly what I need. Conor MacNeill wrote: From: Jeff Sahol [mailto:[EMAIL PROTECTED]] So yes, javac picks up the dependencies quite well, but it's not suited for determining jar file contents. Check out the new type classfileset which should help you here

Re: auto dependency generation?

2002-04-10 Thread Jeff Sahol
I think I know what the original post is about, or maybe it's just similar to my own situation. Mine is with creating EJB jar files for hot deployment. In general, though, if (1) you are creating many different jarfiles off of one build, (2) each jarfile has a core class or classes, and (3)

RE: Preserving URL paths in apply tasks

2002-03-14 Thread Jeff Lowery
Thanks, I'll give it a shot. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 8:58 AM To: Ant Users List Subject: RE: Preserving URL paths in apply tasks --- Dominique Devienne [EMAIL PROTECTED] wrote: I noticed taskdef

Preserving URL paths in apply tasks

2002-03-13 Thread Jeff Lowery
Ant wants to convert the fileset dir attribute to a DOS path format. Any way to get the apply behavior to work in this case? [1] http://www.ltg.ed.ac.uk/~ht/xsv-status.html Jeff Lowery -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

RE: Preserving URL paths in apply tasks

2002-03-13 Thread Jeff Lowery
Is there some reason you're using apply with a fileset, when you only have the one file? Just using it as an example. Replace generic.xs with *.xs and you'll see where I'm going. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

help - uptodate task clarification needed please.

2002-02-21 Thread Jeff Vincent
to true. What am I missing, besides a bit more hair? I tried switching the srcfile and targetfile thinking I had them backwards and still it gets set to true. Thanks much, Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: help - uptodate task clarification needed please.

2002-02-21 Thread Jeff Vincent
ACK!! — Thank you. I really need more sleep. [EMAIL PROTECTED] 02/21/02 07:42PM --- Jeff Vincent [EMAIL PROTECTED] wrote: target name=isUpToDate uptodate property=buildLexer targetfile=gensrc/Lexer.java srcfiles dir=. includesfile=Lexer.g/ /uptodate /target

Re: Hot Deploying EJBs on Weblogic 6.1

2002-02-20 Thread Jeff Sahol
We use the FTP task to hot deploy. Ajay Chitre wrote: Hello, Has anyone developed an Ant task that runs weblogic.deploy program? If nobody has then I would like to, but unfortunately, I can't get weblogic.deploy program to hot deploy EJBs. Please help... After reading the Weblogic

Netbeans/ANT integration and classpath issue

2002-02-08 Thread Jeff Vincent
anyone enlighten me on how to do it? Thanks, Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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
/ant/ I guess someone forgot to copy the 1.4.1 RPM to Jakarta.. --Jeff Thanks, Brad -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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
), and what the developers want (prolog). --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Trimming unnecessary classes from jars

2001-11-27 Thread Jeff Turner
the task is; given one class, determine a list of it's dependencies. I've been looking at the Depend task, which does something very similar. If nothing suitable comes to light, I'll look into hacking Depend. thanks, --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

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
source, it certainly isn't now ;( Update: August 10, 2001 Version 7.3 now available by license only (downloadable after purchase). --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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
. No 'obfuscated buildfile' competitions then? Oh well.. if you insist ;) Those nasty ant-devvers have made obfuscation hard already, with all their 'declarative' and 'keep the core simple' talk.. --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

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
-generic term for something in Ant2 :) This could be the first pebble in an avalanche of confusion. Anyway, I'll use 'recipes' from now on. --Jeff -- Cheers, Pete -- Mark Twain: In the real world, the right thing never happens

Re: Newbie Questions

2001-11-21 Thread Jeff Turner
[..] We'd like to set up a repository of sample build files some time soon. You can find a generic build.xml and project structure here: http://opensource.socialchange.net.au/build/ --Jeff -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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
to everyone's comments :) --Jeff jeff@expresso:~/sco/share/doctype$ ant -projecthelp Buildfile: build.xml Default target: main Main (default) target Main targets: clean Cleans the build result. compileCompiles the source code compile-tests Compile the unit tests dist

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
: /home/jeff/tmp/java/ant/taskdef/build.xml:8: taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found I've verified that ${ant.home}/lib/optional.jar exists and contains that class. Should this be possible? I've tested with Ant 1.4 and the latest from CVS. thanks

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
of taxonomies and classloaders.. those are just applications. All I'm proposing right now is 3 standardized manifest entries, and a tool to read them. That alone, if adopted widely, would be of great benefit in a world of proliferating unidentifiable jars. --Jeff [1] http://java.sun.com/j2se/1.4/docs

synchronize directory task

2001-11-14 Thread Jeff Sahol
Is there a task for synchronizing a directory structure from one location to another? I don't want to do a delete and then copy, I want to minimize the need for copying files. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: synchronize directory task

2001-11-14 Thread Jeff Sahol
directory task Have you checked out move? -Original Message- From: Jeff Sahol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: synchronize directory task Is there a task for synchronizing a directory structure from one location to another

Re: Calling Ant from a JSP Page (2)

2001-09-20 Thread Jeff Turner
org.apache.tools.ant.Main() directly? Example at: http://newgate.socialchange.net.au/~jeff/apache/jakarta/jakarta-ant/antrunner/run.jsp.txt --Jeff

Re: Calling Ant from a JSP page

2001-09-13 Thread Jeff Turner
in Ant code which (for some reason) kill Tomcat 3.2.x. Anyway, I've wrapped up all the above into a little project, at: http://newgate.socialchange.net.au/~jeff/apache/jakarta/jakarta-ant/antrunner/ It uses the SecurityManager classes from cruisecontrol. There's an example JSP in that directory too

CVS Problems with home directory

2001-07-26 Thread Jeff
look at? Thanks, Jeff

RE: additional clearcase tasks

2001-07-16 Thread Jeff Post
Hi Knut, You may want to review this posting: http://marc.theaimsgroup.com/?l=ant-userm=99262856302465w=2 I had developed some tasks that set different config specs, and provided some other functionality. It would be straight forward to load and save config-specs from/to a file. Jeff

RE: Mail api ...

2001-06-29 Thread Jeff Post
Looks like you haven't specified a mail host. JP -Original Message- From: Hari Ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 12:35 PM To: [EMAIL PROTECTED] Subject: Mail api ... I'm trying to send the build log thru' .mail I get this error : mail.xml:3: IO error

RE: script task: suggestion about the docs

2001-06-22 Thread Jeff Post
probably can't put more than 15 minutes a day intro it. I don't even know what kind of format the Ant project would want this in. But, I am willing to take it on if you are! What do you think? Jeff Post -Original Message- From: Suu Quan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001

RE: Having trouble getting multiple targets to execute

2001-06-20 Thread Jeff Post
It seems to me that if you set compile as your default target, then init should execute. However, if your default target is init, then that will be the only target to execute in your build file. -Original Message- From: Allan McNeil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20,

RE: ClearCase. How used?

2001-06-19 Thread Jeff Post
We use Ant to do two types of builds (daily and production). For daily builds I only need the special tasks which start a view, mount a vob, and set the config-spec. For production builds, I start with the above, then label our source files at the beginning of the build, then after I have

RE: ClearCase

2001-06-15 Thread Jeff Post
I am using base clearcase, and I am using dynamic views exclusively. JP -Original Message- From: Peter Vogel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:46 AM To: '[EMAIL PROTECTED]' Subject: RE: ClearCase Hi Ryan, Are you using UCM or base clearcase? Are you running

RE: log method doesn't indent.

2001-06-14 Thread Jeff Post
I'm sure there is a better answer to your question, but what I did was just put 4 spaces at the beginning of my log strings. JP -Original Message- From: Ferguson, Doug [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 4:53 PM To: [EMAIL PROTECTED] Subject: log method doesn't

RE: doing SourceSafe get

2001-06-08 Thread Jeff Post
getcode: [exec] Username: ant ^CTerminate batch job (Y/N)? d:\jdk1.2.2\bin\java.exe was unexpected at this time. thanks for your help! :) From: Jeff Post [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: doing SourceSafe get Date

RE: doing SourceSafe get

2001-06-07 Thread Jeff Post
You don't use exec task with vssget. Instead of using the task vssget, you use the task exec. His example shows how to use that task: Example: exec executable=${ss.path}/ss.exe arg value=get / arg value=${project} / arg value=-R / arg value=-I- / arg

RE: doing SourceSafe get

2001-06-07 Thread Jeff Post
get in my earlier message I'd asked about -Y the user name and password I have is ant, ant So when I write arg value=-Yant, ant /, i get the following D:\ap2\javasrc\serverant getcode Buildfile: build.xml getcode: [exec] Username: ant then it just hangs there !! From: Jeff Post [EMAIL

RE: using optional tasks with the binary distribution

2001-06-07 Thread Jeff Post
You need to get the optionl.jar from here: http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/ and put it in your ANT_HOME/lib directory JP -Original Message- From: Boutelle, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 4:23 PM To: '[EMAIL PROTECTED]'

How to get command line?

2001-06-04 Thread Jeff Post
the ClearCase class ). What I need to find out is how to get the command line that launched Ant. For example: If I type ant -checkoutproject -comment someComment.., where -checkoutproject is the target, how can I access the remaining parameters from my custom tasks?? Thanks for your help! Jeff Post

RE: FTP task

2001-05-23 Thread Jeff Post
Title: quiet copy,move, delete I would think that you would just use the ftp task repeatedly, each time with a different remotedir and a different fileset. JP -Original Message-From: Urmi Roy [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2001 3:28 PMTo: '[EMAIL

RE: where to find BUILT-IN properties

2001-05-18 Thread Jeff Post
Check out the ant user mailing list archives The answer is here: http://marc.theaimsgroup.com/?l=ant-userm=98779377226211w=2 JP -Original Message- From: Suu Quan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 3:46 PM To: ANT user group Subject: where to find BUILT-IN properties

RE: FTP and socksified

2001-05-11 Thread Jeff Post
Title: RE: VSS task question Try putting netcomponents.jar in the directory ANT_HOME\lib JP -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Friday, May 11, 2001 4:17 PMTo: [EMAIL PROTECTED]Subject: FTP and socksified Hi everyone, I am new

Re: wildcarding dir in fileset?

2001-05-04 Thread Jeff Turner
the structure below classes/. To use the regexp mapper type, you need optional.jar and jakarta-regexp.jar in your $ANT_HOME/lib directory. The docs describe this adequately. I've put together a small demo of the above at http://kenny.socialchange.net.au/~jeff/ant/ant-wildcard.zip HTH, --Jeff

RE: Task from a task?

2001-04-30 Thread Jeff Post
found. -Jeff

Nested patternsets

2001-04-23 Thread Jeff Turner
include name=**/*.class/ include name=**/*.jar/ patternset idref=image.files/ /patternset Is that achievable currently? thanks, --Jeff

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
token=version value=.. .. / one replace per variable, but that's not very nice. If there is no easy way currently, can I make a feature request? :) I'd like replace's token attribute to be optional, and if not present, the project-wide filters are used. thanks, --Jeff

Re: Includes within ANT

2001-04-20 Thread Jeff
5. I don't want every build.xml file to contain hard-coded references to the infrastructure - for example: property name="infradrive" value="k:/infra_v1_1_2" / property name="WeblogicVer" value="5.1.0" / property name="BEA Dir" value="BEAProducts" / Look at the proprty task, you can pull

How to use jar with 3rd party jars

2001-04-16 Thread Jeff
Can someone point me to an example of how to load third party jars with the jar command. Do I have to list all of the classes in a list? Is there a method for jar which figures out which classes to include based on a list of class files? Thanks, Jeff

Printing filesets

2001-04-13 Thread Jeff Turner
ue}"/ /target /project And the feature request: could the hack be made unnecessary by making filesets referenceable through a refid directly? thanks, --Jeff

Re: Running out of Memory

2001-04-05 Thread Jeff
If you are using the JBuilder AntRunner plug-in this method won't help, but I found running JBuilder via the command-line is quicker and uses less memory. Attached is the optional task I use to compile builds with JBuilder and here is an example of how I use it: project name="Build"

Problem with JUnitReport optional Task

2001-04-04 Thread Jeff
) at org.apache.tools.ant.Project.executeTarget(Project.java:536) at org.apache.tools.ant.Project.executeTargets(Project.java:510) at org.apache.tools.ant.Main.runBuild(Main.java:421) at org.apache.tools.ant.Main.main Thanks, Jeff

Re: Problem with CVS

2001-04-02 Thread Jeff
target name="init" property name="MODNAME" value="myModule" / delete dir="${MODNAME}" / /target target name="cvsGrabTests" depends="init" cvs CVSRoot=":pserver:cvsUser@cvsServer:/projectX/dev/cvs/repo" package="${MODNAME}" dest="." / /target Anoop wrote: Hi all,

Ant1.3 - Can I have spaces in fileset includes/excludes?

2001-03-13 Thread Jeff McAffer
in a number of important tasks (e.g., copy), this has far-reaching consequences. Am I missing something here? Is there a way of quoting the spaces? Thanks in advance Jeff __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices

Problem with compiling ant source

2001-02-26 Thread Jeff Taillon
ava %TOOLS%\ant\util\regexp\RegexpMatcherFactory.java echo. I'm I missing somthing? or it is really a problem? Thanks, Jeff

RE: ejbjar in Ant 1.3

2001-02-15 Thread Jeff Davies
You timing is impeccable Conor. Next week I will be migrating our beans from WLS 5.1 to 6.0. I elaready have Ant scripts written, so I should be able to give the ejbjar task a good test! Thanks for getting to ready for WLS 6. - Jeff -Original Message- From: Conor MacNeill [mailto:[EMAIL

Deleting directories

2001-02-13 Thread Jeff Davies
'm doing wrong? It seems to me that I once read a way to do thin in the Ant docs, but I haven't found that information yet. Any help would be much appreciated! - Jeff Davies -Original Message- From: Kevin Mukhar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:38 AM To:

RE: project name

2001-02-13 Thread Jeff Davies
Yes you can. There is a built in property called ant.project.name that contains the info you need. Refer to it as ${ant.project.name}. - Jeff -Original Message- From: Frank Chang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:37 AM To: [EMAIL PROTECTED] Subject: project

RE: Deleting directories

2001-02-13 Thread Jeff Davies
. - Jeff -Original Message- From: Glenn McAllister [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 10:52 AM To: [EMAIL PROTECTED] Subject: Re: Deleting directories Brett Ramdeen wrote: Hehe, this one will work for sure: target name="clean" delete dir=&q

RE: Deleting directories

2001-02-13 Thread Jeff Davies
question I did learn more about filesets, and I'm pretty happy about that. Thanks to everyone that commented on my question! - Jeff -Original Message- From: Rick Szeto [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: Re: Deleting directori

RE: Can someone tell me what is so great about Ant?

2001-02-06 Thread Jeff Davies
. - Jeff

RE: Passing build.xml thru XSLT?

2001-01-24 Thread Jeff Martin
You could possibly create a wrapper build file which uses the style task to style a build file and then you can call the output using the ant task. -Original Message- From: Tim Vernum [mailto:[EMAIL PROTECTED]] Sent: 24 January 2001 05:06 To: '[EMAIL PROTECTED]' Subject: Passing

RE: launch an application stored in a jar

2001-01-23 Thread Jeff Davies
y knowledge, passing in the classname attribute to the Java task won't help you if you are using the -jar option. Good luck, - Jeff Davies Silicon Valley (aka Ferrari land, aka I can't afford to live here), USA -Original Message- From: Alain RAVET [mailto:[EMAIL PROTECTED]] Sent:

RE: Problem with Ant, Win2k, JDK 1.3, tools.jar

2001-01-23 Thread Jeff Davies
You have to have tools.jar added to your CLASSPATH. That should do the trick. - Jeff -Original Message- From: Danny Ayers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 5:15 AM To: [EMAIL PROTECTED] Subject: Problem with Ant, Win2k, JDK 1.3, tools.jar Hi, Apologies

RE: Instability in Ant

2001-01-18 Thread Jeff Davies
One possibly interesting thing. This problem only occurs for me when I run the Weblogic EJBC. I'm using Weblogic 5.1, service pack 8. Here is the sample output from Ant when my "master" build script fails: header: [echo] *** [echo] *

RE: instability in ant

2001-01-17 Thread Jeff Davies
on the second project. I then run Ant again. Ant knows to skip the first project (its already built), it the successully builds the second project, but dies on the 3rd project, etc. etc. Using Ant 1.34 alpha (Jan 16th). I'll try it again tomorrow and post the results. - Jeff -Original Message

RE: echo $Classpath

2001-01-09 Thread Jeff Davies
I am beyond pleasantly suprised; I'm positively ecstatic! This will really help me build so good scripts. Thanks for the tip! - Jeff -Original Message- From: Peter Donald [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 5:52 PM To: [EMAIL PROTECTED] Cc: '[EMAIL PROTECTED

Re: JUnit, Formatter

2000-12-30 Thread Jeff Martin
As part of the Alexandria http://java.apache.org/alexandria/ project I've written an ant task org.apache.alexandria.AggregateTests that will aggregate all the reports from a directory and place them into a single XML file. It also appends the totals to another XML file. Once you've got it in this

RE: ant and jdk1.3

2000-12-21 Thread Jeff Davies
? - Jeff -Original Message- From: Link, Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 11:33 PM To: '[EMAIL PROTECTED]' Subject: ant and jdk1.3 hi! i'm using ant with jdk1.3 on winnt4. when i try to compile java-files, i get the following errormessage: compile: [javac

RE: ejbjar does not include non-bean files

2000-12-21 Thread Jeff Davies
command AFTER the ejbc task has run. This subsequent jar command then adds all of the support files to the ejb jar and everything works great! - Jeff -Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 19, 2000 11:17 PM To: [EMAIL PROTECTED] Subject: Re