On 12/28/09 12:25, Viktor Ransmayr wrote:
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

?


I think the version shouldn't matter for the installer, so just use the latest released version for all of them. Look at the downloads page to find the most recent version, then edit the dependencies for the installer to match the version.

-> richard

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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to