Hi All,

Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo:

Home.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
        <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
                <title>Hello World</title>
        </head>
<span jwcid="$content$">
<span jwcid="@Shell" title="Test">
        <body jwcid="@Body">
                Hello
        </body>
</span>
</span>
</html>

Throws:

WARN - RequestExceptionReporterImpl.reportRequestException(45) | Failure to export classpath resource /dojo/../tapestry/html.js. org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/ dojo/../tapestry/html.js' does not exist. at org.apache.tapestry.asset.AssetService.service(AssetService.java: 241)

WARN - RequestExceptionReporterImpl.reportRequestException(45) | Failure to export classpath resource /dojo/../tapestry.js. org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/ dojo/../tapestry.js' does not exist.


WARN - RequestExceptionReporterImpl.reportRequestException(45) | Failure to export classpath resource /dojo/__package__.js. org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/ dojo/__package__.js' does not exist.


The source HTML rendered out:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
<!-- Application: blankapp -->
<!-- Page: Home -->
<!-- Generated: Fri Jul 14 21:03:45 BST 2006 -->
<html>
<head>
<meta name="generator" content="Tapestry Application Framework, version Unknown"/>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<base href="http://localhost:8080/BlankApp/"/><!--[if IE]></base><! [endif]-->
<title>Test</title>
<script type="text/javascript">djConfig = { isDebug: true, debugContainerId:'debug', baseRelativePath:"http://localhost:8080/ BlankApp/app? digest=d41d8cd98f00b204e9800998ecf8427e&service=asset&path=%2Fdojo% 2F", preventBackButtonFix: false, parseWidgets: false }; </script>

<script type="text/javascript" src="http://localhost:8080/BlankApp/ app?digest=9bf3abdc75fce5b0d2c4f330d5262a50&service=asset&path=%2Fdojo %2Fdojo.js"></script><script type="text/javascript" src="http:// localhost:8080/BlankApp/app? digest=a56c09c7102d026312a1cdb1ebb39e10&service=asset&path=%2Ftapestry %2Fcore.js"></script>
<script type="text/javascript">dojo.require("dojo.logging.Logger");
dojo.log.setLevel(dojo.log.getLevel("WARNING"));</script></head>
        
<body>

                Hello
        </body>
</html>
<!-- Render time: ~ 35 ms -->



Is this just my cruddy build or is anyone else seeing this?

Thanks,

Adam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to