bhq / asmack

Automatically exported from code.google.com/p/asmack
Other
0 stars 0 forks source link

Apache Harmony SVN moved #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What are you doing to produce the error?
1. Check-out the asmack source.
2. Run build.bash.

What is the expected output?
It builds.

What do you see instead? (Please attach a debug enabled logcat)
SVN complains that there is no repository at
"http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/auth/sr
c/main/java/common/".
Many errors follow.

What version of aSmack / Android / Device do you use?
Latest snapshot as of today. Didn't make it to running on the device.

What else might help us to reproduce and hunt down the problem?

diff -r e59ee6eb8ad9 build.bash
--- a/build.bash    Wed Jan 06 14:39:10 2010 +0100
+++ b/build.bash    Mon May 03 17:31:50 2010 +0400
@@ -27,7 +27,7 @@
 fetchall() {
   fetch "http://svn.igniterealtime.org/svn/repos/smack/trunk/source/" "smack"
   fetch
"http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/management/common/src/main
/"
"qpid"
-  fetch
"http://svn.apache.org/repos/asf/harmony/enhanced/classlib/trunk/modules/auth/sr
c/main/java/common/"
"harmony"
+  fetch
"http://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib/modules/au
th/src/main/java/common/"
"harmony"
   fetch "https://dnsjava.svn.sourceforge.net/svnroot/dnsjava/trunk" "dnsjava"
 }

Original issue reported on code.google.com by koterpil...@gmail.com on 3 May 2010 at 1:32

GoogleCodeExporter commented 9 years ago
this was already fixed 2 weeks ago, see
http://github.com/rtreffer/asmack/commit/d1efe71fec6d8d03c56484988e11d912181f255
3

Original comment by rtreffer@gmail.com on 3 May 2010 at 7:34

GoogleCodeExporter commented 9 years ago
Didn't know the code hosting was elsewhere.

Original comment by koterpil...@gmail.com on 4 May 2010 at 4:31