Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2889 invoked from network); 20 Nov 2004 15:14:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Nov 2004 15:14:51 -0000 Received: (qmail 70974 invoked by uid 500); 20 Nov 2004 15:14:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 70924 invoked by uid 500); 20 Nov 2004 15:14:35 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 70889 invoked by uid 99); 20 Nov 2004 15:14:34 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jak-ant-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 20 Nov 2004 07:14:33 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CVWwV-00015Q-00 for ; Sat, 20 Nov 2004 16:14:27 +0100 Received: from ip-176.net-82-216-240.rev.numericable.fr ([82.216.240.176]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Nov 2004 16:14:27 +0100 Received: from sbailliez by ip-176.net-82-216-240.rev.numericable.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Nov 2004 16:14:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@ant.apache.org From: Stephane Bailliez Subject: Re: jboss tmp directory Date: Sat, 20 Nov 2004 16:14:20 +0100 Lines: 25 Message-ID: References: <419CC0EA.8070508@tty.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip-176.net-82-216-240.rev.numericable.fr User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en In-Reply-To: <419CC0EA.8070508@tty.nl> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Machiel Groeneveld wrote: [...] > The problem is (of course) that todir doesn't know how to resolve the > '*' and creates the dir *application.ear-contents. > > I know this question has been asked before, but I couldn't find this > exact use case in the mailing list. I would suggest you to do things differently. Generally I have found it to be a good thing to have an exploded view of your ears and wars during the build process and simply war/ear it with different targets. This is good to me because I have an exploded version of what's to be included (easier to look at) and this is good for the development process as well (redeploying even a moderate app can take minutes). JBoss (like every app server I know) allows you to deploy an exploded version of an ear or war, therefore having a simple target that deploys (ie copy) the exploded version of the ear to your jboss.home/server/default/deploy or whatever will streamline things and you will be able to update your jsps without redeploying the whole app. http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org