Re: [jira] Created: (FELIX-2149) Configuration Status tabs are not properly left aligned

2010-03-20 Thread Carsten Ziegeler
Valentin Valchev wrote > Hello Felix, > Currently here at ProSyst we are also releasing new versions of our > products, so I don't have much time for this. Besides, I think, that we > should submit this bug to jqueryUI team, since this is a problem of > their standard component (JQueryUI Tabs). >

[jira] Commented: (FELIX-2191) Drop-in deployment of feature descriptor with spring-dm bundles fails

2010-03-20 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847842#action_12847842 ] Peter GardfjÀll commented on FELIX-2191: I did some research into this matter. With

Re: WebConsole 3.0.0 release

2010-03-20 Thread Sahoo
Hi Felix, Because I have an older version of svn on my ubuntu 9.0.4 box, I am not able to check out Felix sources at this point of time. Ubuntu repo contains svn 1.5.4, but that's too old for svn workspace used by Felix. While I am trying to resolve that issue, I would like to try out the lat

Re: WebConsole 3.0.0 release

2010-03-20 Thread Justin Edelson
Sahoo- That's not how Subversion works. Every (released) version of the subversion client will work with any (released) version of a subversion server. See http://tortoisesvn.tigris.org/compatibility.html Justin On Sat, Mar 20, 2010 at 6:56 PM, Sa

[jira] Created: (FELIX-2216) Web console needs to be able to use service bundles like obr installed after it

2010-03-20 Thread Sahoo (JIRA)
Web console needs to be able to use service bundles like obr installed after it --- Key: FELIX-2216 URL: https://issues.apache.org/jira/browse/FELIX-2216 Project: Felix

Felix workspace requires svn to be upgraded...

2010-03-20 Thread Sahoo
[I have changed the subject] Justin, That used to be my understanding as well until I started encountering the following error while trying to update my Felix workspace using svn 1.5.4: ss141...@sahoo:/space/ss141213/WS/felix/trunk$ svn info svn: This client is too old to work with working c

[jira] Commented: (FELIX-2216) Web console needs to be able to use service bundles like obr installed after it

2010-03-20 Thread Sahoo (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847854#action_12847854 ] Sahoo commented on FELIX-2216: -- I have another question related to the NCDFE. How did ServiceT

RE: Felix workspace requires svn to be upgraded...

2010-03-20 Thread Moloney, Tim M
I believe that Justin is correct, but I've seen that error message also. I think that any version svn client can create a *new* working copy from any version svn server. However, if you check out a working copy with a newer svn client, then try to access that same working copy with an older svn

Re: Felix workspace requires svn to be upgraded...

2010-03-20 Thread Sahoo
Tim, Thank you, thank you, thank you. That was it. Although I never knowingly upgraded the workspace to newer version of svn, I must have unknowingly selected some option in my IDE and that would have upgraded, because the svn utilities in Ubuntu is still at version 1.5.4. So, the only other

trunk/webconsole fails to build

2010-03-20 Thread Sahoo
Hi, After updating my workspace to svn rev#925708, I am doing a clean build and I see compilation failures like this: /src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java:[904,54] cannot find symbol [exec] symbol: class R4Package / I don't see any R4Package.class

Re: Felix workspace requires svn to be upgraded...

2010-03-20 Thread Justin Edelson
Right - this error has nothing to do with the version of the server. You must have accessed this working copy with a newer version of Subversion. Justin On Sat, Mar 20, 2010 at 8:33 PM, Moloney, Tim M wrote: > > I believe that Justin is correct, but I've seen that error message also. > > I think

Re: trunk/webconsole fails to build

2010-03-20 Thread Sahoo
This failure is introduced in rev #925279. Thanks, Sahoo Sahoo wrote: Hi, After updating my workspace to svn rev#925708, I am doing a clean build and I see compilation failures like this: /src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java:[904,54] cannot find symb