Sorry, I am on a really bad wifi and the last email should've been going out an hour ago :)
There shouldn't be any .pom files be created when just using package, different story for install/release. Just tested adding repositories.release_to[:url] to my buildfiles and there is no .pom being created for me. My packaging-tasks in buildr-as3 shouldn't have side-effects for release/install & pom generation. On Thu, Oct 6, 2011 at 3:12 PM, Dominic Graefen <dominic.grae...@gmail.com>wrote: > Oh nice, didn't know about that. > > -- > Dominic Graefen > Freelance: Interactive Developer / Creative Technologist > devboy.org > > On Thursday, October 6, 2011 at 1:54 PM, Alex Boisvert wrote: > > 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 <sp...@nothing.ch > >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 > sp...@nothing.ch : www.nothing.ch > > Fon +41 31 384 10 10 > Fax +41 31 384 10 40 > > >