yaz4j-moved-to-github.git
14 years agoUpdate for ZOOM_scanset_term's size_t parameter make-based
Adam Dickmeiss [Fri, 4 Dec 2009 11:05:11 +0000 (12:05 +0100)]
Update for ZOOM_scanset_term's size_t parameter

14 years agoAdd SWIG ptr for size_t
Adam Dickmeiss [Fri, 4 Dec 2009 10:57:08 +0000 (11:57 +0100)]
Add SWIG ptr for size_t

14 years agoWorking on 1.1-snapshot.
Adam Dickmeiss [Wed, 23 Sep 2009 10:11:28 +0000 (12:11 +0200)]
Working on 1.1-snapshot.

14 years agoReformat (NetBeans). v1.0
Adam Dickmeiss [Tue, 22 Sep 2009 13:32:47 +0000 (15:32 +0200)]
Reformat (NetBeans).

Let's hope this doesn't screw anything up.

14 years agoDont use NotImplementedException.
Adam Dickmeiss [Tue, 22 Sep 2009 13:27:44 +0000 (15:27 +0200)]
Dont use NotImplementedException.

Do not use sun.reflect.generics.reflectiveObjects.NotImplementedException.
This was only used for the case of unsupported query type. We now fire
InvalidQueryException("queryType") instead.

14 years agoAdd other test case (uses render).
Adam Dickmeiss [Tue, 22 Sep 2009 13:21:40 +0000 (15:21 +0200)]
Add other test case (uses render).

14 years agoAdd Record.{get,render}
Adam Dickmeiss [Tue, 22 Sep 2009 13:19:39 +0000 (15:19 +0200)]
Add Record.{get,render}

14 years agoTest getSyntax/getDatabase
Adam Dickmeiss [Tue, 22 Sep 2009 13:18:13 +0000 (15:18 +0200)]
Test getSyntax/getDatabase

14 years agoAdd script to make dist.
Adam Dickmeiss [Tue, 22 Sep 2009 11:10:39 +0000 (13:10 +0200)]
Add script to make dist.

14 years agoMore functional site.
Adam Dickmeiss [Tue, 22 Sep 2009 11:02:39 +0000 (13:02 +0200)]
More functional site.

14 years agoFill scm,mailingList etc
Adam Dickmeiss [Tue, 22 Sep 2009 11:02:34 +0000 (13:02 +0200)]
Fill scm,mailingList etc

14 years agoFix clean rule (java generated sources).
Adam Dickmeiss [Tue, 22 Sep 2009 09:17:41 +0000 (11:17 +0200)]
Fix clean rule (java generated sources).

14 years agoFix build of JNI sources.
Adam Dickmeiss [Tue, 22 Sep 2009 09:07:19 +0000 (11:07 +0200)]
Fix build of JNI sources.

Fix build of JNI sources. Use the generate-sources phase.

14 years agoDont think we need the typemaps.txt.
Adam Dickmeiss [Tue, 22 Sep 2009 08:50:24 +0000 (10:50 +0200)]
Dont think we need the typemaps.txt.

14 years agoMaven calls make for native code.
Adam Dickmeiss [Tue, 22 Sep 2009 08:48:31 +0000 (10:48 +0200)]
Maven calls make for native code.

The maven-antrun-plugin is used to invoke make from Maven. The shell
scripts is replaced by a regular Makefile.

14 years agoIgnore .project/.classpath
Adam Dickmeiss [Tue, 22 Sep 2009 07:23:40 +0000 (09:23 +0200)]
Ignore .project/.classpath

14 years ago.classpash, .project no longer in SCM.
Adam Dickmeiss [Tue, 22 Sep 2009 07:22:53 +0000 (09:22 +0200)]
.classpash, .project no longer in SCM.

14 years agoUpdate metadata, version = 1.0.
Adam Dickmeiss [Tue, 22 Sep 2009 07:22:21 +0000 (09:22 +0200)]
Update metadata, version = 1.0.

14 years agoUse Maven for building yaz4j.
Adam Dickmeiss [Mon, 21 Sep 2009 13:31:54 +0000 (15:31 +0200)]
Use Maven for building yaz4j.

