• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

WEB-INF/classes/_pageflow folder missing using ant scripts

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


I'm in the process of using ANT scripts to create a WAR file of my portal which has struts portlets.

When I look at the Workshop generated WAR file, there is a generated _pageflow folder under WEB-INF/classes.

This _pageflow folder seems very important as it contains struts config files for the proper running of the struts portlets.

When I tried using an ANT script, there is no _pageflow folder created.


I have 2 java files with annotations saying @Jpf.FacesBacking.....

when i compile that i should get 2 class files + 3 xml files.... can some one help me fixing this issue...(my environment is bea weblogic10.2)
 
I think I'll just lie down here for a second. And ponder this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic