Ant for C++ development

  • Thread starter Generic Usenet Account
  • Start date
G

Generic Usenet Account

Recently we found an antcontrib project for c++.
This tool is described as "The Ant-Contrib project is a collection of
user supplied task (like an <if> task) and a development playground
for experimental tasks like a C/C++ compilation task for different
compilers. URL: htp://ant.apache.org/projects.html"

So our question is - Are any users for this tool in the c++ developer
community? Also if there are any other open source c++ projects using
this build tool?

Our appologiges if this question is off topic on this newsgroup. If
someone could suggest an appropriate user group for such postings.

Thanks,
Siva and Deepa.
 
B

Bob Hairgrove

Recently we found an antcontrib project for c++.
This tool is described as "The Ant-Contrib project is a collection of
user supplied task (like an <if> task) and a development playground
for experimental tasks like a C/C++ compilation task for different
compilers. URL: htp://ant.apache.org/projects.html"

So our question is - Are any users for this tool in the c++ developer
community? Also if there are any other open source c++ projects using
this build tool?

Our appologiges if this question is off topic on this newsgroup. If
someone could suggest an appropriate user group for such postings.

Thanks,
Siva and Deepa.

I don't use Ant, but surely you must know about the Eclipse CDT
project?

http://www.eclipse.org/cdt/

Eclipse/CDT can build a project either with Ant or use a standard make
build.
 
J

Jim Sculley

Generic said:
Recently we found an antcontrib project for c++.
This tool is described as "The Ant-Contrib project is a collection of
user supplied task (like an <if> task) and a development playground
for experimental tasks like a C/C++ compilation task for different
compilers. URL: htp://ant.apache.org/projects.html"

So our question is - Are any users for this tool in the c++ developer
community? Also if there are any other open source c++ projects using
this build tool?

I use it for my personal JNI stuff.

Jim S.
 
Joined
Jul 14, 2009
Messages
1
Reaction score
0
Check out terp

While terp at codemesh.com/products/terp/ is not free (for most use cases) it offers a very powerful ANT C++ task that works with many compilers, operating systems, and processor architectures. You can use high-level constructs like
Code:
<multithreaded/>
<runpath path="."/>
to specify your build options and terp translates that into the proper compiler switches. It also gives you full control by allowing you to use generic options that are filterable by compiler/platform/etc.

As for its status: terp was released in beta in July '09.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,159
Messages
2,570,879
Members
47,416
Latest member
LionelQ387

Latest Threads

Top