Re: build pblms on Macs

2007-01-15 Thread Adam Lally
On 1/15/07, Adam Lally <[EMAIL PROTECTED]> wrote: I tried setting the Maven descriptors' setting to 644 (-rw-r--r--), but it did not seem to have any affect. It might be a Maven bug. Aha.. it is a known bug: http://jira.codehaus.org/browse/MASSEMBLY-173 The element of the descriptor is inc

Re: build pblms on Macs

2007-01-15 Thread Adam Lally
On 1/15/07, Marshall Schor <[EMAIL PROTECTED]> wrote: May be some kind of directory permissions issue. The Jars in the runtime plugin had permissions set as follows: The directory: drwxr-xr-x The jars in the directory: --w---r-T I think the T is a "sticky" bit - but I forgot what that means.

Re: build pblms on Macs

2007-01-15 Thread Jörn Kottmann
I tried changing the build scripts on the Mac, so the directory and outputDirectory entries are "./" instead of "/". That at least made the ep-plugins have all the files. I changed only the directory not the outputDirectroy.

Re: build pblms on Macs

2007-01-14 Thread Mirko Jahn
I'll bring my mac tomorrow and look into that as well. Just to make sure it is not related to a distinct machine, because the rights are pretty weird though. btw.: http://en.wikipedia.org/wiki/Sticky_bit (not the best source, but good enough for a refresher) -- Mirko On 1/15/07, Marshall Schor

Re: build pblms on Macs

2007-01-14 Thread Marshall Schor
May be some kind of directory permissions issue. The Jars in the runtime plugin had permissions set as follows: The directory: drwxr-xr-x The jars in the directory: --w---r-T I think the T is a "sticky" bit - but I forgot what that means. Anyway, with these permissions settings, very strange

Re: build pblms on Macs

2007-01-14 Thread Marshall Schor
I tried changing the build scripts on the Mac, so the directory and outputDirectory entries are "./" instead of "/". That at least made the ep-plugins have all the files. However, the "jars" are not being built correctly - they're there, but they're empty... Anyone have any ideas how to fix

Re: build pblms on Macs

2007-01-13 Thread Jörn Kottmann
Hello, I have the same problem on my macbook. If you take a look at the assemble-plugin.xml you will see this: ... / plugin.xml META-INF/

build pblms on Macs

2007-01-12 Thread Marshall Schor
I borrowed a Mac to do some testing. Setup Eclipse 3.2.1, with EMF and Subclipse SVN client. Checked out the code, installed maven 2 Did the maven setup for eclipse, etc. The build almost worked, but got one test failure. Building with the tests bypassed completed with no apparent error. H