[jira] Updated: (FELIX-1377) fileinstall tries to process files which are not fully copied yet

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1377: --- Component/s: File Install Summary: fileinstall tries to process files which are not fu

[jira] Updated: (FELIX-922) File Install bundle should be extensible to support new artifact type

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-922: -- Attachment: FELIX-922.patch The attached patch is an svn patch against (trunk + FELIX-1475 + FEL

[jira] Commented: (FELIX-1481) When performing variable substitution, fileinstall throws an exception if there is a start or stop delimiter without the other one

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743101#action_12743101 ] Guillaume Nodet commented on FELIX-1481: RIght, I spotted that after posting my com

Re: [FileInstall] Several enhancements

2009-08-13 Thread Guillaume Nodet
On Thu, Aug 13, 2009 at 21:11, Moloney, Tim M wrote: > > So would the convention be that: > > - .cfg files in the etc directory are monitored and any changes > will be passed to the ConfigurationAdmin service Right > > > - other files in the etc directory are read once and not monitored > fo

RE: [FileInstall] Several enhancements

2009-08-13 Thread Moloney, Tim M
So would the convention be that: - .cfg files in the etc directory are monitored and any changes will be passed to the ConfigurationAdmin service - other files in the etc directory are read once and not monitored for changes Tim Moloney The reasonable man adapts himself to

[jira] Commented: (FELIX-1475) Add a file filter for a given watched directory

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742890#action_12742890 ] Guillaume Nodet commented on FELIX-1475: FWIW, the patch is missing an update to s

Re: [FileInstall] Several enhancements

2009-08-13 Thread Guillaume Nodet
Well, FELIX-1475 is against fileinstall, but Karaf does not use it yet. So it will only work when the switch has been done (see FELIX-1463). In addition, the default filter is empty, so Karaf will need to properly set the value to ".*\\.cfg" to only watch ".cfg" files in the etc folder. I'm working

RE: [FileInstall] Several enhancements

2009-08-13 Thread Moloney, Tim M
I applied FELIX-1475 (and FELIX-1476 and FELIX-1481) to the current trunk see if it resolves FELIX-1480. Simply applying the patch doesn't resolve the issue. I guess there is some configuration involved. I looked at the patch and I see that there is felix.fileinstall.filter (that I assume goes

[jira] Commented: (FELIX-1480) Karaf displays invalid warnings for normal configuration files

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742858#action_12742858 ] Guillaume Nodet commented on FELIX-1480: Both Karaf deployer and Felix fileinstall

Re: git mirror out of date?

2009-08-13 Thread Greg Lucas
On Thu, 13 Aug 2009 10:38:15 -0400, Jukka Zitting wrote: There was a stale git-svn lock file in the Felix mirror that was preventing more recent updates. I cleared the lock manually and triggered a fresh sync of the mirror. Great - all up to date now. Thanks! -- Greg Lucas

Re: git mirror out of date?

2009-08-13 Thread Jukka Zitting
Hi, On Thu, Aug 13, 2009 at 3:54 PM, Greg Lucas wrote: > Does anyone use the git mirror for felix (http://git.apache.org)? It does > not seem to be being updated: git log shows the last update as July 22. There was a stale git-svn lock file in the Felix mirror that was preventing more recent upda

Re: trunk fails to build

2009-08-13 Thread Richard S. Hall
Yep, I see the same error. Not sure. Personally, I find the top-level build worthless. I wonder how Bamboo succeeds...speaking of which, I haven't seen any Bamboo messages lately... -> richard On 8/13/09 5:12, Sahoo wrote: I just updated my felix workspace and it fails to build (I build by

[jira] Closed: (FELIX-1480) Karaf displays invalid warnings for normal configuration files

2009-08-13 Thread Tim Moloney (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Moloney closed FELIX-1480. -- Resolution: Won't Fix No problem. If you a have a fix that is consistent with a larger issue, then th

Re: git mirror out of date?

2009-08-13 Thread Guillaume Nodet
IIRC, I used it for my initial clone, but i'm updating my local copy using "git svn rebase" ... But I might have used a direct clone from svn, I can't recall exactly. On Thu, Aug 13, 2009 at 15:54, Greg Lucas wrote: > Does anyone use the git mirror for felix (http://git.apache.org)? It does > no

[jira] Commented: (FELIX-1481) When performing variable substitution, fileinstall throws an exception if there is a start or stop delimiter without the other one

2009-08-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742828#action_12742828 ] Richard S. Hall commented on FELIX-1481: I don't think the pattern matcher you ment

git mirror out of date?

2009-08-13 Thread Greg Lucas
Does anyone use the git mirror for felix (http://git.apache.org)? It does not seem to be being updated: git log shows the last update as July 22. -- Greg Lucas

[jira] Updated: (FELIX-1478) Add shutdown hook to launcher to cleanly shutdown the framework if the process is killed

2009-08-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-1478: --- Summary: Add shutdown hook to launcher to cleanly shutdown the framework if the process is ki

Re: [FileInstall] Several enhancements

2009-08-13 Thread Guillaume Nodet
I've uploaded new patches for 1475, 1476 and 1481 that are based on trunk and do not need 922. So they can be applied right now, and 922 will incorporate those changes too. On Thu, Aug 13, 2009 at 11:35, Sahoo wrote: > The patches for 1475, 1476 and 1481 look fine to me. How can you apply some >

[jira] Commented: (FELIX-922) File Install bundle should be extensible to support new artifact type

2009-08-13 Thread Sahoo (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742803#action_12742803 ] Sahoo commented on FELIX-922: - I am not able to apply the latest patch (uploaded on 2009-08-12).

Re: [FileInstall] Several enhancements

2009-08-13 Thread Sahoo
The patches for 1475, 1476 and 1481 look fine to me. How can you apply some of them, as they are based on patch for 922? I guess you shall rework them based on current svn. I am looking at 922, but it needs more time. Thanks, Sahoo Guillaume Nodet wrote: I've raised a few jira issues on file

[jira] Commented: (FELIX-1482) Fileinstall try to start all bundles, not only newly installed.

2009-08-13 Thread Sahoo (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742778#action_12742778 ] Sahoo commented on FELIX-1482: -- There is one problem with your suggestion which may explain th

trunk fails to build

2009-08-13 Thread Sahoo
I just updated my felix workspace and it fails to build (I build by inoking "ant all" from root folder). See error below. Thanks, Sahoo [exec] [INFO] [exec] [ERROR] BUILD ERROR [exec] [INFO]

[FileInstall] Several enhancements

2009-08-13 Thread Guillaume Nodet
I've raised a few jira issues on fileinstall that can be found at https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310100&sorter/order=DESC&sorter/field=priority&resolution=-1&component=12312204 I plan to commit the attached patches for FELIX-1475, FELIX-1481,

[jira] Updated: (FELIX-1483) Fileinstall should support exploded artifacts

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1483: --- Component/s: File Install > Fileinstall should support exploded artifacts > -

[jira] Created: (FELIX-1483) Fileinstall should support exploded artifacts

2009-08-13 Thread Guillaume Nodet (JIRA)
Fileinstall should support exploded artifacts - Key: FELIX-1483 URL: https://issues.apache.org/jira/browse/FELIX-1483 Project: Felix Issue Type: New Feature Reporter: Guillaume Nodet

[jira] Updated: (FELIX-1476) Allow system property substitution while loading configurations from files

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1476: --- Attachment: FELIX-1476.patch Here's a patch I'll apply on trunk soon unless somone objects.

[jira] Updated: (FELIX-1481) When performing variable substitution, fileinstall throws an exception if there is a start or stop delimiter without the other one

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1481: --- Attachment: FELIX-1481.patch Attached is a patch against trunk i'll apply soon if there's no

[jira] Updated: (FELIX-1475) Add a file filter for a given watched directory

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1475: --- Attachment: FELIX-1475.patch Here is a patch against trunk that i'll apply in the coming days

[jira] Updated: (FELIX-1482) Fileinstall try to start all bundles, not only newly installed.

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-1482: --- Attachment: FELIX-1482.patch I'll apply the attached patch in the coming days unless someone

[jira] Assigned: (FELIX-1482) Fileinstall try to start all bundles, not only newly installed.

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned FELIX-1482: -- Assignee: Guillaume Nodet > Fileinstall try to start all bundles, not only newly instal

[jira] Commented: (FELIX-1482) Fileinstall try to start all bundles, not only newly installed.

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742760#action_12742760 ] Guillaume Nodet commented on FELIX-1482: I think the correct behavior should be:

[jira] Created: (FELIX-1482) Fileinstall try to start all bundles, not only newly installed.

2009-08-13 Thread Guillaume Nodet (JIRA)
Fileinstall try to start all bundles, not only newly installed. --- Key: FELIX-1482 URL: https://issues.apache.org/jira/browse/FELIX-1482 Project: Felix Issue Type: Bug

Re: FileInstall and bundles start

2009-08-13 Thread Guillaume Nodet
Great, that sounds much better to me. I'll raise a JIRA. On Thu, Aug 13, 2009 at 09:08, Sahoo wrote: > There appears to be a bug. startAllBundles() should not be called the way > it is done right now. I say this because, that's the very reason why I > introduced startupFailures. So, in principl

[jira] Reopened: (FELIX-1468) wrapper:install and admin:create prints old ansi output that need to be converted to real ansi

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reopened FELIX-1468: The shell:info command has the same problem too. > wrapper:install and admin:create prints old

Re: FileInstall and bundles start

2009-08-13 Thread Sahoo
There appears to be a bug. startAllBundles() should not be called the way it is done right now. I say this because, that's the very reason why I introduced startupFailures. So, in principle, we should only start failed bundles and newly installed bundles. Thanks, Sahoo Guillaume Nodet wrote:

[jira] Commented: (FELIX-1481) When performing variable substitution, fileinstall throws an exception if there is a start or stop delimiter without the other one

2009-08-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12742747#action_12742747 ] Guillaume Nodet commented on FELIX-1481: In addition, I think fileinstall is 1.4 co