Hi Justin, hi Richard,
with the proposed procedure I made a small progress, i.e. the build
errors are down by one. - I used
<version>2.1.0-SNAPSHOT</version>
for all dependencies, which seems to be wrong. - So my question is now:
How and where do I find the
proper versions to be used for:
* o.a.f.shell
* o.a.f.shell.tui
* o.a.f.bundlerepository
* o.a.f.daemon
?
Pardon my ignorance, but I'm a newbie to Maven!
Regards,
Viktor
Am 28.12.2009 18:11, schrieb Richard S. Hall:
Yeah, this could be a start.
The installers stuff has not been maintained...we keep looking for
someone to take up the mantle, but no one has stepped forward as of
yet...
-> richard
On 12/28/09 11:50, [email protected] wrote:
It appears that installers/pom.xml is very out of date with respect
to the Felix versions it references.
I'd suggest modifying the pom to reference the versions in the
dependent poms you have in your working copy. For example:
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>0.9.0-SNAPSHOT</version>
</dependency>
Should be
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>2.1.0-SNAPSHOT</version>
</dependency>
etc.
Justin
---------------------------------------------------------------------
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]