MSS Code Factory 2.11: Mark Stephen Sobkow's Code Factory
| Prev | Documentation Home | Next |
Take a copy of a build.xml from cfint_2_12 or cfcrm_2_12 and place it in your manufactured project's java directory. Edit the build.xml to replace the version numbers, source directory names, and so on with the names associated with your project. Note the presence of the various "cust" directories -- you'll use those in the future if you are customizing your user interface code for the project, and will have to create them and their source trees by hand. You'll also need to copy and edit the module-info.java files for each of the manufactured modules.
For now remove the dependencies on the "cust" targets from the "alljars" and "compileall" targets of the build.xml so you don't get "missing directory" errors during your build.
You should be able to do an "ant" in your project's java directory now, and see it build your source tree. Presuming your build.xml was correctly migrated, you should see everything compile, get packaged in jars, and 14 files copied to the WebContent directories of the web server projects.