Return-Path: X-Original-To: apmail-buildr-users-archive@www.apache.org Delivered-To: apmail-buildr-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D805704A for ; Thu, 6 Oct 2011 13:18:15 +0000 (UTC) Received: (qmail 20181 invoked by uid 500); 6 Oct 2011 13:18:15 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 20143 invoked by uid 500); 6 Oct 2011 13:18:15 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 20135 invoked by uid 99); 6 Oct 2011 13:18:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 13:18:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of alex.boisvert@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 13:18:08 +0000 Received: by wwe32 with SMTP id 32so3326541wwe.17 for ; Thu, 06 Oct 2011 06:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fxyAgWjLOXxU8ep/uPfpvduddGlGDRV8a4K4auS4+JM=; b=OJJK2YJSDzr8UbnQRWFyexOWt0pQU8tFiZV+xOuJNrYZJ/eowz0jwGwgYVx0JYNswz zB+WvjzkyARCuKcWGqZsen8446JD46U5vDIcPc7zvfQ+R/4lsd/fzDsjhcasTvXd2Kg8 Fo6ynjjrGpy3rnrWPNfOladIXhRky775WL8dE= MIME-Version: 1.0 Received: by 10.216.132.4 with SMTP id n4mr1176225wei.111.1317907068116; Thu, 06 Oct 2011 06:17:48 -0700 (PDT) Received: by 10.216.167.207 with HTTP; Thu, 6 Oct 2011 06:17:48 -0700 (PDT) In-Reply-To: <3d7649a1-4dc2-4882-97c9-4e4b3c6bef8d@zimbra.webstyle.ch> References: <3d7649a1-4dc2-4882-97c9-4e4b3c6bef8d@zimbra.webstyle.ch> Date: Thu, 6 Oct 2011 06:17:48 -0700 Message-ID: Subject: Re: How to make Buildr make with subprojects From: Alex Boisvert To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016e6de16c2a45da304aea1268d X-Virus-Checked: Checked by ClamAV on apache.org --0016e6de16c2a45da304aea1268d Content-Type: text/plain; charset=ISO-8859-1 I'm not sure why .pom files are generated for you. Buildr does't typically generate .pom files during packaging -- they are typically generated when uploading/publishing. Maybe it's a Buildr-AS3 feature or side-effect; I don't know. alex On Thu, Oct 6, 2011 at 5:57 AM, Sprog : Weyert de Boer wrote: > Hi Alex and Dominic, > > Thanks! I will try it out at home! > > Alex, do you also happen to know how to get rid of those *.mop/pom files? I > just do :package :swf but I still end up with those files. I have no clue > what I need to do with a those files for *.swf or *.exe file :/ > > My other question will general packaging questions but I first want to get > this working. I think I have a really nice experiment project to learn > Buildr. > > ----- Original Message ----- > From: "Alex Boisvert" > To: users@buildr.apache.org > Sent: Thursday, 6 October, 2011 2:54:03 PM > Subject: Re: How to make Buildr make with subprojects > > You can override the location of a project by passing the :base_dir option > during project definition, > > define :foo, :base_dir => 'somewhere/else' do > p "base dir is " + project.base_dir > end > > alex > > On Thu, Oct 6, 2011 at 2:42 AM, Sprog : Weyert de Boer >wrote: > > > Hello, > > > > I am currently experimenting with Buildr in combination with Buildr-AS3. > > Only I am having some issues with Buildr because of our corporate > policy. > > In our policy is outlined how a project should be structured. Every > project > > has the following structure: > > > > E:\[project_name] > > - workspace (Eclipse project folder) > > > > Now if you have submodules then these are considered as a normal project. > > Only the way Buildr works is that it expects subprojects to be a child > > directory of the main project. What's the best way to solve this problem? > As > > temporary solution I moved the project to my personal computer and put > all > > the subdirectories into the main project. But I would like to be able to > do > > this at work. How can I do this? Using ../../my_subproject didn't work as > > project name > > > > My last question for today is how can I get rid of the *.pom files that > > Buildr (or Buildr-AS3) creates? I don't need those files... > > > > Thanks for your help! > > > > -- > > [Beep] > > > > -- > > Sprog : Weyert de Boer > > Flash Designer/ Developer : Nothing > > sprog@nothing.ch : www.nothing.ch > > > > Fon +41 31 384 10 10 > > Fax +41 31 384 10 40 > > > --0016e6de16c2a45da304aea1268d--