Re: ops4j.org website appears to be down

2011-01-10 Thread Lars Fischer
Hello, 2011/1/10 Peter Neubauer : > Hi there, > our main problem is that Atlassian Studio is not available for OSS > projects, so we have to have a hosting provider for the OS. Our > current one is ok and responsive, but inherently every few months > something may break on the machine. I am not aw

Re: change pax logging configuration during runtime

2010-01-25 Thread Lars Fischer
Hello Niclas, Niclas Hedhman wrote: Pax Logging relies on the Configuration Admin service, as specified in the OSGi Compendium specs. So, you need a service implementation that can provide the configuration to Pax Logging, and without it, "nothing" will happen. I have no current overview of av

change pax logging configuration during runtime

2010-01-23 Thread Lars Fischer
Hello, I use Pax Logging with Pax ConfMan configured in the "services/org.ops4j.pax.logging.properties" file. I thought it would possible to update the logging configuration during runtime by only changing the contents of this file. But I don't see a different behavior, while I change the log-le

Re: eclipse update site (Pax Logging)

2009-11-20 Thread Lars Fischer
Hello Niclas, Niclas Hedhman wrotes: is there an eclipse update site containing Pax Logging bundles, so I can use it with tycho builds? AFAIK, No. But it could be that Sonatype publish Maven repository as Eclipse update site now, and if so it would exist through such mechanism. I did not fin

eclipse update site (Pax Logging)

2009-11-18 Thread Lars Fischer
Hello, is there an eclipse update site containing Pax Logging bundles, so I can use it with tycho builds? Regards, Lars ___ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general

Re: problem using pax-provision with maven mirror

2009-07-16 Thread Lars Fischer
Hello Alin, Alin Dreghiciu schrieb: This is a problem with oss.sonatype.org . Will be solved soon. -U did not resolve the problem :( I had to remove all local artefacts and retry pax-provision to get the new version of pax-runner. But now I can use equinox 3.5.0. Th

Re: problem using pax-provision with maven mirror

2009-07-15 Thread Lars Fischer
Stuart McCulloch schrieb: "mvn -U pax:provision" results in an error: ah, I thought you already had a Maven project with the pax-plugin configured (like the one's Pax-Construct produces) if you want to run this outside of a project you can either use: mvn -U org.ops4j:maven-pax-plug

Re: problem using pax-provision with maven mirror

2009-07-15 Thread Lars Fischer
Hello Alin, thank you for your answer! Alin Dreghiciu schrieb: Pax Construct will use maven infrastructure to detect the necessary repos (the ones from pom and ops4j maven repo) and configure Pax Runner with those repos. In your case, with mirror settings all repos will be proxied to nexus, m

Re: problem using pax-provision with maven mirror

2009-07-15 Thread Lars Fischer
Hello Stuart, thank you for your answer. After adding the ops4j repository to nexus I can download the artefacts. you're now using the pax:provision plugin, which does check Maven mirror settings (because it runs inside Maven) therefore all the pax-runner requests will go through Nexus - as

problem using pax-provision with maven mirror

2009-07-15 Thread Lars Fischer
Hello experts, I tried to play with pax-construct/pax-runner (latest versions) and equinox 3.5.0 and have some questions. First I configured my local maven to use a repository group from my own nexus server as mirror for all external repositories. This is in my settings.xml p

Re: problem running with equinox

2009-06-29 Thread Lars Fischer
Hello Stuart, sorry for asking a FAQ. I did not see it. On Mon, 29 Jun 2009 19:45 +0800, "Stuart McCulloch" wrote: > > when using the Windows shell you need quotes around any arguments using > =, > so try: > > pax-run "--platform=equinox" > > there's an FAQ entry about this: > > > htt

Re: problem running with equinox

2009-06-29 Thread Lars Fischer
Hello Toni, thank you for the quick reply. On Mon, 29 Jun 2009 13:44 +0200, "Toni Menzel" wrote: > On windows you need to quote parameters "sometimes". > Just tried here where both (quoted/unquoted) do work. > > As you see in the log, it recognizes the "equinox" portion as an extra > argument,

problem running with equinox

2009-06-29 Thread Lars Fischer
Hello, I would like to play with pax-runner">pax-runner using equinox as described in the documentation. But called in an empty folder, "pax-run --platform=equinox" results in an error: D:\dev\projects\paxtest>pax-run --platform=equinox __ __ __ / __ / / __ / / / / /

Re: osgi.bundle and osgi.bnd

2008-08-20 Thread Lars Fischer
On Wed, 20 Aug 2008 09:04:26 +0200, "Peter Neubauer" <[EMAIL PROTECTED]> said: > with "Pax OSGi helper plug-in for Eclipse", are you referring to > PaxCursor? Yes. regards, Lars ___ general mailing list general@lists.ops4j.org http://lists.ops4j.org/ma

Re: osgi.bundle and osgi.bnd

2008-08-15 Thread Lars Fischer
Hello Peter, On Fri, 15 Aug 2008 10:53:07 +0200, "Peter Neubauer" <[EMAIL PROTECTED]> said: > Hi there, have you tried to generate the eclipse files with mvn > eclipse:clean pax:eclipse and import the project from within Eclipse > as "existing project into workspace"? PaxConstruct is generating an

Re:

2008-08-15 Thread Lars Fischer
Hello Peter, On Thu, 14 Aug 2008 14:10:17 +0200, "Peter Neubauer" <[EMAIL PROTECTED]> said: > Hi there, when it comes to multiple configurations of the provisioning > part, I guess Maven profiles should help you there to specify > different PaxRunner etc arguments. Ok, this could be an option. Bu

osgi.bundle and osgi.bnd

2008-08-15 Thread Lars Fischer
Hello, I started playing with pax-construct and also use the pax-eclipse-plugin. Creating a new bundle with pax-create-bundle -n simple-api -p org.example.simple -- "-Dinternals=false" generates a file "osgi.bnd". The eclipse-plugin is searching for a file named "osgi.bundle" and shows an error.

Re:

2008-08-14 Thread Lars Fischer
Hello Niclas, thank you for your answer. On Thu, 14 Aug 2008 13:29:53 +0800, "Niclas Hedhman" <[EMAIL PROTECTED]> said: > The Pax Construct Uber-Lord is on a Ninja mission (vacation) in > Japan... *g* > In general, unless you are very confident OSGi developer, Pax > Construct will provide you h

[no subject]

2008-08-13 Thread Lars Fischer
Hello, I would like to build a special kind of OSGi project(s) with maven and just discovered pax-construct. This are my requirements: - some "runtime-bundles" together are providing a "runtime-system" - some lose "common-bundles" providing additional functions - some "items" formed of a item-spe