Re: Junit 5 support

2017-01-07 Thread Dann Ryan Hilario
nn On Sun, Jan 8, 2017 at 2:39 AM, Stefan Bodewig wrote: > On 2017-01-07, Dann Ryan Hilario wrote: > > > There are lots of exciting developments in JUnit 5 recently and I'm > > wondering if there are ongoing development or plan to support the JUnit 5 > > platform anyt

Junit 5 support

2017-01-06 Thread Dann Ryan Hilario
Hello, There are lots of exciting developments in JUnit 5 recently and I'm wondering if there are ongoing development or plan to support the JUnit 5 platform anytime soon? I believe the JUnit 5 team has been actively collaborating with Maven and Gradle team for a native support and a lot of guys

Re: Problems parsing @@

2014-12-05 Thread Ryan Payton
9.4. > > > > > > > > > > > > Jan > > > -Ursprüngliche Nachricht- > > Von: Ryan Payton [mailto:rpay...@tibco.com] > > Gesendet: Freitag, 5. Dezember 2014 03:13 > > An:

Problems parsing @@

2014-12-04 Thread Ryan Payton
Hello, I am running into an issue using @@ in a .properties file. The variable is a database password (I also tried using it in the username and still didn't work), and fails our build since Ant is unable to connect to the database. However, when I enter @@@ in the .properties file, and leave the

Re: Copying Folder

2008-12-22 Thread Brett Ryan
My apologies, I think I didn't read the question correctly, Jan is correct after I read again :) -Brett On Mon, Dec 22, 2008 at 7:38 PM, wrote: > includeEmptyDirs="false"> - To unsubscribe, e-mail: user-unsubscr...@ant.apache.

Re: Copying Folder

2008-12-22 Thread Brett Ryan
The problem is that your `include' clause is implicitly ignoring folders, if you wish to use the include clause add another with the value of '*/', otherwise remove On Mon, Dec 22, 2008 at 7:26 PM, blazingwolf7 wrote: > > Hi, > > I am trying to used ant to copy all files from one folder to anoth

User manual typo (section `Installing ant')

2008-12-18 Thread Brett Ryan
In section Installing Ant -> Linux/Unix (csh) Having a symbolic link set up to point to the JVM/JSK version makes updates more seamless Should read Having a symbolic link set up to point to the JVM/JDK version makes updates more seamless -Brett.

Use zip or jar as fileset?

2008-05-22 Thread Asleson, Ryan
t can only be pointed to a directory, not a jar or zip. Is there any way I can tell Ant to read the *.hbm.xml files from the zip or jar without actually unzipping it? Thank you!! -Ryan This e-mail message is being sent solely for use by the intended recipient(s) and may contain confide

Passing a reference to a custom object between tasks

2007-09-12 Thread Ryan Tandy
orce Ant to load my class into its global class loader? Are our suspicions completely in the wrong direction? Is this a horrible abuse of references, for which I should be punished endlessly? Your input is greatly appreciated. Thanks, Ryan ---

Re: Using Java xml properties file with Ant

2007-07-20 Thread ryan
Hey Nik, Good question. Looking at the ant source it looks like the property value is overwritten with the new value concatenated onto the old value with a comma in between. So the old value is lost. This is probably not the answer you are looking for but you could use ant contrib's foreach

Re: Difficulties Installing Ant

2007-07-19 Thread ryan
Hi Clay, It sounds like you have ant installed and ready to go. Did you download the binary zip bundle and unzip it? If so I think you are ready to roll. By default when you invoke ant it looks for a build.xml file in the current directory and runs the default target defined in that file. If

Re: Help with iteration in for loop

2007-07-03 Thread ryan
Not sure about the props file question but can you use a variable. Something like below: counter: ${counter} Echos the following: testme: counter: 1 value is 1 counter: 2 value is NOT 1 counter: 3 value is NOT 1 hth. -ryano - Original Message - From: "broken conne

Re: in ant-contrib-1.03b.jar

2007-06-15 Thread ryan
> - Original Message - > From: "Dwayne Walker" <[EMAIL PROTECTED]> > To: user@ant.apache.org > Subject: in ant-contrib-1.03b.jar > Date: Fri, 15 Jun 2007 12:21:29 -0500 > > > ok I have just started using ant-contrib. I have got the working > but I am now trying to get the working > >

Ant 1.7.0 specific error: failed to create task or type taskdef

2007-05-30 Thread ryan
Hey Folks, We recently upgraded from Ant 1.6.5 to Ant 1.7.0. We noticed that code in our build listener that functioned properly in Ant 1.5.x through Ant 1.6.5 no longer works with 1.7. The code basically adds some targets to a top level build file so if users invoke ant in a sub-directory wi

Re: Zero-Padding an Int Ant Property

2006-08-25 Thread Ryan Sawatzky
Hi Antoine, Thanks a whole lot! That works perfectly! Thanks again, -Ryan Antoine Levy-Lambert wrote: Hello Ryan, under "Optional Tasks" in the manual there is something called . it can format numbers, so this might be what you want. since its output is a file, you will need t

Zero-Padding an Int Ant Property

2006-08-24 Thread Ryan Sawatzky
I can have ant zero-pad the build number property out to 4 digits? Or is there another way to do this? Thanks for any ideas, -Ryan -- / Ryan Sawatzky Software Engineer Computer Projects Of Illinois, Inc. 6416 South Cass Ave. Westmont, IL 60559 Pho: 630-

Logging depending on return result from Java prog

2005-10-28 Thread Ben Ryan
--Dr Ben Ryan MBCSTechnical DirectorKainao LimitedTel (Direct): +44 1484 453306Tel (General): +44 1484 453303Fax: +44 1484 453343Web: http://www.kainao.com

attachment mime settings

2005-04-01 Thread Ryan Shoemaker - JavaSoft East
nts is wrong. It should be "Content-type: image/png;..." Is there some way I can control the MIME settings on the attachments? Thanks, --Ryan From - Fri Apr 01 15:48:07 2005 Date: Fri, 01 Apr 2005 15:43:24 -0500 From: [EMAIL PROTECTED] Subject: Java WS/XML Stats for 20050401 To: [EM

Filtering on war/jar task

2004-04-02 Thread Ryan Steckel
Is it possible to do filtering "on the fly" with the war/jar task? Or, do I need to copy (with filtering) to a directory, and then jar the files from there? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

lib subtask of war broken in 1.5.2

2003-03-07 Thread Sonnek, Ryan
om my buildfile: let me know if i can provide anything else. Ryan - To unsubscribe,