Glad to have some windows users on board ! I guess that's a regression caused by one of my commits. I'll fix it asap.
On Thu, Nov 18, 2010 at 22:49, Achim Nierbeck <[email protected]> wrote: > Hi, > > I just wanted to build the latest from the 2.1.x branch on a windows > machine, one of the unit tests is in a error state :( > > ------------------------------------------------------------------------------- > Test set: org.apache.karaf.admin.internal.AdminServiceImplTest > ------------------------------------------------------------------------------- > Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.115 > sec <<< FAILURE! > testConfigurationFiles(org.apache.karaf.admin.internal.AdminServiceImplTest) > Time elapsed: 0.071 sec <<< ERROR! > java.io.IOException: Cannot run program "chmod": CreateProcess error=2, > Das System kann die angegebene Datei nicht finden > at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) > at > org.apache.karaf.admin.internal.AdminServiceImpl.chmod(AdminServiceImpl.java:348) > at > org.apache.karaf.admin.internal.AdminServiceImpl.createInstance(AdminServiceImpl.java:181) > at > org.apache.karaf.admin.internal.AdminServiceImplTest.testConfigurationFiles(AdminServiceImplTest.java:76) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > It can't find the requested file. > > Cheers, Achim > >> On Thu, Nov 18, 2010 at 11:38, Jamie G. <[email protected]> wrote: >>> Good catch of the SNAPSHOT dependency in >>> archetypes/command/src/main/resources/archetype-resources/pom.xml. >> Shouldn't we move that as a filtered-resource then ? >> >>> As to the osgi:list help description, the -1 default value is internal >>> value the threshold has until runtime when it reads the configured >>> setting or passed value. It would be nice if the default printed the >>> configured value, perhaps an improvement jira entry could be made for >>> this. >>> >>> On Thu, Nov 18, 2010 at 2:36 AM, Jarek Gawor <[email protected]> wrote: >>>> I was trying to build 2.1.2 tag. The archetypes itests failed because >>>> the ./archetypes/command/src/main/resources/archetype-resources/pom.xml >>>> defines a snapshot dependency on org.apache.karaf.shell.console. >>>> >>>> Also, I was a bit confused about the osgi:list --help description for >>>> -t option. It says: >>>> >>>> -t >>>> Specifies the bundle threshold; bundles with a >>>> start-level less than this value will not get >>>> printed out. >>>> (defaults to -1) >>>> >>>> If it defaults to -1 it should show all bundles by default. But it >>>> seems to default to 50. >>>> >>>> Jarek >>>> >>>> On Wed, Nov 17, 2010 at 7:46 PM, Jamie G. <[email protected]> wrote: >>>>> Hi, >>>>> >>>>> We resolved 5 issues in this release (may take some time for cwiki to >>>>> update with this page): >>>>> https://cwiki.apache.org/confluence/display/KARAF/Karaf+2.1.2+Release >>>>> >>>>> Staging repository: >>>>> https://repository.apache.org/content/repositories/orgapachekaraf-002/ >>>>> >>>>> Release tags: >>>>> http://svn.apache.org/repos/asf/karaf/tags/karaf-2.1.2/ >>>>> >>>>> Please vote to approve this release: >>>>> >>>>> [ ] +1 Approve the release >>>>> [ ] -1 Veto the release (please provide specific comments) >>>>> >>>>> This vote will be open for 72 hours. >>>>> >> >> > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
