Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 75464 invoked from network); 26 Mar 2008 21:32:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2008 21:32:45 -0000 Received: (qmail 6912 invoked by uid 500); 26 Mar 2008 21:32:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 6884 invoked by uid 500); 26 Mar 2008 21:32:39 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 6873 invoked by uid 99); 26 Mar 2008 21:32:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 14:32:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dhtmlkitchen@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2008 21:31:56 +0000 Received: by wf-out-1314.google.com with SMTP id 27so3240889wfd.10 for ; Wed, 26 Mar 2008 14:32:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0zgvBpcojBN1VGnKSAa/D4I8IpDSF7kAHCf1WwCK4y4=; b=nN9zvPGeKn7QUbYKUgES88YZ00L3Ya+wyuEFggHxlY7D70jrAnmzQr0wa6KABCtiumlBwdgAfoUbWAEK5NYx+R9fCVmJZmQG3jDZw0vRPWrSQnaMGIqOzdwMhLVIHAIXqIO5C6LjwfNenEKIt85RqxUvy8a5YnfR0kBJY9H2U7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NmVi/arTYT9EFc2vjgE51NY9Ig6efw1KAjAcu2dlbSr//ITwItbQqE7IlcAOehCLzCWbAhwXbzbLfjFx0Sh8xg4L3qon0Kn4GM/mGFC/YnDRxAGON82LpJdCNOYqblOu3CfiVK6FIF6w3R9OXAql9NZS9nzYFwjE5Hc5PWPyVE0= Received: by 10.142.158.17 with SMTP id g17mr817673wfe.157.1206567128201; Wed, 26 Mar 2008 14:32:08 -0700 (PDT) Received: by 10.142.213.20 with HTTP; Wed, 26 Mar 2008 14:32:08 -0700 (PDT) Message-ID: Date: Wed, 26 Mar 2008 14:32:08 -0700 From: "Garrett Smith" To: "Ant Users List" Subject: Build Webapp that runs off file:/// MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hey, I have an uncommon problem for the JSP Java guys here: Problem: The user wants to download a zip archive of the website that can run off file:/// protocol. The website requires navigation. Managing the navigation should normally be done with server-side code (JSP). Solution 1: hand code all the links. This works, but it's a pain. Solution 2: build JSP. This does not run on file:/// what approaches can build JSP into static HTML files? is there a way to do this using ANT? Thanks, Garrett --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org