Hmm, I'm missing something. I ran mvn again with the -fae option but just get these installers:
[rde@orion svn]$ ls apacheds/installers/target/installers/ apacheds-1.5.8-SNAPSHOT.exe apacheds-rpm-i386 apacheds-win32 Richard -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kiran Ayyagari Sent: 11 May 2011 11:28 To: Apache Directory Developers List Subject: Re: Building ApacheDS from SVN On Wed, May 11, 2011 at 3:39 PM, Richard Evans <[email protected]> wrote: > Almost there, but I get this error: > > Building target platforms: i386-linux > Building for target i386-linux > *** ERROR: No build ID note found in > /home/rde/misc/apacheds_1.5.7/svn/apacheds/installers/target/installers/apacheds-rpm-i386/BUILDROOT/apacheds-1.5.8_SNAPSHOT-1.i386/opt/apacheds-1.5.8_SNAPSHOT/bin/wrapper > error: Bad exit status from /tmp/rpm-tmp.w1YHIX (%install) > Bad exit status from /tmp/rpm-tmp.w1YHIX (%install) > > I get the feeling this is a fedora/rpm issue. Is there a workround? I don't > need the RPMs, just the .tar.gz. I don't see an installers directory in the > checkout location - is that created as the very last step? > yeap, even if the RPM generation fails tar.gz will be generated assuming that you checked out the trunk-with-dependencies url then you will find them here <checkout>/apacheds/installers/target/installers/ > Richard > > -----Original Message----- > From: Pierre-Arnaud Marcelot [mailto:[email protected]] On Behalf Of > Pierre-Arnaud Marcelot > Sent: 11 May 2011 10:39 > To: Apache Directory Developers List > Subject: Re: Building ApacheDS from SVN > > Generated installers will be located at: > [checkout]/installers/target/installers > > Regards, > Pierre-Arnaud > > On 11 mai 2011, at 11:11, Kiran Ayyagari wrote: > >> use the installers profile while building >> >> mvn clean install -Pinstallers >> >> On Wed, May 11, 2011 at 12:35 PM, Richard Evans >> <[email protected]> wrote: >>> HI >>> >>> Apologies for missing something obvious, but I'm having problems building >>> from source. >>> >>> I checked out >>> http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-dependencies >>> and then did a >>> >>> mvn clean install >>> >>> but now can't find a way to build the distribution archives (I want the >>> .tar.gz for testing on Linux). I'm using Maven 3.0.3 and Java 1.6 on A >>> Fedora 12 system. >>> >>> Richard >>> >> >> >> >> -- >> Kiran Ayyagari > > -- Kiran Ayyagari
