• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Build falied while running ant script

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i have a problem while running the build.xml using the ant script(i.e ant build.xml)and got the below mentioned error...
any help would be appreciated, as i was trying to solve this for the past 2days ...
using weblogic 9.0





Thanks
Srikanth
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure you are pointing to the weblogic.jar that is part of your 9.x install... not just a copy of that jar moved to another directory. There are a number classpath manifest entries that weblogic.jar has and uses during the execution of appc and I suspect they are not being loaded properly.

For example add the following to your build.xml classpath ref:
C:\bea\weblogic91\server\lib\weblogic.jar

See how that goes...
reply
    Bookmark Topic Watch Topic
  • New Topic