]
George Gastaldi edited comment on FORGE-2532 at 11/30/15 2:24 PM:
------------------------------------------------------------------
I just run your example project as it is and I didn't get any error. Can you give more
details?
was (Author: gastaldi):
I just run your example project as it and I didn't get any error. Can you give more
details?
testing an addon having org.eclipse:osgi dependecy failed
---------------------------------------------------------
Key: FORGE-2532
URL:
https://issues.jboss.org/browse/FORGE-2532
Project: Forge
Issue Type: Bug
Affects Versions: 2.19.2.Final, 2.20.0.Final, 2.20.1.Final
Reporter: ludovic Bertin
Attachments: example.zip
I have implemented an Forge2 addon with org.eclipse:osgi as dependency.
I have written a simple test with Arquillian : it fails. If I remove osgi dependency,
test pass.
But my relevant test need this dependency, as my addon to be tested is using it.
Please find attach a dummy project to reproduce the problem.