Pierre,
Thank you
gradle org.apache.felix.dependencymanager.annotation:jar
gives me a lot of errors, it seams I miss some dependencies
do you have me a hint?
p.s.
I try to compile this, because the code in current
ComponentImpl#calculateNewState is hard to read, and I noticed that it
was rewritten on trunk.
Hubert
E:\dependencymanager>gradle
org.apache.felix.dependencymanager.annotation:jar
:org.apache.felix.dependencymanager.annotation:compileJava
warning: [options] bootstrap class path not set in conjunction with
-source 1.7
E:\dependencymanager\org.apache.felix.dependencymanager.annotation\src\org\apache\felix\dm\annotation\plugin\bnd\AnnotationCollector.java:52:
error: package aQute.bnd.osgi does not exist
import aQute.bnd.osgi.Annotation;
^
E:\dependencymanager\org.apache.felix.dependencymanager.annotation\src\org\apache\felix\dm\annotation\plugin\bnd\AnnotationCollector.java:53:
error: package aQute.bnd.osgi does not exist
import aQute.bnd.osgi.ClassDataCollector;
^
E:\dependencymanager\org.apache.felix.dependencymanager.annotation\src\org\apache\felix\dm\annotation\plugin\bnd\AnnotationCollector.java:54:
error: package aQute.bnd.osgi does not exist
import aQute.bnd.osgi.Clazz;
^
E:\dependencymanager\org.apache.felix.dependencymanager.annotation\src\org\apache\felix\dm\annotation\plugin\bnd\AnnotationCollector.java:55:
error: package aQute.bnd.osgi.Descriptors does not exist
import aQute.bnd.osgi.Descriptors.TypeRef;
>>> Pierre De Rop <[email protected]> 16.09.2015 21:10 >>>
Hello Hubert,
This is an old documentation. We are now using BndTools and Gradle and
the
latest documentation is located at [1]. More specifically, how to build
DM
is described at [2]
Don't hesitate to ping here if you need more helps.
cheers;
/Pierre
[1]
http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html
[2]
http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/guides/development.html
On Wed, Sep 16, 2015 at 8:54 PM, Hubert Felber
<[email protected]>
wrote:
> Hi,
>
> How can I build "Felix Dependency Manager" ?
>
> I followed these instructions, checked out trunk and tried to build
>
>
>
https://cwiki.apache.org/confluence/display/FELIX/Apache+Felix+Dependency+Manager+-+How+To+Build
>
> but there is no pom.xml.
>
> I then installed gradle and did a "gradle build" which gives me 98
> errors
>
> 98 errors
> 4 warnings
> :org.apache.felix.dependencymanager:compileJava FAILED
>
> So how can I build DM ?
>
> Thank you
> Hubert
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]