PriyaranjanMohapatra / rest-client

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

Trunk cannot be built #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://rest-client.googlecode.com/svn/trunk/
rest-client-read-only
2. mvn install

Instead of getting a BUILD SUCCESSFUL from maven I get a missing dependency
for org.wiztools.commons:wiztools-commons-lib:jar:0.1.0-SNAPSHOT. After
some searching (with no help from any source documentation) I was able to
find, download and manually install wiztools-commons-lib-0.1.1.jar
(0.1.0-SNAPSHOT is unavailable in any form). After building with this I get
the following error during a unit test
testGetDocumentCharset(org.wiztools.restclient.XMLUtilTest). Finally,
attempting to build while skipping tests I get the following missing
dependency jsyntaxpane:jsyntaxpane:jar:0.9.5.

There is no maven repository for missing dependencies. No documentation on
how/where to get dependencies or actually solve build issues. No forums to
ask questions and finally no contact information for the project maintainer
of any kind. Proprietary software isn't this hard to get working.

Original issue reported on code.google.com by caskate...@gmail.com on 9 Mar 2010 at 3:21

GoogleCodeExporter commented 8 years ago
Sorry for the inconvenience. I will try to setup a public Maven repo. BTW, the 
pom.xml 
has comments on where you can find these source code.

Original comment by subwiz on 10 Mar 2010 at 7:20

GoogleCodeExporter commented 8 years ago
Closing this as it is a no issue now.

Original comment by subwiz on 10 Aug 2012 at 5:29