build error wnels2  2009-01-28 11:36
Status: Closed
 
I'm installing a new development machine. I've checked out branch 8.3. Upgraded to IntelliJ 8.0. I'm getting this error:
C:\CPAS\server\build.xml:651: org.apache.jasper.JasperException: file:C:/CPAS/build/modules/experiment/jspTempDir/webapp/org/labkey/experiment/controllers/list/customizeSingleListWebPart.jsp(54,46) Attribute value props.get("listId") is quoted with " which must be escaped when used within the value
C:\CPAS\server\build.xml:651: org.apache.jasper.JasperException: file:C:/CPAS/build/modules/experiment/jspTempDir/webapp/org/labkey/experiment/controllers/list/customizeSingleListWebPart.jsp(54,46) Attribute value props.get("listId") is quoted with " which must be escaped when used within the value

If I escape the quotes it will continue to another jsp with the same error. Is there something in my configuration that causes this?

Thanks,
Bill

P.S. Adam: Your advice on how to use lists in the study module was a great help. Thanks!
 
 
wnels2 responded:  2009-01-28 12:03
Sorry, I had installed tomcat 5.5.27 when the directions clearly said to use 5.5.26.
It's okay now.