Compile sample Web application using Ant
- Last Updated: March 30, 2020
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
You can compile the sample Web application using an example build.xml file.
To compile the sample Web application:
proant which sets up and runs the Ant is
available in the $DLC/bin directory. Running
proant uses the build.xml file
to compile and generate the samplewebapp.war file
into a directory named build. The example build.xml script can be used as it is or adjusted to your own
environment. The build.xml file requires some
environment variables that are normally set by Proenv. The sample Web application also contains .project and .setting files for eclipse. You can import the sample Web application source code as an eclipse project and modify it as required. You can this project to create your own Web application.