RE: maven-bundle-plugin:bundleall trying to bring in optional dependencies

2010-06-10 Thread Alex Hvostov
On Thu, 2010-06-10 at 07:39 +0100, peter lawrey wrote: > Hi, > I have similar issue in that it tries to bring in test > dependencies as well. In the past I have used this to mark libraries I > specifically don't want to release. > > Peter. It might actually be better to mark such dependencies

Re: File Install treats manually installed bundles as new when it starts

2010-06-10 Thread Richard S. Hall
On 6/10/10 3:12, Stijn de Witt wrote: Yes, we have a 'management agent', our own code, which installs the bundles before upgrade. Still it doesn't seem like such a specific scenario to want to inform File Install of already running bundles before starting it. Well, it's still trying to get

Re: Duplicate import

2010-06-10 Thread Justin Edelson
On 6/10/10 9:15 AM, petergent wrote: > - Thank you Richard, I deleted the line (and some others) manually. > It works now. > > - The problem is: It's the latest and only version of log4j that > supports OSGi (and that is deployed on the Maven repo). FYI - this bug was reopened: https://issues.ap

Re: Duplicate import

2010-06-10 Thread petergent
- Thank you Richard, I deleted the line (and some others) manually. It works now. - The problem is: It's the latest and only version of log4j that supports OSGi (and that is deployed on the Maven repo). Yours, Peter Richard S. Hall schreef: On 6/9/10 17:53, petergent wrote: Hi, When I tr

Re: Duplicate import

2010-06-10 Thread Richard S. Hall
On 6/9/10 17:53, petergent wrote: Hi, When I try to start just one bundle, the 'log4j-1.2.16.jar' bundle, I get this error: Auto-deploy install: org.osgi.framework.BundleException: Duplicate import - com.sun.jdmk.comm Google doesn't help me here. Could you help me? The maven directory: htt

Re: Build problem with Dependency Manager

2010-06-10 Thread Marcel Offermans
On Jun 10, 2010, at 9:45 , Stijn de Witt wrote: > [...] it still is something to look into for whoever is maintaining the > Dependency Manager I think. Agreed, and I will. :) Greetings, Marcel - To unsubscribe, e-mail: users-u

RE: Build problem with Dependency Manager

2010-06-10 Thread Stijn de Witt
Oh BTW, I don't really need the Dependency Manager bundle or anything. I was just setting up a workspace to make some experimental changes to File Install and one of the steps in that process was to make sure I could successfully build Felix. The Maven and Ant scripts Felix comes with should make t

RE: Build problem with Dependency Manager

2010-06-10 Thread Stijn de Witt
I think it might be a Windows thing... but after I did SVN update it still is not working. -Stijn F:\workspace\Felix\dependencymanager>ver Microsoft Windows XP [Version 5.1.2600] F:\workspace\Felix\dependencymanager>java -version java version "1.6.0_11" Java(TM) SE Runtime Environment (build 1.

RE: File Install treats manually installed bundles as new when it starts

2010-06-10 Thread Stijn de Witt
Yes, we have a 'management agent', our own code, which installs the bundles before upgrade. Still it doesn't seem like such a specific scenario to want to inform File Install of already running bundles before starting it. The forking is probably a good idea. We will have to think about it some mor