-----Original Message----- From: Scott Deboy <[email protected]> Date: Wed, 17 Aug 2011 01:47:59 To: Log4J Developers List<[email protected]> Reply-To: "Log4J Developers List" <[email protected]> Subject: Re: companions parent relative path
Having issues building, related to src/assembly/bin.xml in companions-parent.. Installing receivers gives me an error about companions parent: Failed to read artifact descriptor for log4j:apache-log4j-component:jar:1.0-SNAPSHOT: Could not find artifact log4j:apache-log4j-companions-parent:pom:1.0-SNAPSHOT -> [Help 1] So I tried to install in companions parent and got an error that bin.xml didn't exit. Ideas? On Wed, Aug 17, 2011 at 1:11 AM, Christian Grobmeier <[email protected]>wrote: > I had it from here: > > http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_2 > and it worked for me on my Mac. > > But I just tried it with your version, it works too so we can use that one. > > Not sure why they have ... on their site. Maybe a typo? > > Cheers > > On Wed, Aug 17, 2011 at 9:58 AM, Scott Deboy <[email protected]> > wrote: > > I see a relative path for each of the companions to the companions parent > > folder is prefixed with three dots. That didn't work for me on the Mac, > I > > had to change it to > > <relativePath>../apache-log4j-companions-parent</relativePath> > > > > I hope that's ok, was about to commit a fix for that. > > > > Scott > > > > > > -- > http://www.grobmeier.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
