@Matt, the latest version at Github (on the runner-1.6.x branch) should do its work. Can you please checkout the latest source
git clone git://github.com/ops4j/org.ops4j.pax.runner.git git checkout runner-1.6.x mvn clean install Please test your part. ASAP as a "Yes works for me" comes from you I'll release pax runner 1.6.1 and push it to m2central, but I simply want to avoid having three other minor releases in the next two days :) Thanks and kind regards, Andreas On Wed, Mar 2, 2011 at 5:48 PM, Toni Menzel <[email protected]> wrote: > Pax Runner 1.6.0 (and beyond) gives you felix 3.0.6 and below. > > On Wed, Mar 2, 2011 at 5:44 PM, Matt Madhavan <[email protected]> > wrote: >> >> Hi Andreas, >> Please let me know when 1.6.0 or 1.6.1 will be available on the maven >> repo. If possible can you send me the link to the mvn artifacts so that I >> can download it my self? >> As I had mentioned in my previous posting I can go only up to Felix 3.0.0 >> with runner 1.5.0. We need to be atleast at Felix 3.0.2 for some of the >> fragment tests (which gogo command) to work properly. >> >> Thanks >> Matt >> >> On Wed, Mar 2, 2011 at 10:32 AM, Andreas Pieber <[email protected]> >> wrote: >>> >>> ah ok, fix is available on master. I'll pick up and release >>> runner-1.6.1 today; latest tomorrow >>> >>> Kind regards, >>> Andreas >>> >>> On Wed, Mar 2, 2011 at 5:23 PM, Matt Madhavan <[email protected]> >>> wrote: >>> > Hi Tony/Andreas, >>> > Please let me know when the fix will be ready. >>> > Thanks >>> > Matt >>> > >>> > On Tue, Mar 1, 2011 at 4:04 PM, Matt Madhavan <[email protected]> >>> > wrote: >>> >> >>> >> Hi Tony, >>> >> Please run the following three commands from the command line and you >>> >> will >>> >> be able to re-produce the issue easily. >>> >> 1) mvn org.ops4j:maven-pax-plugin:create-project >>> >> -DgroupId=com.hcsc.itf.osgi.samples -DartifactId=maven-osgi-dev >>> >> -Dversion=1.0-SNAPSHOT >>> >> 2) cd maven-osgi-dev >>> >> 3) mvn install pax:provision -Drunner=1.5.0 -Dplatform=felix >>> >> -Dversion=3.0.2 >>> >> >>> >> Thanks >>> >> Matt >>> >> >>> >> On Tue, Mar 1, 2011 at 2:59 PM, Toni Menzel <[email protected]> >>> >> wrote: >>> >>> >>> >>> mmhh.. did not run the trunk for some time. (though CI build also is >>> >>> not >>> >>> ready yet :( >>> >>> So, did you run pax runner before the release ? Or is it really an >>> >>> issue >>> >>> one can reproduce with 1.6.0 release only? >>> >>> Will take a look at this myself tomorrow, earliest. (CET) >>> >>> >>> >>> On Tue, Mar 1, 2011 at 9:50 PM, Andreas Pieber <[email protected]> >>> >>> wrote: >>> >>>> >>> >>>> mhm interesting... No idea how I could have break this... @Toni: can >>> >>>> you give it a look? >>> >>>> >>> >>>> I can dive into the problem on friday. Can you please create an >>> >>>> issue >>> >>>> for this problem Matt? >>> >>>> >>> >>>> Kind regards, >>> >>>> Andreas >>> >>>> >>> >>>> On Tue, Mar 1, 2011 at 9:32 PM, Matt Madhavan >>> >>>> <[email protected]> >>> >>>> wrote: >>> >>>> > Hi Andreas, >>> >>>> > When I run the following command (runner 1.6.0) I'm getting an >>> >>>> > error. >>> >>>> > Could >>> >>>> > you please take a look at it? >>> >>>> > mvn install pax:provision -Drunner=1.6.0 -Dplatform=felix >>> >>>> > -Dversion=3.0.2 >>> >>>> > >>> >>>> > >>> >>>> > -------------------------------------------------------------------------------------------------------- >>> >>>> > >>> >>>> > >>> >>>> > \______ \_____ ___ ___ \______ \__ __ ____ ____ >>> >>>> > ___________ >>> >>>> > | ___/\__ \ \ \/ / | _/ | \/ \ / \_/ __ \_ >>> >>>> > __ \ >>> >>>> > | | / __ \_> < | | \ | / | \ | \ ___/| >>> >>>> > | \/ >>> >>>> > |____| (____ /__/\_ \ |____|_ /____/|___| /___| /\___ >>> >>>> > >__| >>> >>>> > \/ \/ \/ \/ \/ \/ >>> >>>> > Pax Runner (1.6.0) from OPS4J - http://www.ops4j.org >>> >>>> > ---------------------------------------------------- >>> >>>> > -> Using config [classpath:META-INF/runner.properties] >>> >>>> > -> Using only arguments from command line >>> >>>> > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". >>> >>>> > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for >>> >>>> > further >>> >>>> > s. >>> >>>> > ___ >>> >>>> > / / >>> >>>> > / / Oops, there has been a problem! >>> >>>> > / / >>> >>>> > /__/ org/slf4j/impl/StaticLoggerBinder >>> >>>> > ___ >>> >>>> > /__/ Use --log=debug to see details. >>> >>>> > >>> >>>> > >>> >>>> > Thanks >>> >>>> > Matt >>> >>>> > On Tue, Mar 1, 2011 at 6:07 AM, Andreas Pieber >>> >>>> > <[email protected]> >>> >>>> > wrote: >>> >>>> >> >>> >>>> >> Hey, >>> >>>> >> >>> >>>> >> The released artifacts just reached m2 central. Feel free to >>> >>>> >> upgrade >>> >>>> >> and test if everything works for you. >>> >>>> >> >>> >>>> >> Basically the upgrade mostly contains bug-fixes. Besides >>> >>>> >> karaf-2.2 is >>> >>>> >> now used for feature parsing in pax-runner and jdk14 support was >>> >>>> >> removed. >>> >>>> >> >>> >>>> >> Kind regards, >>> >>>> >> Andreas >>> >>>> >> >>> >>>> >> _______________________________________________ >>> >>>> >> general mailing list >>> >>>> >> [email protected] >>> >>>> >> http://lists.ops4j.org/mailman/listinfo/general >>> >>>> > >>> >>>> > >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Toni Menzel - http://www.okidokiteam.com >>> >>> >>> >>> _______________________________________________ >>> >>> general mailing list >>> >>> [email protected] >>> >>> http://lists.ops4j.org/mailman/listinfo/general >>> >>> >>> >> >>> > >>> > >>> > _______________________________________________ >>> > general mailing list >>> > [email protected] >>> > http://lists.ops4j.org/mailman/listinfo/general >>> > >>> > >>> >>> _______________________________________________ >>> general mailing list >>> [email protected] >>> http://lists.ops4j.org/mailman/listinfo/general >> >> >> _______________________________________________ >> general mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/general >> > > > > -- > Toni Menzel - http://www.okidokiteam.com > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
