RE: "Local" Installation Location for Ant Extensions

2017-10-30 Thread Jay Leggett
How about invoking ant via a .sh script and specify your ANT location in that script. -Original Message- From: Dawid Weiss [mailto:dawid.we...@gmail.com] Sent: Saturday, October 28, 2017 1:01 AM To: Ant Users List Subject: Re: "Local" Installation Location for Ant Extensions If you copy

RE: Is there an existing ant script library available for use?

2017-01-03 Thread Jay Leggett
quot; but other projects seem to "eat up my time." > > Looks like I last worked on this in 2009... > > Anyway - not sure it will help you...but if it does...great :) > > > > On Thu, 15 Dec 2016, Jay Leggett wrote: > > > We are in the process of settin

Is there an existing ant script library available for use?

2016-12-15 Thread Jay Leggett
We are in the process of setting up ~100 projects to build using ant. I was wondering if there was a script library available that we could import. I found the "Ant Script Library", but it is no longer available for download.

Re: using ant for non build tasks

2014-01-15 Thread Jay Bryant
wanted. It had some convenience tasks, too. Some of those tasks involved creating zip files, so I am sure you can make unzipping work, too. Jay Bryant On Jan 15, 2014 7:37 AM, "Mark Lybarger" wrote: > hi, > > i'm putting together a simple business "flow" process.

Re: Ant build script executing task using java code

2009-11-02 Thread Jay
newInst.executeTask("sql"); > > System.out.println("After"); > > > > }catch(Exception e){System.out.println(""+e);} > >} > > > > } > > > > and the ant build script > > > >

Re: Ant build script executing task using java code

2009-11-02 Thread Jay
Hi Martin, I'm using the execute method from the class org.apache.tools.ant.Project. Thanks Jay On Mon, Nov 2, 2009 at 4:34 PM, Martin Gainty wrote: > > any way to take a look at the code for executeTarget > project.executeTarget(taskName);? &

Ant build script executing task using java code

2009-11-02 Thread Jay
eption e){System.out.println(""+e);} } } and the ant build script The debug string "After" never gets printed in the console. -Jay - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Repeated setting of sysproperties in junit

2008-05-01 Thread Jim Jay
Hi, I'm fairly new to Ant and would appreciate some advice: I have targets in a number of build files that all set the same group of system properties for different junit tests. The values set will always be the same as the system properties are set from ant properties loaded from a properties fi

testing garbled text

2008-03-19 Thread LLCool Jay
Oigrin of the n eA lam so nnkiacmed \\\T\h\"\\e Grey L\a\\y\d\\\", Nkentacut tekas its name from a wrod in an Eatesrn Aioalungqn lgaugane of srohteun New Ennlagd, orinaiglly slleped vorulsaiy as ncaotke, nitanacn, and naauitcn. The mneanig of the trem

Re: xslt version

2008-03-13 Thread Jay Bryant
You can also do it just by specifying the class path to Saxon, too. Here's one of my targets that does it: style="object-to-xsd.xsl" filenameparameter="filename" extension=".xsd"> FWIW and HTH Jay Bryant Bryant Communication Services ht

Re: how to set a property based on the contents of files in a tree?

2007-11-07 Thread Jay Dickon Glanville
> > > That I believe works in 1.6.5. I took a quick look at a few other ways > using selectors, but I don't think those work with 1.6.5. > > > > > On 11/5/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I&

how to set a property based on the contents of files in a tree?

2007-11-05 Thread Jay Dickon Glanville
file that matches a RegEx? Is there a better way? Thanks JDG PS: I'm limited by my current environment to ant 1.6.5. -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ant holds on to jar, preventing deletion?

2007-07-24 Thread Jay Dickon Glanville
a doc to the XMLBeans ant task, it generates the java, compiles, and then jars). JDG On 7/24/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: Try forking your task, which may be the one holding on to the jars. --DD On 7/24/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: >

ant holds on to jar, preventing deletion?

2007-07-24 Thread Jay Dickon Glanville
ere a solution? JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Formatter for ant scripts ?

2007-07-04 Thread Jay Dickon Glanville
How you execute it is up to you ( is the norm). I'm not familiar with JTidy. On 7/4/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: Hi, -Original Message----- From: Jay Dickon Glanville [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 12:47 PM To: Ant Users List

Re: Formatter for ant scripts ?

2007-07-04 Thread Jay Dickon Glanville
ds, Gilbert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
ur help. JDG On 6/28/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: On 6/28/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > If I can ask you, and the rest of the community, for a touch more clarification. > > In my example, > 01] > 02] > 03] &

