bsorrentino / swixml2

Project that extends the original swixml project providing integration with Swing Application Framework (JSR 296) and Beans Binding (JSR 295) to further simplifying the GUI creation & management
0 stars 0 forks source link

Can't build showcase example #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download sources (I used instructions from
   http://code.google.com/p/swixml2/source/checkout )
2. Change to src\examples\showcase folder
3. Start Maven (mvn)

What is the expected output? What do you see instead?

I'm not sure what the expected output is, but I got:

[INFO] Scanning for projects...
[WARNING] The POM for org.jvnet.wagon-svn:wagon-svn:jar:1.8 is missing, no 
dependency information available
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.swixml:swixml-examples-showcase:2.5-SNAPSHOT 
(C:\Dev\NetBeans\lib\swixml2\src\examples\showcase\pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin 
org.jvnet.wagon-svn:wagon-svn:1.8 or one of its dependencies could not be 
resolved: Failure to find
org.jvnet.wagon-svn:wagon-svn:jar:1.8 in http://repo1.maven.org/maven2 was 
cached in the local repository, resolution will not be reattempted until th
e update interval of central has elapsed or updates are forced -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

What version of the product are you using? On what operating system?

Current sources from SVN as of 2010-11-04.

Please provide any additional information below.

I think org.jvnet.wagon-svn:wagon-svn:jar:1.9 should be used instead, but it's 
not mentioned in pom.xml so I presume it's defined elsewhere.

Apache Maven 3.0 (r1004208; 2010-10-04 07:50:56-0400)
Java version: 1.6.0_13
Java home: C:\Program Files\Java\jdk1.6.0_13\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"

Original issue reported on code.google.com by goo...@billroot.net on 4 Nov 2010 at 8:40

GoogleCodeExporter commented 9 years ago
Hi thanks for your interest

That missing dependency is located in javaNet repo 
http://download.java.net/maven/2/

I'll fix the pom soon

Meanwhile you could put this repository on the command line

mvn package 
-Dmaven.repo.remote=http://www.ibiblio.org/maven/,http://download.java.net/maven
/2/

Original comment by bartolom...@gmail.com on 4 Nov 2010 at 11:05

GoogleCodeExporter commented 9 years ago
i've moved to release 1.9 of  wagon-svn that has been deployed in central maven 
repo

Original comment by bartolom...@gmail.com on 5 Nov 2010 at 9:08