Hi,
I wrote an ant script to build a J2EE application, the script seems to work well, it compiles, copies files and create the whole application, the files created are identical to the original app in Dev, but some how the app created via ant doesn't work because the jsp pages have several import statements, so I get an error that the imported classes do not exist.
I am just cdopying the jsp files, and deploying the app in Weblogic, also the script is using weblogic JDK when recompiling....
the script does not give any errors when it run...
anyone knows what went wrong??
I wrote an ant script to build a J2EE application, the script seems to work well, it compiles, copies files and create the whole application, the files created are identical to the original app in Dev, but some how the app created via ant doesn't work because the jsp pages have several import statements, so I get an error that the imported classes do not exist.
I am just cdopying the jsp files, and deploying the app in Weblogic, also the script is using weblogic JDK when recompiling....
the script does not give any errors when it run...
anyone knows what went wrong??
Comment