running tests for ant 1.6.4

2005-11-14 Thread Manish Marathe
Hello All, Thanks in advance. I was building ant version 1.6.4. It built perfect. Although while running the junit tests that come with the distrition, I am getting errors. Following are some: Errors with JarTest tests, so I just excluded in the build.xml, although the errors keep repeating for

Re: doesn't use my authentication...

2005-11-14 Thread Steve Loughran
Clifton Craig wrote: Ok, when I get a minute I'll trace the bug and see about filing a bug report and/or patch. In the interim, I didn't know about the proxy stuff in the new JRE. I run Linux with the KDE desktop, will it pick up my Konqueror proxy settings as well or do I have to install/confi

Re: doesn't use my authentication...

2005-11-14 Thread Clifton Craig
On Monday 14 November 2005 5:40 am, Steve Loughran wrote: > Clifton Craig wrote: > > I'm trying to go over our company proxy with Ivy and I'm having troubles > > getting the proxy to see my authentication info (user name/password). > > I'm > > > using the task and supplying it with my correct >

Quiet shexec

2005-11-14 Thread Dick, Brian E.
I don't see it in the docs, but is there a way to have shexec do its thing quietly? I'm capturing configuration info from a bunch of remote machines, and I don't want to see the output spew to the console. Later, BEDick

Re: doesn't use my authentication...

2005-11-14 Thread Steve Loughran
Clifton Craig wrote: > I'm trying to go over our company proxy with Ivy and I'm having troubles > getting the proxy to see my authentication info (user name/password). I'm > using the task and supplying it with my correct authentication > info and It still doesn't work. So I dumbed down the pro

Copy with regexpmapper

2005-11-14 Thread Rebhan, Gilbert
Hi, i want to do a filenametransformation when copying a file. I tried with = I want Bla24_Test.ear, but the filename stays the same. What's the right syntax when using rerexpmapper ?? Gilbert - To unsubscribe, e-mail:

Re: [tag] Re: The good ol' JUnit problem

2005-11-14 Thread Peter Reilly
Not quite, one can use the "classloader" task as implemented in bugzilla 28228. http://enitsys.sourceforge.net/ant-classloadertask/ Please note that this uses protected methods on the java classes and thus may not be future compible. However, I do think that optional ant tasks should not require t

RE: [tag] Re: The good ol' JUnit problem

2005-11-14 Thread Jon Skeet
> i didn't quite catch the resolution to this. is there a > solution to using a stock ant distribution , without > modifying your target environment (ANT_HOME/lib, ~/.ant/lib, > etc), and using the optional tasks such as junit, scp, ftp, > etc? if so, can someone give an example of how to do t

AW: Logging from custom tasks

2005-11-14 Thread Jan.Materne
I put a note into the manual [1] about the log levels. Maybe that´s interesting for you. Jan [1] http://svn.apache.org/viewcvs.cgi/*checkout*/ant/core/trunk/docs/manual/CoreTasks/echo.html?content-type=text%2Fplain >-Ursprüngliche Nachricht- >Von: Jeffrey E Care [mailto:[EMAIL PROTEC

AW: How to parse a directory path?

2005-11-14 Thread Jan.Materne
If these directories contain a buildfile which is called by , I would try ${basedir} ... Jan >-Ursprüngliche Nachricht- >Von: Dan Finkelstein [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 8. November 2005 04:56 >An: Ant Users List >Betreff: Re: How to parse a directory path? > >Thanks!

AW: AW: Problems with optional tasks

2005-11-14 Thread Jan.Materne
${user.home}/.ant/lib as described in http://ant.apache.org/manual/running.html#libs Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Sonntag, 6. November 2005 15:57 >An: Ant Users List >Betreff: Re: AW: Problems with optional tasks > >How can

AW: Anyone have a Success task?

2005-11-14 Thread Jan.Materne
My 1st thought was: why that? But ok, if you want to have that, here more thoughts :-) is implemented in Exit.java [1]. Basically it throws an Exception. Therefore Ant itself lets the build fail a custom task couldnt force Ant to quit the build AND print "successful". Jan [1] http://svn.apac