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
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
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
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,
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?"
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
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++?
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
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
> -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
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:
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:
Try this:
Filename === ${filename}
Notice the element has the attribute unset="true"
Benjamin H. wrote:
I has try this:
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}
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
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
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
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
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
19 matches
Mail list logo