Re: Jini browser UI
Julien Eluard <[email protected]> Thu, 6 Nov 2008 16:16:00 +0100
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Indeed some information are missing to correctly use the maven configuration
file.
You have 2 options here:
* add in your settings.xml a profile section referring our maven repository
* or add a reference to it directy in maven's pom
I suggest the second option which is easyer. Update pom.xml to add the
following:
<project>
...
<repositories>
<repository>
<id>archiva.opensource.fastconnect.org</id>
<url>http://opensource.fastconnect.org/archiva/repository/opensource</url>
</repository>
</repositories>
...
</project>
Some more information can be found here:
http://opensource.fastconnect.org/redmine/wiki/platform
If you don't want to rely on maven then you will need to access 'common'
sources:
https://opensource.fastconnect.org/svn/common/tags/common-0.5/
Regarding the jnlp issue I have no idea why it would force an update.
Julien
On Thu, Nov 6, 2008 at 2:01 PM, Holger Hoffstätte <[email protected]> wrote:
> Fabrizio Giudici wrote:
> > It might be because I hate Maven and Maven hates me, in any case see
> > dump below.
>
> The auhor's repo is not accessible or listed in the project pom, so
> dependent resources cannot be found. This is 100% correct behaviour.
> Sometimes a little understanding goes a long way. :)
>
> So unless Julien makes his repo accessible, you also need to check out &
> install the "parent" and "parent-resources" projects from
> http://opensource.fastconnect.org/svn/toolbox/maven2/
>
> Probably not from trunk but rather from tags, in this case 0.5.
>
> -h
>
> --------------------------------------------------------------------------
> Getting Started: http://www.jini.org/wiki/Category:Getting_Started
> Community Web Site: http://jini.org
> jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
> Unsubscribing: email "signoff JINI-USERS" to [email protected]
>
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to [email protected]