Re: "Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
9 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Jay Dickon Glanville [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juni 2007 17:46 An:

"Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
inition of reference to dependee compile: [echo] doing nothing BUILD SUCCESSFUL Total time: 1 second Should I be concerned with this override? Thanks JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROT

Re: how to get a process id from a spawned task?

2007-05-29 Thread Jay Dickon Glanville
d with every JDK. See : http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html Output of jps on my computer : $ ~/programs/java/jdk1.5.0_10/bin/jps 20608 Jps 6550 Main You could perhaps use ANT's task to run this command. On Mon, 2007-05-28 at 08:19 -0400, Jay Dickon Glanville wrote

how to get a process id from a spawned task?

2007-05-28 Thread Jay Dickon Glanville
y can kill the process if they so desire). Is there a convenient way to get the process id? Thanks -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Thanks for the suggestion. I'll investigate ant-contrib. JDG On 5/16/07, Matt Benson <[EMAIL PROTECTED]> wrote: --- Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > A little more information ... > > I have a single XML Schema document (the source > file). I&#x

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Benson <[EMAIL PROTECTED]> wrote: Jay, should be able to handle what you want to do, but we need a little more information regarding the derivation of your target files. In any event you'll probably end up using a composite mapper (if you're using the element it should magically beha

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Any suggestions? Thanks On 5/14/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: Hello again, I have a situation where many java files are being created from a single xml file. I don't want this to be done if the java files are up to date. Therefore, I'm trying to

question for usage in

2007-05-14 Thread Jay Dickon Glanville
having is that all the examples of the task and it's subtasks deal with the output being a single file. How do I write a to where the target is multiple files? For example So, what type of mapper do I need to map a single source file to multiple target files? --

best way to create an empty patternset?

2007-05-14 Thread Jay Dickon Glanville
es. So, I need an empty patternset so that nothing is included in the classpath or copied to the staging area. Any suggestions? Thanks PS: I'm using Ant 1.6.5 due to some other limitations. -- Jay Dickon Glanville - To

single container for both and ?

2007-05-10 Thread Jay Dickon Glanville
en use that collection inside and tasks, within ant 1.6.5? Thanks in advance. JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: based on contents of a file?

2007-05-07 Thread Jay Dickon Glanville
nformation (and not patterns), this this should work. JDG On 5/5/07, Matt Benson <[EMAIL PROTECTED]> wrote: use the includesfile attribute? If your files don't all share the same base directory, consider using a collection (Ant 1.7). HTH, Matt --- Jay Dickon Glanville <[EMAIL

based on contents of a file?

2007-05-04 Thread Jay Dickon Glanville
red as I don't know the fileset's criteria. Thanks JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom processor for Xslt task?

2006-12-30 Thread Jay Bryant
On Dec 30, 2006, at 8:22 PM, Jay Bryant wrote: I get Ant to work with Saxon with tasks similar to this one: Disregarding my issue for a moment, I don't understand how this could possibly work. Okay, so the Saxon JAR is on the classpath. We could even assume it's the very f

Re: Custom processor for Xslt task?

2006-12-30 Thread Jay Bryant
o applicable to Xslt. Trevor I get Ant to work with Saxon with tasks similar to this one: Jay Bryant Bryant Communication Services - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sharing dbConnection object between 2 custom tasks

2006-06-12 Thread Karl Jay Garcia
I was wondering if you can help me with my question, very much the same as from this thread: http://www.ant-tasks.com/msg/11730.html I wasn't sure how one would create the custom datatype that shares a dbConnection. I have not found any info on the web that describes this fully. For instan

RE: Improving the manual

2005-07-28 Thread Jay Burgess
syntax came from?!?, etc. I believe there's a nice middle-ground between making the docset both a tutorial and a reference (kind of like "Java in Nutshell", if you're a Java person). And I too would love to help out, if a group was started to work down this road.

RE: silently

2005-07-26 Thread Jay Burgess
Thanks for the idea. It sounds promising. Jay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 11:24 AM To: user@ant.apache.org Subject: AW: silently Just my few cents: Define the "check" logic in a . - if the check pas

silently

2005-07-26 Thread Jay Burgess
Ant invocation quietly and move on to the next line. Unfortunately, while I can accomplish this with the task, I get a nasty BUILD FAILED message which is not really the case. Is there a way, using Core Tasks, to test and "fail silently". Thanks. Jay | Jay Burgess [Vertical Technology Group

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
vs log build.xml Or from an Ant script e.g. Let me know if you have any problems with this, in case I missed a step. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- From: Jay Burgess [mailto:[EMA

RE: Checking out with CVS_RSH=ssh using ant

2005-05-25 Thread Jay Burgess
tails. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links via RSS" | http://www.vtgroup.com/ -Original Message- From: Todd Nine Sent: 2005-05-24 22:04:32 Subject: Checking out with CVS_RSH=ssh using ant Hi all, I'm trying to execute an ant target th

RE: Catch-all target?

2005-05-24 Thread Jay Burgess
That's a really good point. A "build.bat" file would simplify it even further: build I was so interested in trying to do it Ant-like, that I didn't consider alternatives. Thanks for the info. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technol

Catch-all target?

2005-05-24 Thread Jay Burgess
uild Since "build" and "" are known ahead of time, I can make them targets. However, "" is always varied, and so I'd like to find some way to make this work. I realize I can do: ant build -Dtag= But I'd rather avoid the "-Dtag=" if poss