The VaadinOSGi project checked out from here
https://github.com/brindy/VaadinOSGi cannot be built using Ant.
The error message I get is as follows :
Buildfile: C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\org.vaadin\build.xml
init:
[echo] Enter project org.vaadin
dependencies:
[subant] No sub-builds to iterate on
compile:
build:
[bnd] 2 Errors
[bnd] Problem loading the plugin: aQute.bnd.deployer.repository.LocalIndexedRepo exception: (java.lang.NoClassDefFoundError: aQute.bnd.deployer.repository.LocalIndexedRepo not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.NoClassDefFoundError: aQute.bnd.deployer.repository.FixedIndexedRepo not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.NoClassDefFoundError: aQute.bnd.deployer.repository.AbstractIndexedRepo not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.NoClassDefFoundError: org.osgi.service.repository.Repository not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.ClassNotFoundException: org.osgi.service.repository.Repository)
[bnd] Problem loading the plugin: aQute.bnd.deployer.repository.FixedIndexedRepo exception: (java.lang.NoClassDefFoundError: aQute.bnd.deployer.repository.FixedIndexedRepo not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.NoClassDefFoundError: aQute.bnd.deployer.repository.AbstractIndexedRepo not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.NoClassDefFoundError: org.osgi.service.repository.Repository not found, parent: AntClassLoader[C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\plugins\biz.aQute.bnd\biz.aQute.bnd-1.52.3.jar] urls:[file:/C:/Users/Deepak/Desktop/ASdf/VaadinOSGi/cnf/plugins/biz.aQute.repository/biz.aQute.repository-2.0.2.jar] exception:java.lang.ClassNotFoundException: org.osgi.service.repository.Repository)
BUILD FAILED
C:\Users\Deepak\Desktop\ASdf\VaadinOSGi\cnf\build-template.xml:82: Command build failed
Total time: 878 milliseconds
Any ideas how I can compile it?