• 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

While running, ANT does not run classess and generates reports without adding classes into test repo

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All, can you guide me while running ANT, it does not run classes and generates reports without adding classes there. Please see attachment.
Ant_Run.jpg
[Thumbnail for Ant_Run.jpg]
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by "it does not run classes"? What did you expect to happen?

What do you mean by "generates reports without adding classes there"? What did you expect to happen?

The screen shot you posted doesn't help since it shows two successful runs of ant. You might want to post your build.xml file (along with any .xml files that get included) and explain what it is that you are attempting to accomplish.
reply
    Bookmark Topic Watch Topic
  • New Topic