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-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 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-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: ... fileSets fileSet directory//directory includes includeplugin.xml/include

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.