yaz4j-moved-to-github.git
14 years agoFix refactor
Jakub Skoczen [Wed, 24 Feb 2010 15:59:27 +0000 (16:59 +0100)]
Fix

14 years agoAdd connection pool.
Jakub Skoczen [Wed, 24 Feb 2010 14:43:12 +0000 (15:43 +0100)]
Add connection pool.

14 years agoRewrite exception handling
Jakub Skoczen [Wed, 24 Feb 2010 11:41:34 +0000 (12:41 +0100)]
Rewrite exception handling

14 years agoRefer to proper version
Jakub Skoczen [Tue, 23 Feb 2010 20:05:16 +0000 (21:05 +0100)]
Refer to proper version

14 years agoUnused.
Jakub Skoczen [Tue, 23 Feb 2010 20:04:49 +0000 (21:04 +0100)]
Unused.

14 years agoLog errors.
Jakub Skoczen [Tue, 23 Feb 2010 14:51:48 +0000 (15:51 +0100)]
Log errors.

14 years agoProperly dealocate records, implement Cloneable.
Jakub Skoczen [Tue, 23 Feb 2010 14:49:11 +0000 (15:49 +0100)]
Properly dealocate records, implement Cloneable.

14 years agoUse new connection_close
Jakub Skoczen [Tue, 23 Feb 2010 12:40:08 +0000 (13:40 +0100)]
Use new connection_close

14 years agoDestroy record
Jakub Skoczen [Tue, 23 Feb 2010 12:27:02 +0000 (13:27 +0100)]
Destroy record

14 years agoCleanup rercounts
Jakub Skoczen [Tue, 23 Feb 2010 12:24:57 +0000 (13:24 +0100)]
Cleanup rercounts

14 years agoAdd
Jakub Skoczen [Tue, 23 Feb 2010 11:21:41 +0000 (12:21 +0100)]
Add

14 years agoFix link
Jakub Skoczen [Mon, 22 Feb 2010 12:05:21 +0000 (13:05 +0100)]
Fix link

14 years agoReformat, fix typo.
Jakub Skoczen [Mon, 22 Feb 2010 11:37:12 +0000 (12:37 +0100)]
Reformat, fix typo.

14 years agoYaz 4 not 3
Jakub Skoczen [Mon, 22 Feb 2010 09:35:15 +0000 (10:35 +0100)]
Yaz 4 not 3

14 years agoVersion 1.1 v1.1
Adam Dickmeiss [Mon, 22 Feb 2010 09:26:02 +0000 (10:26 +0100)]
Version 1.1

14 years agoLine break
Jakub Skoczen [Mon, 22 Feb 2010 09:14:18 +0000 (10:14 +0100)]
Line break

14 years agoAdd prereq and remove Windows guides.
Jakub Skoczen [Mon, 22 Feb 2010 09:09:28 +0000 (10:09 +0100)]
Add prereq and remove Windows guides.

Also change the formatting and include codeblocks. Windows section was
removed - we will add windows build on request.

14 years agoCorrect
Jakub Skoczen [Thu, 18 Feb 2010 18:07:56 +0000 (19:07 +0100)]
Correct

14 years agoMention Talis
Jakub Skoczen [Thu, 18 Feb 2010 18:04:57 +0000 (19:04 +0100)]
Mention Talis

14 years agoAdd doc/tutorial.
Jakub Skoczen [Thu, 18 Feb 2010 13:33:50 +0000 (14:33 +0100)]
Add doc/tutorial.

14 years agoRemove from toolkit.
Jakub Skoczen [Thu, 18 Feb 2010 13:22:51 +0000 (14:22 +0100)]
Remove from toolkit.

14 years agoAdd simple HTTP to z39.50 example
Jakub Skoczen [Thu, 18 Feb 2010 13:21:28 +0000 (14:21 +0100)]
Add simple HTTP to z39.50 example

14 years agoUse os based activation
Jakub Skoczen [Thu, 18 Feb 2010 12:48:25 +0000 (13:48 +0100)]
Use os based activation

14 years agoRefactor.
Jakub Skoczen [Wed, 17 Feb 2010 13:28:20 +0000 (14:28 +0100)]
Refactor.

Simplify the API.

14 years agoDo not cache results, fixes: 3122
Jakub Skoczen [Wed, 17 Feb 2010 11:25:54 +0000 (12:25 +0100)]
Do not cache results, fixes: 3122

14 years agoRevert site settings
Jakub Skoczen [Wed, 17 Feb 2010 09:35:16 +0000 (10:35 +0100)]
Revert site settings

14 years agoUse Java naming conventions
Jakub Skoczen [Wed, 17 Feb 2010 09:02:59 +0000 (10:02 +0100)]
Use Java naming conventions

14 years agoInitial commit of fully mavenized build
Jakub Skoczen [Tue, 16 Feb 2010 16:11:38 +0000 (17:11 +0100)]
Initial commit of fully mavenized build

Instead of make, maven native plugin is used to build the C/C++ JNI wrapper interface. This will make it easier to introduce proper win32 support and architecure dependend JARs to ease dependency management of client projects.

The win32 pom.xml is not yet included.

The arch-dep build can be activated by invoking 'linux' profile:

mvn package -Plinux

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