Re: jasper ant task classpath

2018-02-26 Thread Juan Florez
I did as Mark suggested and set the "classpath" property of the japer task to a jar containing the classes and it worked. Thank you! On 02/26/2018 06:29 PM, M. Manna wrote: You can create an Ant directory variable which gets added to your job and can be looked up for additional dependency.

Re: jasper ant task classpath

2018-02-26 Thread M. Manna
You can create an Ant directory variable which gets added to your job and can be looked up for additional dependency. Check path,fileset from Ant docs to see how you can add it to ant task On 26 Feb 2018 9:52 pm, "Mark Thomas" wrote: On 26/02/18 20:22, Juan Florez wrote: >

Re: jasper ant task classpath

2018-02-26 Thread Mark Thomas
On 26/02/18 20:22, Juan Florez wrote: > Hello, > > I'm trying to precompile the JSPs in a project, and so far I almost got > it working, but I'm getting this error: > > BUILD FAILED > .../iTrust/build.xml:10: org.apache.jasper.JasperException: >

jasper ant task classpath

2018-02-26 Thread Juan Florez
Hello, I'm trying to precompile the JSPs in a project, and so far I almost got it working, but I'm getting this error: BUILD FAILED .../iTrust/build.xml:10: org.apache.jasper.JasperException: file:.../iTrust/WebRoot/auth/hcp/editRepresentatives.jsp (line: 123, column: 0) Unable to load tag