Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 46321 invoked by uid 500); 17 Jun 2003 15:41:18 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 46308 invoked from network); 17 Jun 2003 15:41:18 -0000 Received: from onramp.i95.net (205.177.132.17) by daedalus.apache.org with SMTP; 17 Jun 2003 15:41:18 -0000 Received: from apache.org ([66.208.12.130]) by onramp.i95.net (8.12.9/8.12.9) with ESMTP id h5HFfKRH030743 for ; Tue, 17 Jun 2003 11:41:20 -0400 Message-ID: <3EEF36E1.1040007@apache.org> Date: Tue, 17 Jun 2003 11:42:25 -0400 From: Berin Loritsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Avalon Developers List Subject: Re: Maven/Gump Question about special changes to build References: <3EEF21D2.2040602@apache.org> In-Reply-To: <3EEF21D2.2040602@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Berin Loritsch wrote: > If I add a pre/post goal (as I needed to for Fortress Tools) will that > be accessible via the GUMP build script, or will I need to alter the > build script? > > I guess another question is how do we share files between two > directories? If I created a symlink for the files that are > required for both Fortress/Tools and Fortress/Container would > that ensure updates to the file work with both directories? > > If so, I can get rid of the pre/post goals. Well, I checked it out using IDEA. The advantage of the new Maven integration is this: 1) IDEA can use the GUMP build scripts directly as long as you check the "Include Project ClassPath" checkbox in the ANT properties. This allows us to verify the GUMP integration build without GUMP! 2) Even the Pre/Post goals that are in your project's "maven.xml" file will be respected. Excellent! The symlink solution is still a question in my mind. I am not crazy about it, but I am also not crazy about copying source files from one Maven repo (i.e. Fortress/Container) to another's src/java directory. I tried to do it in the target/src directory, but Maven doesn't respect that. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org