Sourceforge m2 repo is down

View: New views
6 Messages — Rating Filter:   Alert me  

Sourceforge m2 repo is down

by Erik van Oosten :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

The m2 repo at http://wicket-rad.sourceforge.net/repo/ is down/gone.

I tried to mvn install from the download (0.6): no success, still missing dependencies.

Regards,
    Erik.


Re: Sourceforge m2 repo is down

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I will check this this evening - however in the meantime if you are trying to folder browse, the issue might be that Sourceforge disallow folder browsing and only allow direct access to files (ie the artifacts).

I wil try to roll out a new version in the interim tonight (updated for Wicket 1.4) with fixes for some of the transient dependencies.

Regards
Wille Faler

Erik van Oosten wrote:
Hi,

The m2 repo at http://wicket-rad.sourceforge.net/repo/ is down/gone.

I tried to mvn install from the download (0.6): no success, still missing dependencies.

Regards,
    Erik.

Re: Sourceforge m2 repo is down

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I checked source forge, and the repo is all still there. However I believe there is two problems, one a minor annoyance but non issue, the other one potentially requiring a bit of work:
- Sourceforge disallows directory listing on their web servers, you can't actually check the repo, but if you put the dependency correctly in your pom.xml it should all come down as it should.

- there is a potentially broken transient dependency due to other repos moving regarding a spellchecker for the Wysiwyg editor provided.
The crude, blunt force temporary fix for this is to remove the dependency to the wicket-contrib-tinymce package altogether if you do not use it, and fix the 2 or 3 compilation issues that result (basically deleting the sources).


The new release has taken a while as I have been busy on other things, and the future direction has had to gestate a while in my mind, but I am going to release a Wicket 1.4 compatible version soonish (it's already available in SVN).

Re: Sourceforge m2 repo is down

by Erik van Oosten :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Willy.

I must have been bitten by the dependency bug.

Regards,
    Erik.

Re: Sourceforge m2 repo is down

by Shane Hayes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just tried mvn clean install in the wicket-rad-0.6 directory, and got the following dependency error. I'm new to the wicket/java/maven web construction. In updating the pom of my project, the org.wicketrad group id is not there. Any thoughts on how to fix this?
Shane


Missing:
----------
1) jazzyplugin:jazzyplugin:jar:0.2.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
  2) jazzyplugin:jazzyplugin:jar:0.2.1

----------
1 required artifact is missing.

for artifact:
  org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codeogre.com (http://repo.codeogre.com/archiva/repository/public/),
  wicketstuff.org (http://wicketstuff.org/maven/repository)

Re: Sourceforge m2 repo is down

by wfaler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
The Jazzy Plugin is retrieved from a separate repo (not the Wicket RAD) repo. However, it seems to have moved.

I haven't cut a new version of Wicket RAD in a while, but the trunk code in Subversion (at  https://wicket-rad.svn.sourceforge.net/svnroot/wicket-rad/trunk ) is stable and should have this problem sorted, so in the short term, my recommendation would be to do a checkout on it and build from that (it is likely that the next release will be cut from that very revision number that is there now).
The only thing that has changed considerably from the 0.6 version is that the table generation has been removed, as this never worked particularly well in terms of flexibility.

Shane Hayes wrote:
I just tried mvn clean install in the wicket-rad-0.6 directory, and got the following dependency error. I'm new to the wicket/java/maven web construction. In updating the pom of my project, the org.wicketrad group id is not there. Any thoughts on how to fix this?
Shane


Missing:
----------
1) jazzyplugin:jazzyplugin:jar:0.2.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
  2) jazzyplugin:jazzyplugin:jar:0.2.1

----------
1 required artifact is missing.

for artifact:
  org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codeogre.com (http://repo.codeogre.com/archiva/repository/public/),
  wicketstuff.org (http://wicketstuff.org/maven/repository)