I worked around this yesterday (by manually copying
nestedvm-2007-01-12.jar to dl and changing Makefile.nested)  but I'd
like to use the latest.

The following URL get in Makefile.nested:

 curl -odl/nestedvm-2007-06-30.tgz 
http://zentus.com/sqlitejdbc/dist/nestedvm-2007-06-30.tgz

Yields 404 Not Found:


<html>
<head>
<title>WiXi: 404 page not found</title>
</head>
<script type="text/javascript">
var name = window.location.pathname;

if (name.search(/\.html$/) != -1) {
    window.location.href = "/wixify/edit.html?name="
        + name.substring(1, name.length - 5);
} else {
    document.body.innerHTML +=
        '<a href="/wixify/upload.html?uploadname=' + name + '">Upload</
a>'
        + ' a new file as ' + name;
}
</script>
<body>
<h1>WiXi: 404 Not Found</h1>
</body>
</html>


What URL should this be pointing to instead ?

Rob
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to