summaryrefslogtreecommitdiffstats
path: root/java/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-171-1/+2
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* SWIG: Added support for dynamic casting in Java. It works, but it has beenEmmanuel Raviart2005-01-171-1/+1
| | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode.
* updated list of java swig generated filesFrederic Peters2005-01-121-3/+2
|
* include new java files (note that I also modified the buildbox, it was notFrederic Peters2005-01-111-1/+8
| | | | checking lasso.jar file, it does now and will therefore fail, too bad)
* Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList).Emmanuel Raviart2005-01-081-2/+2
|
* updated swig generated java files list to have a working make distcheckFrederic Peters2005-01-031-10/+25
|
* don't use $< since it fails with BSD make.Frederic Peters2004-12-291-1/+2
|
* Commited Nicolas SWIG binding for WSF since he is on vacation.Frederic Peters2004-12-231-1/+1
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-11/+9
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-171-2/+2
| | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that.
* merged late 0.5 changes to java/ and csharp/ Makefile.amFrederic Peters2004-11-221-1/+5
|
* Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs.Romain Chantereay2004-09-071-1/+2
|
* Another way to test, ugly, but safe.Romain Chantereay2004-09-071-4/+9
|
* Ok, now a module undex Win32, and a lib under Linux (and other OS).Romain Chantereay2004-09-071-0/+4
|
* Now module is a module.Romain Chantereay2004-09-071-5/+5
|
* Now, we use the detected JAR program instead of an harcoded 'jar' command.Romain Chantereay2004-09-061-1/+1
|
* Added new object Assertion to C# & Java bindings.Emmanuel Raviart2004-09-041-1/+2
|
* Corrected Java.Emmanuel Raviart2004-09-041-1/+2
|
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-32/+19
| | | | | things was necessary because variables were overused; ask me for details if you want)
* SWIG high-level binding now uses camelCase.Emmanuel Raviart2004-08-291-26/+10
| | | | | | | | | Updated SWIG binding to support Java high-level classes. Simplified java/Makefile.am (but now, it needs to be reworked by an autotools expert). ColdFusion simple Java test compiles ok.
* SWIG should now generate a high-level binding with classes, so I haveEmmanuel Raviart2004-08-291-1/+1
| | | | removed the -noproxy option.
* Removed SWIG Lasso.c file.Emmanuel Raviart2004-08-271-2/+2
| | | | Added a Python test for defederation (currently it aborts).
* Cleaned a little the automake files.Romain Chantereay2004-08-231-7/+9
| | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation.
* The local clean rule now remove the package sub directory (com).Romain Chantereay2004-08-201-1/+2
| | | | | | The dirty rule now have a little goldy spray that test the existence of the com/entrouvert/lasso/lasso.java source file before trying to copy it from the distribution.
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-3/+5
| | | | | Coded mechanisms in order to permit distcheck to work cleanly. It is a little dirty, but... Perphas using libtool facilities.
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵Frederic Peters2004-08-201-39/+23
| | | | from ?)
* errors propagate; fixes follow them.Frederic Peters2004-08-201-1/+1
|
* Also look for include files in top_src_dir/lasso. As for the python binding.Frederic Peters2004-08-201-1/+1
| | | | | I actually think this is a bug; why should lasso_wrap.c include lasso.h and not <lasso/lasso.h> ?
* include top source dirFrederic Peters2004-08-201-1/+1
|
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-0/+1
| | | | Added -I.. to java Makefile.am CFLAGS.
* Some modifications.Romain Chantereay2004-08-191-7/+11
|
* Use JDK_INCLUDE if jdk is Kaffe's or Sun's.Romain Chantereay2004-08-191-0/+1
|
* Java now distributes itself well and compile well too.Romain Chantereay2004-08-181-4/+3
| | | | (SWIG not needed when compiling sources distribution.)
* Corrected automake problems.Romain Chantereay2004-08-101-2/+2
|
* Create package directory if not exists.Romain Chantereay2004-08-101-0/+1
|
* - Added java binding swig generation.Romain Chantereay2004-08-101-61/+91
| | | | | | | | | - Added Swig Interface file. - Added readme for java build dependencies - Removed old java/src directory (still present on the CVS and this is important).
* Me 1, Litlle memory stick Windows computer 0.Romain Chantereay2004-08-041-20/+5
| | | | | | First step toward a fully automaked java build. java now compile and build the DLL.
* No more anoying warning.Romain Chantereay2004-08-031-2/+2
|
* - Learn back to the previous Python detection.Romain Chantereay2004-08-031-2/+0
| | | | - Corrected invalid variable in automake java top dir Makefile.
* New Autotools infrastructure.Romain Chantereay2004-08-031-0/+79
Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.