I guess the first error (see below) is not relevant as other projects have
it, too.

Regarding the second error: Does anybody have an idea why wicketstuff- prototype
makes the build fail?

I can see wicketstuff-prototype in the SVN repo but it is not listed on
http://wicketstuff.org/teamcity/overview.html -- is this normal?

Being a Maven newbie, I am a lost here. Maybe the problem is that the
scriptaculous-pom.xml lists the repo as

  <repository>
    <id>wicket-stuff-repository</id>
    <name>Wicket-Stuff Repository</name>
    <url>http://www.wicketstuff.org/maven/repository/</url>
  </repository>

without a

  <snapshots>
    <enabled>true</enabled>
  </snapshots>

? Too many trees in this forest for me ;-)

On 19.08.2008, at 13:30, Kaspar Fischer wrote:
Loggin into teamcity as guest, I see "Problems with VCS connection":

Failed for the root 'Wicket Stuff 1.4 repository' #3: Checking changes for checkout rule 'trunk/wicket-contrib-tinymce=>trunk/ wicket-contrib-tinymce' failed with erorr: org.tmatesoft.svn.core.SVNException: svn: PROPFIND request failed on '/svnroot/wicket-stuff/trunk/wicket-contrib-tinymce/src/java/wicket/ contrib/tinymce/tiny_mce/langs/tw.js' svn: Network is unreachable

and in addition a build error:

[ERROR] BUILD ERROR
[12:26:40]: [INFO] ------------------------------------------------------------------------
[12:26:40]: [INFO] Failed to resolve artifact.
[12:26:40]:
[12:26:40]: Missing:
[12:26:40]: ----------
[12:26:40]: 1) org.wicketstuff:wicketstuff-prototype:jar:1.4-SNAPSHOT
[12:26:40]:
[12:26:40]: Try downloading the file manually from the project website.
[12:26:40]:
[12:26:40]: Then, install it using the command:
[12:26:40]: mvn install:install-file -DgroupId=org.wicketstuff - DartifactId=wicketstuff-prototype -Dversion=1.4-SNAPSHOT - Dpackaging=jar -Dfile=/path/to/file
[12:26:40]:
[12:26:40]: Alternatively, if you host your own repository you can deploy the file there: [12:26:40]: mvn deploy:deploy-file -DgroupId=org.wicketstuff - DartifactId=wicketstuff-prototype -Dversion=1.4-SNAPSHOT - Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[12:26:40]:
[12:26:40]: Path to dependency:
[12:26:40]: 1) org.wicketstuff:wicketstuff-scriptaculous:jar:1.4- SNAPSHOT
[12:26:40]: 2) org.wicketstuff:wicketstuff-prototype:jar:1.4-SNAPSHOT
[12:26:40]:
[12:26:40]: ----------
[12:26:40]: 1 required artifact is missing.
[12:26:40]:
[12:26:40]: for artifact:
[12:26:40]: org.wicketstuff:wicketstuff-scriptaculous:jar:1.4-SNAPSHOT
[12:26:40]:
[12:26:40]: from the specified remote repositories:
[12:26:40]: central (http://repo1.maven.org/maven2),
[12:26:40]: wicket-stuff-repository (http://www.wicketstuff.org/maven/repository/ )

Is the first error the one
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to