• 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

Error compiling web service

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends

I am trying to run a Apache Beehive webservice but am not able to run. I am not able to initially compile the web service :Here are the details:

1) I have installed java in c:\j2sdk1.5
2) Ant in c:\ant
3) Apache Beehive application C:\apache\apache-beehive-incubating-beta
4) Made another folder C:\beehive_projects

Now when i use the following command to compile the xml file :

c:\ant\bin> ant -f c:\beehive_projects\ws_tuturial\web-inf\build.xml clean build war
Error displayed is :

Build failed
c:\beehive_projects\ws_tuturial\web-inf\build.xml:80 :The following error occured while executing this line :
c:\beehive_projects\ws_tuturial\web-inf\build.xml:134 : Error running apt compiler


I have checked it out that build.xml is under web-inf

thanks a lot in advance for reply

yash
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic