• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I have a question about ANT (apache)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I'm a embedded S/W programmer in KOREA.

I'd like to use CruiseControl and Ant for my system.

but I have to use my makeFile for build. (couldn't use Ant)

so I'll use option <exec> in ANT so that I build project.

in this case, I think 'build' will be done.

but I wonder that CruiseControl can get a compile result and information about build.

please answer me.

1. Can I use <exec> in ANT for using my makeFile??

2. CruiseControl can get a compile information through the above process?

God bless you~
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it would be useless.

As I know, CruiseControl couldn't get neither information nor build numbering system.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by jason baker:
As I know, CruiseControl couldn't get neither information



CC can process any information that is available in XML. You might need to adjust the XSLT scripts, though.


nor build numbering system.



???
 
and POOF! You're gone! But look, this tiny ad is still here:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic