Java 7 incompatibility?

2012-01-10 Thread Dan Checkoway
With Java 6 all is well... $ java -version java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode) $ ant -version Apache Ant version 1.6.5 compiled on January 6 2007 ...but once I upgrade to Java 7: $ java -vers

RE: Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-29 Thread Dan Beaulieu
en 'rename' Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:gudnabr...@gmail.com] >Gesendet: Donnerstag, 28. Januar 2010 19:48 >An: Ant Users List >Betreff: Re: Add new resource to existing ResourceCollection >(path) in ANT build script > >

Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-28 Thread Dan Beaulieu
I've got a build script that builds multiple components and jars them up. I currently build a path like so: And this gets called before every compile target. So every time, its loading everything in the /lib dir and then scanning all of the components for j

ejbjar target fails in eclipse, but works via command line

2009-12-15 Thread Dan Beaulieu
Below is a description of my problem, and here is a pastebin incase any email clients eat the xml markup. http://pastebin.org/65245 I have an ant target that uses the ejbjar task: When I run the target that uses this task in Eclipse, the parser finds ejb-

Re: Defining Properties in an Antlib

2009-11-07 Thread Dan Turkenkopf
Thanks for the help, I decided to use the init macro rather than bringing in another dependency and it seems to work well. -- Dan On Fri, Nov 6, 2009 at 7:26 AM, Wascally Wabbit < wascallywab...@earthling.net> wrote: > Dan Turkenkopf wrote: > >> Is there anyway to defi

Using a Macrodef from a Subproject

2009-11-03 Thread Dan Turkenkopf
upposed to happen at create time. I'm assuming the reason this isn't working is because I'm passing the task definition back to the ParentProject instead of the actual created MacroInstance. Does that make sense? Is it possible to do what I'm attempting, or do I need to reva

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Dan Stromberg
http://stromberg.dnsalias.org/~dstromberg/to-table.html [EMAIL PROTECTED] wrote: XSLT needs XML as input - so CSV wouldnt work. If you want to use XSLT you need the step of converting csv to xml before. Smallest way would use

Re: Testing properties with condition

2007-12-18 Thread Dan Vint
Some more info. It appears that is not working. SO I have this Results in: [echo] rest book isset: true [echo] reset book istrue: ${status2} Can anyone explain this result? thanks ..dan At 08:25 AM 12/17/2007, Dan Vint wrote: I'm trying to use properti

Testing properties with condition

2007-12-18 Thread Dan Vint
1.5 and can't easily change to something more current as there are a bunch of ant extensions that were created that I don''t have access to. ..dan --- Danny Vint Specializing in Panoramic Images of California and

getSpecificationVersion?

2007-11-17 Thread Dan Stromberg
When you build a .jar file with ant, does any play any role in adding the getSpecificationVersion data to that jar, or is that handled strictly by things that ant calls as subprograms? If ant plays a role beyond mere coordination of subprograms, where does it get the data from? Thanks! -

Finding the command from exec task

2007-09-27 Thread Dan Vint
e quotes are being normalized to some standard. What I would like to see is the actual command as it is executed with the program and its arguments. There aren't any parameters to this task to capture that info

RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
Hey Sorry for the disruption, I think I've gotten it down to pure server problems and nothing to do with ant hanging on to references for some reason or another. Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
Sorry for the misunderstanding.. The file being deleted is on the local drive, the only stuff on the share is ant and all the jar files we import that we don't build ourselves. Why it should affect file deleting on the local machine I have no idea, but it does. Dan -Original Me

RE: Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
command returns the exact same value. The build system is a window XP machine. Another note: after several runs through the build script I have managed to make it fail to delete something at a point earlier in the build script, which also hasn't changed... which has me more confused... D

Weird Deleting Problems..

2006-09-14 Thread Dan McFadyen
, and the only immediate difference I can see is that the new network share is faster than the old one. I tried sleeping the delete to see if that would make a difference, but it had no effect. Any ideas on how to solve this are welcome. Thanks, Dan

RE: Failure Handler - Catching a BuildException

