Ant, C++ and Unit tests

2006-08-17 Thread Kirkpatrick, Kevin
What is the mechanism for facilitating unit tests? I know there is Junit and Nunit. What do you guys use with ant and C++? -Original Message- From: Kirkpatrick, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 3:18 PM To: Ant Users List Subject: RE: Ant and C++ compiler T

Re: Log file for transforms

2006-08-17 Thread Laura Stewart
Nevermind, I figured out how to generate a log file and determined what the problem was. Thanks! On 8/17/06, Laura Stewart <[EMAIL PROTECTED]> wrote: Hi - Is there a log file for ANT transforms? I have run into a problem that I can figure out. I get the following build failure and I have chec

RE: ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread LIRA Olavo
Ok, Thanks for the information; it saves me time to keep searching for a solution. :) By the way, do you know a workaround? Olavo Lira -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 6:27 PM To: Ant Users List Subject: Re

Re: ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread Darin Swanson
No We have: https://bugs.eclipse.org/bugs/show_bug.cgi?id=78298 Patches considered and reviewed. Darins "LIRA Olavo" <[EMAIL PROTECTED]> 08/17/2006 03:19 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject ANT in eclipse - ${eclipse.home} property Hello,

ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread LIRA Olavo
Hello, A know it is not a eclipse forum, but maybe one of you has already passed by the same situation using ANT inside eclipse. The question is: "Is there a way to all my ANT files run by default in the same JRE from the workspace, so I can see the ${eclipse.home} variable?"

RE: Ant and C++ compiler

2006-08-17 Thread Kirkpatrick, Kevin
Thanks. -Original Message- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 3:16 PM To: Ant Users List Subject: Re: Ant and C++ compiler I am using Ant-Contrib extension for C++ support. It works fine. - Alexey. Kirkpatrick, Kevin wrote: > > Hi al

Re: Ant and C++ compiler

2006-08-17 Thread Alexey N. Solofnenko
I am using Ant-Contrib extension for C++ support. It works fine. - Alexey. Kirkpatrick, Kevin wrote: Hi all, This might seem like a silly question. All the info I gathered was mostly java based and I didn't see any tasks related to C++. Can another neat tool facilitate compilations in C++?

Log file for transforms

2006-08-17 Thread Laura Stewart
Hi - Is there a log file for ANT transforms? I have run into a problem that I can figure out. I get the following build failure and I have checked the file it seems to fail on and can't find any problems. I am hoping that ANT has a log file for transforms so that I can deterime what my problem i

Ant and C++ compiler

2006-08-17 Thread Kirkpatrick, Kevin
Hi all, This might seem like a silly question. All the info I gathered was mostly java based and I didn't see any tasks related to C++. Can another neat tool facilitate compilations in C++? Or is this a job for NANT? Does anyone have any insight? Thank you. Kevin Confidentiality Notice

RE: Cannot delete file from classpath.

2006-08-17 Thread Stephen McConnell
> -Original Message- > From: Langanke, Frank [mailto:[EMAIL PROTECTED] > Sent: Thursday, 17 August 2006 9:23 PM > To: user@ant.apache.org > Subject: Cannot delete file from classpath. > > Hi, > > I have a project A which depends on a jar from another > project B. The problem is that

Re: get filename

2006-08-17 Thread Scot P. Floess
Newer versions of ant-contrib do support unset... :) Benjamin H. wrote: The type doesn't support the "unset" attribute. I think the problem is using ant-contrib in a old version (0.6) . 2006/8/17, Scot P. Floess <[EMAIL PROTECTED]>: Try this:

Re: get filename

2006-08-17 Thread Benjamin H.
The type doesn't support the "unset" attribute. I think the problem is using ant-contrib in a old version (0.6) . 2006/8/17, Scot P. Floess <[EMAIL PROTECTED]>: Try this:

Re: get filename

2006-08-17 Thread Scot P. Floess
Try this: Filename === ${filename} Notice the element has the attribute unset="true" Benjamin H. wrote: I has try this:

Re: get filename

2006-08-17 Thread James Abley
I definitely think is the way to go. ant.file: '${ant.file}' filename: '${filename}' HTH, James Benjamin H. wrote: I has try this: Filename === ${filename}

Re: get filename

2006-08-17 Thread Benjamin H.
I has try this: Filename === ${filename} But not so successful!! 2006/8/17, Scot P. Floess <[EMAIL PROTECTED]>: Did you try the task? Benjamin H. wrot

Re: get filename

2006-08-17 Thread Scot P. Floess
Did you try the task? Benjamin H. wrote: Hi out there, is it possible to get only the name of a file without the whole path?? This is for path - but only need the filename: @{filename} The files are in a directory!! Reg

get filename

2006-08-17 Thread Benjamin H.
Hi out there, is it possible to get only the name of a file without the whole path?? This is for path - but only need the filename: @{filename} The files are in a directory!! Regards ele

Cannot delete file from classpath.

2006-08-17 Thread Langanke, Frank
Hi, I have a project A which depends on a jar from another project B. The problem is that I got the jar from project B in the classpath of project A; at start my clean target tries to delete the jar but fails because the file is in the classpath. I don't know how to update the jar (how to delete i

Anybody use J9 with Ant? Here is what I have tried and I can't get it to work.

2006-08-17 Thread John Davis
Hello, I am trying to get ant to work with j9 using the command line for automated builds. I can get it to work using J2SE, but I have some code which must be built using J9 for an embedded setup. Here is my setup and what I have tried. j9 -version results in 1.3.0. I have the following env