Four unclear points in the "iPOJO for Eclipse" example
------------------------------------------------------
Key: FELIX-1214
URL: https://issues.apache.org/jira/browse/FELIX-1214
Project: Felix
Issue Type: Bug
Components: iPOJO
Environment: Ubuntu 8.10, Eclipse 3.3
Reporter: Ingo Müller
Hi there!
I recently tried out iPOJO in Eclipse for a small projet for the university.
Although I quite enjoy the documentation, I found a few unclear points in the
Eclipse example [1], which have cost me some time and which I wanted to share.
1) The unpackage target of the build.xml says
"${output.dir}/META-INF/MANIFEST.mf", although the file is called
"MANIFEST.MF". This is a problem on Linux (I guess it is not on Windows)
2) The guide doesn't mention to install BND, althoug build.xml supposes its
installation: <taskdef resource="aQute/bnd/ant/taskdef.properties"
classpath="../../tasks/bnd-0.0.223.jar"/> Maybe it could be included in the lib
folder as well.
3) <property name="lib.dir" value="libs"/> The folder libs doesn't exist... The
property is not used, but it's a bit confusing.
4) I think that I had to run ant's "unpackage" target to make it work, although
package is the default one. Unfortunately, I can't retest it right now.
Thanks a lot for your work!
Cheers,
Ingo
[1] http://felix.apache.org/site/apache-felix-ipojo-eclipse-integration.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.