2009/9/11 Davanum Srinivas <[email protected]> > Karl, > > How can i help with framework.security? Please let me know.
usually we ask people to raise JIRA issues to track new features / defects, then they can attach any proposed patches as well as discuss the design otherwise problems can easily become lost or unanswered on the dev-list... > Please see enclosed thread for compiler errors with latest framework. > > thanks, > dims > > On Thu, Aug 20, 2009 at 3:07 PM, Richard S. Hall <[email protected]> > wrote: > > On 8/20/09 15:00, Davanum Srinivas wrote: > >> > >> Thanks Richard. Hopefully i can help a bit as well when things get going > >> on this. > > > > That would be great! Just bug Karl. :-) > > > > -> richard > > > >> > >> -- dims > >> > >> On 08/20/2009 02:55 PM, Richard S. Hall wrote: > >>> > >>> Karl Pauls works on it. He is currently on vacation. He plans to update > >>> it, but was waiting for the changes to the framework to settle down a > >>> little bit before moving forward. > >>> > >>> -> richard > >>> > >>> On 8/20/09 14:28, Davanum Srinivas wrote: > >>>> > >>>> Folks, > >>>> > >>>> Looks like i can't build framework.security against latest framework > >>>> SNAPSHOT. am trying to switch the version as follows and getting tons > >>>> of compiler errors (see below) > >>>> > >>>> [d...@dims-desktop framework.security]$svn diff > >>>> Index: pom.xml > >>>> =================================================================== > >>>> --- pom.xml (revision 805429) > >>>> +++ pom.xml (working copy) > >>>> @@ -39,7 +39,7 @@ > >>>> <dependency> > >>>> <groupId>${pom.groupId}</groupId> > >>>> <artifactId>org.apache.felix.framework</artifactId> > >>>> -<version>1.4.1</version> > >>>> +<version>1.9.0-SNAPSHOT</version> > >>>> <scope>provided</scope> > >>>> </dependency> > >>>> </dependencies> > >>>> > >>>> Is anyone working on framework.security? > >>>> > >>>> thanks, > >>>> dims > >>>> > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[40,36] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: package org.apache.felix.moduleloader > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[36,36] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: package org.apache.felix.moduleloader > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/condpermadmin/ConditionalPermissionAdminImpl.java:[306,53] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> > >>>> > org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl > >>>> > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/util/LocalPermissions.java:[85,40] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> org.apache.felix.framework.security.util.LocalPermissions > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[29,33] > >>>> > >>>> cannot find symbol > >>>> symbol : class FilterImpl > >>>> location: package org.apache.felix.framework > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[25,36] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: package org.apache.felix.moduleloader > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[32,18] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> org.apache.felix.framework.security.verifier.SignerMatcher > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[40,36] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: package org.apache.felix.moduleloader > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/SignerMatcher.java:[45,57] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> org.apache.felix.framework.security.verifier.SignerMatcher > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[101,43] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> org.apache.felix.framework.security.verifier.BundleDNParser > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/security/verifier/BundleDNParser.java:[138,45] > >>>> > >>>> cannot find symbol > >>>> symbol : class IContentLoader > >>>> location: class > >>>> org.apache.felix.framework.security.verifier.BundleDNParser > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[25,33] > >>>> > >>>> cannot find symbol > >>>> symbol : class FilterImpl > >>>> location: package org.apache.felix.framework > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleSignerCondition.java:[182,27] > >>>> > >>>> cannot find symbol > >>>> symbol : class FilterImpl > >>>> location: class org.osgi.service.condpermadmin.ConditionImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityActivator.java:[287,18] > >>>> > >>>> cannot find symbol > >>>> symbol : class FelixBundle > >>>> location: class org.apache.felix.framework.SecurityActivator > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[68,8] > >>>> > >>>> cannot find symbol > >>>> symbol : class BundleInfo > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[68,28] > >>>> > >>>> cannot find symbol > >>>> symbol : class FelixBundle > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[81,14] > >>>> > >>>> cannot find symbol > >>>> symbol : class FelixBundle > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[82,14] > >>>> > >>>> cannot find symbol > >>>> symbol : class FelixBundle > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[80,15] > >>>> > >>>> internal error; cannot instantiate > >>>> > >>>> > SignerMatcher(java.lang.String,long,IContentLoader,org.apache.felix.framework.security.verifier.BundleDNParser) > >>>> > >>>> at org.apache.felix.framework.security.verifier.SignerMatcher to () > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[97,8] > >>>> > >>>> cannot find symbol > >>>> symbol : class FelixBundle > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/apache/felix/framework/SecurityProviderImpl.java:[98,8] > >>>> > >>>> cannot find symbol > >>>> symbol : class BundleInfo > >>>> location: class org.apache.felix.framework.SecurityProviderImpl > >>>> > >>>> > >>>> > /mnt/sda1/dims/apache/felix/framework.security/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[76,20] > >>>> > >>>> cannot find symbol > >>>> symbol : class FilterImpl > >>>> location: class org.osgi.service.condpermadmin.BundleLocationCondition > >>>> > >>>> > >>>> > > > > > > -- > Davanum Srinivas :: http://davanum.wordpress.com > -- Cheers, Stuart
