• 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

using weblogic.appc in ant scripts

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,

I'm using weblogic 9.0 and jdk 1.5.I'm not sure how to use weblogic.appc command.I included verbose command to check the actual error. below is the part of the ant script i'm trying to compile :






I'm not able to debug this.Please suggest how to proceed.

Thanks,
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It all depends on what the value of that ${cp} property contains. It needs to include the jar file that includes the appc compiler and all the libraries it needs. Your example did not show how the cp property got set, but that's the place to start looking, seems to me. The rest looks ok, and it's clearly a classpath issue.
 
reply
    Bookmark Topic Watch Topic
  • New Topic