On Thu, Apr 2, 2009 at 13:49, Stuart McCulloch <[email protected]> wrote: > 2009/4/2 Guillaume Nodet <[email protected]> > >> Didn't found the sources that create those packages. No big deal. > > > felix-1.6.0.tar.gz, etc. are artifacts of the "org.apache.felix.main" build > > you can either unzip the framework, shell, shell.tui, bundlerepository, and > main projects > and build them in sequence - this will produce the binary artifacts under > the main project
Thanks ! I can see it now. I was expecting this artifact to be produced by the maven assembly plugin, but wasn't able to find any descriptor for it .. > > or you can grab the project sources from svn: > > > http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-1.6.0/ > > http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell-1.2.0/ > > http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.2.0/ > > http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.bundlerepository-1.4.0/ > > http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-1.6.0/ > > http://people.apache.org/~pauls/1.6.0/ contains all of the source used to > build the binaries > > there shouldn't be any missing source, because that goes against Apache > release policy > > Is there any maven staging repo I can point at to build with those artifacts >> ? >> > > we don't use a staging repo at the moment, you'd have to use the > maven-install-plugin to > add them to your local repository - we're discussing moving to use the Nexus > staging repo > used by the main Maven team, which will help in the future Right, moving to the nexus will help a lot, but using the maven staging plugin also helps a lot with the release process. I guess that won't be needed anymore when using Nexus though... > On Thu, Apr 2, 2009 at 10:47, Karl Pauls <[email protected]> wrote: >> > there is no tag for this as it is just the combination. that is the >> > mentioned binary release which is there for convenience. the main project >> > creates it (and that has a tag). >> > >> > regards, >> > >> > Karl >> > >> > Am 02.04.2009 um 10:18 schrieb Guillaume Nodet <[email protected]>: >> > >> >> Where is the tag for the following artifact: >> >> >> >> http://people.apache.org/~pauls/1.6.0/felix-1.6.0.tar.gz<http://people.apache.org/%7Epauls/1.6.0/felix-1.6.0.tar.gz> >> >> >> >> On Wed, Apr 1, 2009 at 02:02, Karl Pauls <[email protected]> wrote: >> >>> >> >>> I would like to call a vote on the following subproject releases, >> >>> >> >>> shell 1.2.0 >> >>> shell.tui 1.2.0 >> >>> bundlerepository 1.4.0 >> >>> framework 1.6.0 >> >>> main 1.6.0 >> >>> >> >>> The source and binary release archives, signature files, SHA and MD5 >> >>> message digests for each are available as zip and tar.gz here: >> >>> >> >>> http://people.apache.org/~pauls/1.6.0<http://people.apache.org/%7Epauls/1.6.0> >> >>> >> >>> Additionally, a binary release is included (called felix-1.6.0). >> >>> >> >>> Please vote to approve these release archives: >> >>> >> >>> [ ] +1 Approve the releases >> >>> [ ] -1 Veto the releases (please provide specific comments) >> >>> >> >> >> >> >> >> >> >> -- >> >> Cheers, >> >> Guillaume Nodet >> >> ------------------------ >> >> Blog: http://gnodet.blogspot.com/ >> >> ------------------------ >> >> Open Source SOA >> >> http://fusesource.com >> > >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com >> > > > > -- > Cheers, Stuart > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