2006-09-01 Thread Dan McFadyen
Hello, You could make: and just run checklog instead of full.build, and set full.build to not fail on error I think Dan -Original Message- From: Peter Kahn [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:08 PM To: user@ant.apache.org Subject: Failure Handler

RE: RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
Hey hey! Perfect Antoine! One more lib on the path and it runs top to bottom (with no dirty files to let it skip steps even) Thank you muchly, Dan -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 4:56 PM To: Ant Users List Subject

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
Users List Subject: Re: Very Bad use of Ant... Could it be it's finding the JRE versus the JDK (or SDK)... Dan McFadyen wrote: > Funny, I spoke too soon. > > This lovely new forked and running JVM with it's new ant doesn't seem to be > able to find javac to compile... all t

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
JVM using the combination of: and I'd be more than happy if someone could point out my mistake. Dan -Original Message- From: Dan McFadyen [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 3:08 PM To: Ant Users List Subject: RE: Very Bad use of Ant... Hey hey! I fo

RE: Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
small thing so I might not have noticed it. Thanks! Dan -Original Message- From: Darick Jarvis [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 2:58 PM To: 'Ant Users List' Subject: RE: Very Bad use of Ant... I don't know if this is the official way to call an

Very Bad use of Ant...

2006-08-28 Thread Dan McFadyen
Hello, I am about to ask how to do something that will sound... very very ugly... Is there anyway to run a different version of Ant from within an Ant script? I read the faq and found the explantation of the: [exec] java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher [

Ant, Xerces 2.8.0, and XInclude

2006-03-07 Thread Dan Sanderson
Xerces with the Xslt task? Thanks for any assistance you can provide! Let me know if I should post more complete examples. -- Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: with genericantfile changes basedir !

2005-11-21 Thread Dan Finkelstein
Hi Antoine, I'm afraid I don't know which contribution you're talking about. I don't see one that has to do with for-each !! Which do you mean? Thanks again, Dan At 11:50 PM 11/16/2005, Antoine Levy-Lambert wrote: Hello Dan, maybe you could try to use for or for-each

with genericantfile changes basedir !

2005-11-17 Thread Dan Finkelstein
nt it to remain as it was, that is, just inherit the basedir from the project itself. Is there a way to override the basedir? or a better way to implement this task? Thanks, Dan

Re: How to parse a directory path?

2005-11-07 Thread Dan Finkelstein
Thanks! I guess I was blind!! :( Dan Dick, Brian E. wrote: ? -Original Message- From: Dan Finkelstein [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 2:06 AM To: user@ant.apache.org Subject: How to parse a directory path? Hi -- I have a number of directories on

How to parse a directory path?

2005-11-05 Thread Dan Finkelstein
Can you suggest a solution for this? Thanks much, Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PesterCat Ant Toolkit : New addition to external tools and tasks

2005-08-07 Thread Dan Prince
PesterCat Ant Toolkit. Description: PesterCat is a web testing tool that was designed to perform functional testing for web applications. The PesterCat Ant toolkit contains tasks to playback test scripts and create reports. A patch is attached to this email. Thanks. [EMAIL PROTECTED]2187a2

Ant + jUnit +++ deal with failures?

2005-01-28 Thread Dan
can inteligently deal with failures? (I know jUnit was meant for developer unit testing, not black-box testing, but it fites so nicely into our testing framework!) Thank you for any ideas and suggestions... Dan - To

RE: issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
respond to "Ant Users List" To "Ant Users List" <[EMAIL PROTECTED]> cc Subject RE: issue getting file using scp call within ant Send your build file and output from your build to the list. -Rob Anderson > -Original Message- > From: Dan Symula [mailt

Re: issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
uot; <[EMAIL PROTECTED]> cc Subject Re: issue getting file using scp call within ant - Original Message - From: "Dan Symula" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 23, 2004 10:33 AM Subject: issue getting file using scp c

issue getting file using scp call within ant

2004-11-23 Thread Dan Symula
Ive built a fairly simple ant script to go to several different machines and get some files. The script runs correctly, and gives no error messages. However, for two of the machines it goes to, the files are not received, the other two it does receive files. The output says the file is being r

RE: conditional testing based on compiling

2003-10-03 Thread Dan Perik
thing like this: ...etc... - Dan On Fri, 2003-10-03 at 14:56, Anderson, Kajsa wrote: > What are the other dependencies of "deploy"? From your description, it > sounds like your build file looks something like this: > > ... > ... > ... > > If that's th

conditional testing based on compiling

2003-10-03 Thread Dan Perik
d to "compile" to "deploy". But it still runs the unit tests anyways (even though it doesn't need to). What I'd like to do is have it only run the unit tests IF it had to compile something. Sort of like: do compile { if anything compiled { do

Adding vizant tag to ant tag set?

2003-09-30 Thread Dan Earfull
NT_HOME/lib. 2. Add an appropriate tag to the build file. So... I built a AntViz.jar file from an AntViz download. Here is my copy of AntViz: [EMAIL PROTECTED] dist]# cd /home/dan/AntViz [EMAIL PROTECTED] AntViz]# ls ./ classes/ README.txt ../

&

2003-07-10 Thread Dan Guerrero
I apologize if this question has been asked and answered elsewhere but I am trying to build a specific list of files to be copied using and then trying to copy that list into a specific directory. However, does not support nested , only . Is there any way I can copy a specific list of files fro