14 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j
Adam Dickmeiss [Mon, 21 Sep 2009 13:05:09 +0000 (15:05 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz4j

14 years agoRemove .DS_Store files
Adam Dickmeiss [Mon, 21 Sep 2009 13:05:04 +0000 (15:05 +0200)]
Remove .DS_Store files

14 years agoResolve
Mike Taylor [Fri, 18 Sep 2009 16:47:10 +0000 (17:47 +0100)]
Resolve

14 years agoIgnore distributions
Adam Dickmeiss [Thu, 17 Sep 2009 14:13:55 +0000 (16:13 +0200)]
Ignore distributions

14 years agoRemove useless file.
Adam Dickmeiss [Thu, 17 Sep 2009 14:06:08 +0000 (16:06 +0200)]
Remove useless file.

14 years agoDefault JAVA_HOME to /usr/lib/jvm/java-6-sun
Adam Dickmeiss [Thu, 17 Sep 2009 14:05:59 +0000 (16:05 +0200)]
Default JAVA_HOME to /usr/lib/jvm/java-6-sun

14 years agoDo no make libyaz.so part of dist
Adam Dickmeiss [Thu, 17 Sep 2009 14:05:36 +0000 (16:05 +0200)]
Do no make libyaz.so part of dist

14 years agoIgnore bin.
Adam Dickmeiss [Thu, 17 Sep 2009 14:00:22 +0000 (16:00 +0200)]
Ignore bin.

14 years agoDo I miss some?
Adam Dickmeiss [Thu, 17 Sep 2009 13:36:22 +0000 (15:36 +0200)]
Do I miss some?

14 years agoLicense and README.
Adam Dickmeiss [Thu, 17 Sep 2009 13:34:50 +0000 (15:34 +0200)]
License and README.

14 years agoComment on how to set JAVA_HOME.
Mike Taylor [Thu, 17 Sep 2009 13:09:11 +0000 (14:09 +0100)]
Comment on how to set JAVA_HOME.

14 years agoUse ResultSet and Record in test.
Adam Dickmeiss [Thu, 17 Sep 2009 12:51:53 +0000 (14:51 +0200)]
Use ResultSet and Record in test.

14 years agoMake unit-test work (again)
Adam Dickmeiss [Thu, 17 Sep 2009 12:39:58 +0000 (14:39 +0200)]
Make unit-test work (again)

14 years agoRemove useless typedef
Adam Dickmeiss [Thu, 17 Sep 2009 12:01:27 +0000 (14:01 +0200)]
Remove useless typedef

14 years agoRemove bundled yaz_3.0.14.
Adam Dickmeiss [Thu, 17 Sep 2009 11:59:39 +0000 (13:59 +0200)]
Remove bundled yaz_3.0.14.

14 years agoUse option -fPIC for g++
Adam Dickmeiss [Thu, 17 Sep 2009 11:58:55 +0000 (13:58 +0200)]
Use option -fPIC for g++

16 years agoSet YAZ_LIBS correctly.
Adam Dickmeiss [Mon, 7 Apr 2008 20:12:21 +0000 (22:12 +0200)]
Set YAZ_LIBS correctly.

16 years agoRemoved bundled yaz-source. build.sh uses yaz-config..
Adam Dickmeiss [Mon, 7 Apr 2008 19:18:35 +0000 (21:18 +0200)]
Removed bundled yaz-source. build.sh uses yaz-config..

16 years agoAvoid redundant YAZ includes.
Adam Dickmeiss [Mon, 7 Apr 2008 13:12:12 +0000 (15:12 +0200)]
Avoid redundant YAZ includes.

16 years agoProper running unittest.
Adam Dickmeiss [Mon, 7 Apr 2008 12:54:31 +0000 (14:54 +0200)]
Proper running unittest.

16 years agoRemoved original file no longer in use.
Adam Dickmeiss [Mon, 7 Apr 2008 12:03:08 +0000 (14:03 +0200)]
Removed original file no longer in use.

16 years agoAdded a test.
Adam Dickmeiss [Mon, 7 Apr 2008 11:59:26 +0000 (13:59 +0200)]
Added a test.

16 years agoIgnore generated file libyaz4j.cpp.
Adam Dickmeiss [Mon, 7 Apr 2008 09:54:05 +0000 (11:54 +0200)]
Ignore generated file libyaz4j.cpp.

16 years agoAdded directories with generated content.
Adam Dickmeiss [Mon, 7 Apr 2008 09:52:50 +0000 (11:52 +0200)]
Added directories with generated content.

16 years agoRemoved a lot of generated files.
Adam Dickmeiss [Mon, 7 Apr 2008 09:40:53 +0000 (11:40 +0200)]
Removed a lot of generated files.

16 years agoFixed syntax error reported by swig in parse of zoom.h.
Adam Dickmeiss [Mon, 7 Apr 2008 09:37:28 +0000 (11:37 +0200)]
Fixed syntax error reported by swig in parse of zoom.h.

16 years agoRemoved class files.
Adam Dickmeiss [Mon, 7 Apr 2008 09:34:40 +0000 (11:34 +0200)]
Removed class files.

16 years agoUsing JAVA_HOME to determine jni.h location.
Adam Dickmeiss [Mon, 7 Apr 2008 09:33:46 +0000 (11:33 +0200)]
Using JAVA_HOME to determine jni.h location.

16 years agoInitial commit
Marc Cromme [Fri, 4 Apr 2008 20:01:40 +0000 (22:01 +0200)]
Initial commit