• 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

ANT_ARGS and SET ANT_ARGS= Useage

 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay I have a problem that can be solved I think with ANT_RAGS or SET ANT_ARGS=..
Bascially I want the build to always do xmllogging no matter if its launched from an IDE or via command line..
would I be using SET ANT_ARGS in the init target of the build file to do this and if so what is the syntax I woudl be uinsg..
Reason for useage: I am doing junit testing in J2me dev projects and because j2meunit sends the stuff to system console I need a way to always generate the xmlize build log file no matter which build is being launched..
..and as I understand it if I am not using something like anthill or cruise control then I still have to run a separate target from the build after the main build has completed to then transform this xmlized build log file into what I need, correct?
Thanks..
 
mooooooo ..... tiny ad ....
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic