You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Guillaume Nodet <gn...@gmail.com> on 2007/05/23 22:12:51 UTC

BundlePlugin does not build

The bundle plugin does not build anymore.
The reason is that the following dependency is not in a public referenced
repo:
  biz.aQute:bndlib:jar:0.0.140

Would it be possible to update the pom to add a location where this file is
available ?

-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/

Re: BundlePlugin does not build

Posted by "Richard S. Hall" <he...@ungoverned.org>.
Carlos Sanchez wrote:
> it was actually already there

Yeah, I would think so, because it has been building fine for me and I 
have wiped out my local repo many times recently...

-> richard
>
> On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
>> that repo is not added on purpose to reduce build time
>>
>> i'll put in the central repo
>>
>> On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
>> > I've found your repo Peter ;-)
>> >
>> > If someone could apply this simple patch:
>> >
>> > Index: bundleplugin/pom.xml
>> > ===================================================================
>> > --- bundleplugin/pom.xml    (revision 541051)
>> > +++ bundleplugin/pom.xml    (working copy)
>> > @@ -38,6 +38,13 @@
>> >    </description>
>> >   <version>0.9.0-incubator-SNAPSHOT</version>
>> >
>> > + <repositories>
>> > +   <repository>
>> > +     <id>aQute</id>
>> > +     <url>http://www.aqute.biz/repo</url>
>> > +   </repository>
>> > + </repositories>
>> > +
>> >   <dependencies>
>> >    <dependency>
>> >     <groupId>biz.aQute</groupId>
>> >
>> >
>> > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
>> > >
>> > > The bundle plugin does not build anymore.
>> > > The reason is that the following dependency is not in a public 
>> referenced
>> > > repo:
>> > >   biz.aQute:bndlib:jar:0.0.140
>> > >
>> > > Would it be possible to update the pom to add a location where 
>> this file
>> > > is available ?
>> > >
>> > > --
>> > > Cheers,
>> > > Guillaume Nodet
>> > > ------------------------
>> > > Principal Engineer, IONA
>> > > Blog: http://gnodet.blogspot.com/
>> >
>> >
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> > ------------------------
>> > Principal Engineer, IONA
>> > Blog: http://gnodet.blogspot.com/
>> >
>>
>>
>> -- 
>> I could give you my word as a Spaniard.
>> No good. I've known too many Spaniards.
>>                              -- The Princess Bride
>>
>
>

Re: BundlePlugin does not build

Posted by Carlos Sanchez <ca...@apache.org>.
it is, i'll ask IT

On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> Hum, my bad, I have a mirror defined to http://repo.mergere.com.
> Carlos, I thought this mirror was in sync with the main repo ?
>
> On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
> >
> > it was actually already there
> >
> > On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
> > > that repo is not added on purpose to reduce build time
> > >
> > > i'll put in the central repo
> > >
> > > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > > > I've found your repo Peter ;-)
> > > >
> > > > If someone could apply this simple patch:
> > > >
> > > > Index: bundleplugin/pom.xml
> > > > ===================================================================
> > > > --- bundleplugin/pom.xml    (revision 541051)
> > > > +++ bundleplugin/pom.xml    (working copy)
> > > > @@ -38,6 +38,13 @@
> > > >    </description>
> > > >   <version>0.9.0-incubator-SNAPSHOT</version>
> > > >
> > > > + <repositories>
> > > > +   <repository>
> > > > +     <id>aQute</id>
> > > > +     <url>http://www.aqute.biz/repo</url>
> > > > +   </repository>
> > > > + </repositories>
> > > > +
> > > >   <dependencies>
> > > >    <dependency>
> > > >     <groupId>biz.aQute</groupId>
> > > >
> > > >
> > > > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > > > >
> > > > > The bundle plugin does not build anymore.
> > > > > The reason is that the following dependency is not in a public
> > referenced
> > > > > repo:
> > > > >   biz.aQute:bndlib:jar:0.0.140
> > > > >
> > > > > Would it be possible to update the pom to add a location where this
> > file
> > > > > is available ?
> > > > >
> > > > > --
> > > > > Cheers,
> > > > > Guillaume Nodet
> > > > > ------------------------
> > > > > Principal Engineer, IONA
> > > > > Blog: http://gnodet.blogspot.com/
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Cheers,
> > > > Guillaume Nodet
> > > > ------------------------
> > > > Principal Engineer, IONA
> > > > Blog: http://gnodet.blogspot.com/
> > > >
> > >
> > >
> > > --
> > > I could give you my word as a Spaniard.
> > > No good. I've known too many Spaniards.
> > >                              -- The Princess Bride
> > >
> >
> >
> > --
> > I could give you my word as a Spaniard.
> > No good. I've known too many Spaniards.
> >                              -- The Princess Bride
> >
>
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Principal Engineer, IONA
> Blog: http://gnodet.blogspot.com/
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

Re: BundlePlugin does not build

Posted by Guillaume Nodet <gn...@gmail.com>.
Hum, my bad, I have a mirror defined to http://repo.mergere.com.
Carlos, I thought this mirror was in sync with the main repo ?

