About implementing harmony a osgi-ed jre

2009-06-07 Thread galaxy
Hi ,all I participate this year's google summer code in apache harmony :implementing osgi-ed jre and I want to use felix in my work to organize the modules of harmony So I think it's necessary to make you notified here :) and I want to ask your permission on this . Regarding to the project , I thin

Re: [karaf] propappend ...?

2009-06-07 Thread Gert Vanthienen
Robert, Thanks for the suggestion! Yeah, that would be a useful addition, so we would definitely welcome a patch for that. Instead of config/propappend we could also add a parameter to propset, something like config/propset -a . Wdyt? Gert Vanthienen Open Source SOA: h

[jira] Created: (FELIX-1203) NPE in fileinstall if a watched bundle is uninstalled by some other means

2009-06-07 Thread Sahoo (JIRA)
NPE in fileinstall if a watched bundle is uninstalled by some other means - Key: FELIX-1203 URL: https://issues.apache.org/jira/browse/FELIX-1203 Project: Felix Issue Ty

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Stuart McCulloch
2009/6/8 Sahoo > Stuart McCulloch wrote: > >> 2009/6/8 Sahoo >> >> Stuart McCulloch wrote: >>> >>> I guess I'm not seeing why you want to use the reference: scheme with non-file URLs? do you just want to avoid copying the remote content locally or is there another reaso

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Sahoo
Stuart McCulloch wrote: 2009/6/8 Sahoo Stuart McCulloch wrote: I guess I'm not seeing why you want to use the reference: scheme with non-file URLs? do you just want to avoid copying the remote content locally or is there another reason? Good question. I want to modify the

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Stuart McCulloch
2009/6/8 Sahoo > Stuart McCulloch wrote: > >> >> I guess I'm not seeing why you want to use the reference: scheme with >> non-file URLs? >> >> do you just want to avoid copying the remote content locally or is there >> another reason? >> >> > Good question. I want to modify the content as it is r

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Richard S. Hall
On 6/7/09 9:31 AM, Sahoo wrote: Stuart McCulloch wrote: I guess I'm not seeing why you want to use the reference: scheme with non-file URLs? do you just want to avoid copying the remote content locally or is there another reason? Good question. I want to modify the content as it is read. e.g.

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Sahoo
Stuart McCulloch wrote: I guess I'm not seeing why you want to use the reference: scheme with non-file URLs? do you just want to avoid copying the remote content locally or is there another reason? Good question. I want to modify the content as it is read. e.g., I want to process the MANIF

[jira] Updated: (FELIX-847) Maven OBR Plugin does not support Java 6

2009-06-07 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-847: -- Affects Version/s: (was: felix-1.4.0) bundlerepository-1.4.0 > Maven

[jira] Closed: (FELIX-847) Maven OBR Plugin does not support Java 6

2009-06-07 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-847. - Resolution: Duplicate > Maven OBR Plugin does not support Java 6 > ---

[jira] Commented: (FELIX-847) Maven OBR Plugin does not support Java 6

2009-06-07 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717050#action_12717050 ] Richard S. Hall commented on FELIX-847: --- I believe OBR does not current support execut

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Stuart McCulloch
2009/6/8 Sahoo > Stuart McCulloch wrote: > >> 2009/6/7 Sahoo >> >> >> >>> Hi, >>> >>> I see the following code in BundleArchive.java: >>> // Check if the location string represents a reference URL. >>> if ((location != null) && >>> location.startsWith(REFERENCE_PROTOCOL)) >>>

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Karl Pauls
On Sun, Jun 7, 2009 at 6:05 PM, Sahoo wrote: > Stuart McCulloch wrote: >> >> 2009/6/7 Sahoo >> >> >>> >>> Hi, >>> >>> I see the following code in BundleArchive.java: >>>          // Check if the location string represents a reference URL. >>>          if ((location != null) && >>> location.startsW

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Sahoo
Stuart McCulloch wrote: 2009/6/7 Sahoo Hi, I see the following code in BundleArchive.java: // Check if the location string represents a reference URL. if ((location != null) && location.startsWith(REFERENCE_PROTOCOL)) { // Reference URLs only sup

[karaf] propappend ...?

2009-06-07 Thread Robert Burrell Donkin
some properties consist of a comma separated list of values (for example, 'org.ops4j.pax.url.mvn.repositories'). for these properties, it would be useful to be able to append to the current value (for example, ',http://example.org/repos/m2') without having to cut and paste using proplist and propse

Re: Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Stuart McCulloch
2009/6/7 Sahoo > Hi, > > I see the following code in BundleArchive.java: > // Check if the location string represents a reference URL. > if ((location != null) && > location.startsWith(REFERENCE_PROTOCOL)) > { > // Reference URLs only support the file p

Why reference: scheme is supported only for file URLs?

2009-06-07 Thread Sahoo
Hi, I see the following code in BundleArchive.java: // Check if the location string represents a reference URL. if ((location != null) && location.startsWith(REFERENCE_PROTOCOL)) { // Reference URLs only support the file protocol. l

[jira] Created: (FELIX-1202) Windows variable of servicemix/karaf debug not reseted !!!

2009-06-07 Thread Charles Moulliard (JIRA)
Windows variable of servicemix/karaf debug not reseted !!! -- Key: FELIX-1202 URL: https://issues.apache.org/jira/browse/FELIX-1202 Project: Felix Issue Type: Bug Components: