h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Cannot build from source #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. git clone https://code.google.com/p/rest-client/
2. cd rest-client
3. mvn package

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

BUILD SUCCESSFUL expected, though I get:

[ERROR] Failed to execute goal on project restclient-ui: Could not resolve 
dependencies for project 
org.wiztools.restclient:restclient-ui:jar:3.0-SNAPSHOT: Failure to find 
jsyntaxpane:jsyntaxpane:jar:0.9.5 in http://download.java.net/maven/2/ was 
cached in the local repository, resolution will not be reattempted until the 
update interval of sun-repo-2 has elapsed or updates are forced -> [Help 1]

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

c39333d1

Please provide any additional information below.

Any idea how to fix this? I'm not so good with Maven.
Do I need to add another repository or something?

Original issue reported on code.google.com by machis...@gmail.com on 24 Aug 2012 at 3:12

GoogleCodeExporter commented 8 years ago
Do a _mvn install_ of this project:

https://jsyntaxpane.googlecode.com/svn/tags/095

*before* building RESTClient.

Original comment by subwiz on 25 Aug 2012 at 8:22

GoogleCodeExporter commented 8 years ago
Refer to wiki page: http://code.google.com/p/rest-client/wiki/Building

Original comment by subwiz on 25 Aug 2012 at 8:24

GoogleCodeExporter commented 8 years ago
Ah thank you!

Original comment by machis...@gmail.com on 25 Aug 2012 at 8:45