On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
>
> it was actually already there
>
> On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
> > that repo is not added on purpose to reduce build time
> >
> > i'll put in the central repo
> >
> > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > > I've found your repo Peter ;-)
> > >
> > > If someone could apply this simple patch:
> > >
> > > Index: bundleplugin/pom.xml
> > > ===================================================================
> > > --- bundleplugin/pom.xml    (revision 541051)
> > > +++ bundleplugin/pom.xml    (working copy)
> > > @@ -38,6 +38,13 @@
> > >    </description>
> > >   <version>0.9.0-incubator-SNAPSHOT</version>
> > >
> > > + <repositories>
> > > +   <repository>
> > > +     <id>aQute</id>
> > > +     <url>http://www.aqute.biz/repo</url>
> > > +   </repository>
> > > + </repositories>
> > > +
> > >   <dependencies>
> > >    <dependency>
> > >     <groupId>biz.aQute</groupId>
> > >
> > >
> > > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > > >
> > > > The bundle plugin does not build anymore.
> > > > The reason is that the following dependency is not in a public
> referenced
> > > > repo:
> > > >   biz.aQute:bndlib:jar:0.0.140
> > > >
> > > > Would it be possible to update the pom to add a location where this
> file
> > > > is available ?
> > > >
> > > > --
> > > > Cheers,
> > > > Guillaume Nodet
> > > > ------------------------
> > > > Principal Engineer, IONA
> > > > Blog: http://gnodet.blogspot.com/
> > >
> > >
> > >
> > >
> > > --
> > > Cheers,
> > > Guillaume Nodet
> > > ------------------------
> > > Principal Engineer, IONA
> > > Blog: http://gnodet.blogspot.com/
> > >
> >
> >
> > --
> > I could give you my word as a Spaniard.
> > No good. I've known too many Spaniards.
> >                              -- The Princess Bride
> >
>
>
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride
>



-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/

Re: BundlePlugin does not build

Posted by Carlos Sanchez <ca...@apache.org>.
it was actually already there

On 5/23/07, Carlos Sanchez <ca...@apache.org> wrote:
> that repo is not added on purpose to reduce build time
>
> i'll put in the central repo
>
> On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > I've found your repo Peter ;-)
> >
> > If someone could apply this simple patch:
> >
> > Index: bundleplugin/pom.xml
> > ===================================================================
> > --- bundleplugin/pom.xml    (revision 541051)
> > +++ bundleplugin/pom.xml    (working copy)
> > @@ -38,6 +38,13 @@
> >    </description>
> >   <version>0.9.0-incubator-SNAPSHOT</version>
> >
> > + <repositories>
> > +   <repository>
> > +     <id>aQute</id>
> > +     <url>http://www.aqute.biz/repo</url>
> > +   </repository>
> > + </repositories>
> > +
> >   <dependencies>
> >    <dependency>
> >     <groupId>biz.aQute</groupId>
> >
> >
> > On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> > >
> > > The bundle plugin does not build anymore.
> > > The reason is that the following dependency is not in a public referenced
> > > repo:
> > >   biz.aQute:bndlib:jar:0.0.140
> > >
> > > Would it be possible to update the pom to add a location where this file
> > > is available ?
> > >
> > > --
> > > Cheers,
> > > Guillaume Nodet
> > > ------------------------
> > > Principal Engineer, IONA
> > > Blog: http://gnodet.blogspot.com/
> >
> >
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Principal Engineer, IONA
> > Blog: http://gnodet.blogspot.com/
> >
>
>
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

Re: BundlePlugin does not build

Posted by Carlos Sanchez <ca...@apache.org>.
that repo is not added on purpose to reduce build time

i'll put in the central repo

On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> I've found your repo Peter ;-)
>
> If someone could apply this simple patch:
>
> Index: bundleplugin/pom.xml
> ===================================================================
> --- bundleplugin/pom.xml    (revision 541051)
> +++ bundleplugin/pom.xml    (working copy)
> @@ -38,6 +38,13 @@
>    </description>
>   <version>0.9.0-incubator-SNAPSHOT</version>
>
> + <repositories>
> +   <repository>
> +     <id>aQute</id>
> +     <url>http://www.aqute.biz/repo</url>
> +   </repository>
> + </repositories>
> +
>   <dependencies>
>    <dependency>
>     <groupId>biz.aQute</groupId>
>
>
> On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
> >
> > The bundle plugin does not build anymore.
> > The reason is that the following dependency is not in a public referenced
> > repo:
> >   biz.aQute:bndlib:jar:0.0.140
> >
> > Would it be possible to update the pom to add a location where this file
> > is available ?
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Principal Engineer, IONA
> > Blog: http://gnodet.blogspot.com/
>
>
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Principal Engineer, IONA
> Blog: http://gnodet.blogspot.com/
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

Re: BundlePlugin does not build

Posted by Guillaume Nodet <gn...@gmail.com>.
I've found your repo Peter ;-)

If someone could apply this simple patch:

Index: bundleplugin/pom.xml
===================================================================
--- bundleplugin/pom.xml    (revision 541051)
+++ bundleplugin/pom.xml    (working copy)
@@ -38,6 +38,13 @@
   </description>
  <version>0.9.0-incubator-SNAPSHOT</version>

+ <repositories>
+   <repository>
+     <id>aQute</id>
+     <url>http://www.aqute.biz/repo</url>
+   </repository>
+ </repositories>
+
  <dependencies>
   <dependency>
    <groupId>biz.aQute</groupId>


On 5/23/07, Guillaume Nodet <gn...@gmail.com> wrote:
>
> The bundle plugin does not build anymore.
> The reason is that the following dependency is not in a public referenced
> repo:
>   biz.aQute:bndlib:jar:0.0.140
>
> Would it be possible to update the pom to add a location where this file
> is available ?
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Principal Engineer, IONA
> Blog: http://gnodet.blogspot.com/




-- 
Cheers,
Guillaume Nodet
------------------------
Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/