The results of the compilation are not used. The compilation is meant to find errors, nothing more.
Karl On Wed, Apr 27, 2011 at 6:41 PM, <[email protected]> wrote: > If the jsp's are getting compiled, then why does the war file in the > "example" dist directory has jsps inside of it? > > On Wed, 27 Apr 2011 01:48:15 -0400, Karl Wright <[email protected]> wrote: >> >> The target in question compiles the pull agent's crawler UI jsp's to >> .java files. The classes are then immediately compiled using javac to >> .class files. >> >> Karl >> >> On Tue, Apr 26, 2011 at 11:40 PM, <[email protected]> wrote: >>> >>> In the framework build.xml file there is a target called >>> "compile-crawler-ui", it has a section commented as "Compile jsp's to >>> java" >>> using jasper2 custom defined task. I'm what does it do? Perhaps the >>> comment >>> is incorrect, cause I don't see any extra jar or class files when I >>> compare >>> my Eclipse-made war to the Manifold 0.1 version. Eclipse does compile >>> your >>> jsps as you edit them, so is this simply making sure the jsps are correct >>> and that there is no conversion from jsp to java? >>> >>> > >
