AW: Junit4 ant 1.6.2

2007-09-27 Thread Jan.Materne
JUnit4.x is a very new version while Ant 1.6.2 is a very old one. You should update to Ant 1.7.0 which has JUnit4 support. JUnit's APIs changed a little bit ... Jan >-Ursprüngliche Nachricht- >Von: Kirtane, Shobhana Vijay [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. September 20

AW: Ant diagnostics

2007-09-27 Thread Jan.Materne
Do you have an empty classpath? Where does /local/skirtane/apache-ant-1.7.0 come from (bin-distro from Apache, JPackage, something else)? Jan >-Ursprüngliche Nachricht- >Von: Kirtane, Shobhana Vijay [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 28. September 2007 02:09 >An: user@ant.a

RE: Junit4 ant 1.6.2

2007-09-27 Thread Kirtane, Shobhana Vijay
Here is the snippet from build.xml This same thing worked when I had junit 3.8.1 Thanks for your response Shobhana -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursda

Ant diagnostics

2007-09-27 Thread Kirtane, Shobhana Vijay
WHen I type ant -diagnostics I get this result ant -diagnostics --- Ant diagnostics report --- Apache Ant version 1.6.2 compiled on August 5 2004 -> ant 1.6.2 --- Implementation Version (JDK1.2+ only) --

RE: Junit4 ant 1.6.2

2007-09-27 Thread Anderson, Rob (Global Trade)
Please post the related portion of your build.xml. -Rob A > -Original Message- > From: Kirtane, Shobhana Vijay [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 27, 2007 3:36 PM > To: user@ant.apache.org > Subject: Junit4 ant 1.6.2 > > Hi all, > > When I include junit.jar(junit4.

Junit4 ant 1.6.2

2007-09-27 Thread Kirtane, Shobhana Vijay
Hi all, When I include junit.jar(junit4.4) in classpath in this way : EXPORT CLASSPATH = /:junit.jar , my test cases work fine.No problem here When I set the junit.jar in classpath in build.xml it fails out Could not create task or type of type: classpath. Ant could not find the task or a

Re: Proguard

2007-09-27 Thread gillian.lopes
Thanks people!! I did it in a diferent way, but now I got to errors. 1º) I can't login in my system 2º) The lookandfeel of my app got diferent. Well, when I run the ant task I got this [proguard] Note: br.com.bancoob.cedente.command.MontarMenuLookAndFeelCommand calls '(javax.swing.LookAndFeel)

RE: Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-27 Thread Anderson, Rob (Global Trade)
Probably not the advice you are looking for, but I'll share it anyway... I strongly recommend against using any of the following characters in file names or pathnames. @$#%*!~()\|/?`,;:<> (perhaps others as well) Programming languages and shells often treat these characters differently than alpha

Re: ant script just hang when checking out of CVS [Similar problem with cvstagdiff]

2007-09-27 Thread Dominique Devienne
On 9/26/07, Saladin Sharif <[EMAIL PROTECTED]> wrote: > triggered a JVM thread dump on the hanging Ant > process. I have copied and pasted the thread dump at > the end of this e-mail message. Nothing that looks unusual there. The cvs command was forked, and the stream pumper on another thread is

RE: problems with ant optional tasks

2007-09-27 Thread Stephen Wilkinson
Thanks folks This is a small part of my job so I don't have the time to keep at it and there will be delays between seeking information and implementation. I have spent much time with the documentation, part of the problem is that I don't really know which optional libraries I need. All I am going

Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-27 Thread TSD Contractor2
APOLOGIES FOR THE DOUBLE POSTING (OUTLOOK SCREWED UP THE ORIGINAL) Tried running the following command using Ant 1.7: And get the following: no remote path in [EMAIL PROTECTED]:/var/mqm/qmgrs/LIGWGWAY1/@ipcc/AMQCLCHL.TAB This used to work in Ant 1.6.5!! It looks like some over-zealous checks

Optional scp task does not accept remote paths with the '@' symbol in them

2007-09-27 Thread TSD Contractor2
Tried running the following command using Ant 1.7: mailto:[EMAIL PROTECTED]:/var/mqm/qmgrs/LIGWGWAY1/@ipcc/AMQCLCH L.TAB> localTodir="client_conn_tables" password="blah" trust="yes"/> And get the following: no remote path in [EMAIL PROTECTED]:/var/mqm/qmgrs/LIGWGWAY1/@ipcc/AMQCLCHL.TAB This use

Re: Finding the command from exec task

2007-09-27 Thread Peter Reilly
Also, remember that after this the command line arguments gets passed to java's Process class and on WINDOWS the arguments get processed futher - especially with regards to " and '. Peter On 9/27/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi > > > There aren't any parameters to this task to c

Re: Finding the command from exec task

2007-09-27 Thread Kevin Jackson
Hi > There aren't any parameters to this task to capture that information, any > idea how I might get this information? > try ant -debug, it should list the entire command line Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

AW: Finding the command from exec task

2007-09-27 Thread Jan.Materne
run Ant with -verbose option and you'll see the command. Jan >-Ursprüngliche Nachricht- >Von: Dan Vint [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 27. September 2007 07:16 >An: user@ant.apache.org >Betreff: Finding the command from exec task > >I have a situation where I'm using th

Finding the command from exec task

2007-09-27 Thread Dan Vint
I have a situation where I'm using the exec task to run a program. The underlying program is sensitive to the use of double or single quotes. At the command line without Ant I can get two different results from the program I'm calling. When I put this call into Ant I get the result from having

Re: Proguard

2007-09-27 Thread reno
> Ok Peter, I've already read this article before but I didn't understand what > should go inside the archieve > "myconfigfile.pro" > > I don't know if the problem is my English, but I couldn't understand this. > > In the article we have the second option. What does this mean?? > > > -libr

Re: FTP Task doesn't work with ANT with all JARs included

2007-09-27 Thread Peter Reilly
also, you are using part of the ant 1.4.1 distribution. (jakarta-ant-1.4.1-optional.jar) Mixing parts of different ant versions will not work. Peter On 9/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > As in every software project ... could you update to a newer version? > Ant 1.6.2 is very