• 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

org.apache.tools.ant.ProjectHelper.addLocationToBuildException (ProjectHelper.java:541)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BUILD FAILED
/tmp/arun/partial_build/Scripts/build.xml:53: The following error occurred while executing this line:
/tmp/arun/partial_build/Scripts/build.xml:66: The following error occurred while executing this line:
/tmp/arun/partial_build/Scripts/build.xml:82: The following error occurred while executing this line:
/tmp/arun/partial_build/Scripts/build.xml:132: Compile failed; see the compiler error output for details.
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)

Under what conditions these errors may come? From ant source code.

Please help me in this.

(Edited the title so it doesn't cause displays to be absurdly wide -- Paul C)
 
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
ArunSankar, welcome to Java Ranch!

We can help you better if you tell the details. Please provide the build.xml file (or at least the target that gets the error) and the full output for that target, including the "compiler error output" mentioned in the text you posted.

You might also run the build with the -v flag to see if that gives more information about the error.
 
reply
    Bookmark Topic Watch Topic
  • New Topic