Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 45230 invoked from network); 4 Jun 2007 18:26:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 18:26:12 -0000 Received: (qmail 95138 invoked by uid 500); 4 Jun 2007 18:26:11 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 95096 invoked by uid 500); 4 Jun 2007 18:26:11 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 95085 invoked by uid 99); 4 Jun 2007 18:26:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 11:26:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [64.190.72.22] (HELO mail.mikon.com) (64.190.72.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 11:26:02 -0700 Message-ID: <46645925.2040101@apache.org> Date: Mon, 04 Jun 2007 14:25:41 -0400 From: Paul Spencer MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: Eclipse Publishing Issue References: <78ed83c20706041049y4c972845we02b014b08c05882@mail.gmail.com> In-Reply-To: <78ed83c20706041049y4c972845we02b014b08c05882@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Anu, I used Maven v2.0.6 [1] and the Eclipse plugin. This allow me to develop in Eclipse, including the ability for running the application inside the IDE, and package war files using Maven. I have not done the Maven configuration to cleanup the WEB-INF/classes and WEB-INF/lib before packaging. *** * Eclipse plugin configuration in pom.xml to set the build * directory inside the webapp source tree. This way you can * point the application's to the webapp's * source tree for debugging inside Eclipse. *** org.apache.maven.plugins maven-eclipse-plugin true ${basedir}/src/main/webapp/WEB-INF/classes 1.0 Paul Spencer [1] http://maven.apache.org Anupama Dande wrote: > Hi, > > I am running Trinidad + Facelets + JSF web application from Eclipse. > > Whenever I try to publish the webapp from eclipse (Using eclipse default > build file) it sometimes deploys only WEB-INF\classes and I have to copy > other files manually to get webapp working. > > I am not able to figure out.. y this is happening. The problem with manual > copying of files is the changes to those files doesn't get reflected in > the > workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\myApp > path. > > I appreciate any help. > > Thanks, > Anu >