Hi all,
I am using weblogic portal and workshop 9.2 for my Enterprise application. I am in process of writing the build and release script of building the EAR using
MAVEN and ANT.
I am using the javac compiler to compile my
java classes. I have noticed that whenever we do a build using workshop, it creates a folder in web/build/classes by the name _pageflow which contains the .xml files for the web module.
The issue is if i dont touch my workshop and do a build using my script then i am not able to genarate this folder from my script. i.e. weblogic workshop must be calling some utility to build this web module which inturn generates the .xml files for annotations in jdk 1.5.
Can anyone tell me what should i do generate _pageflow files by compiling my java files containing annotations?
Thanks in advance,
Saurabh