summaryrefslogtreecommitdiff
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Added test for NAR-158 but decided it would not work. Left the test. Native t...Mark Donszelmann2010-10-261-0/+7
* Fixed NAR-165Mark Donszelmann2010-10-268-43/+112
* Partial FIX to NAR-155Mark Donszelmann2010-10-251-16/+14
* Removed all warnings; extra imports; not used variablesMark Donszelmann2010-10-2512-19/+3
* Corrected misleading javadoc.Elliot Metsger2010-10-171-1/+1
* Fixed ClassCastException in NarAssemblyMojo when specifying classifiers.sthelen2010-05-172-8/+7
* Fixe compat problem with jdk 1.4Mark Donszelmann2010-05-161-154/+159
* Modifications to support unit testing for native projectsAndrew Johnson2010-05-149-78/+295
* Fixing GNU autogen call in maven-nar-plugin. Current implementation causes "...Andrew Johnson2010-05-141-5/+4
* Added support for buildconf arguments.Ernesto Novillo2010-05-141-8/+41
* Missing varMark Donszelmann2010-05-141-0/+7
* Fix for GNU configure argumentsAndrew Johnson2010-05-141-3/+25
* Moved back to jdk 1.4Mark Donszelmann2010-05-131-1/+1
* Unpack test-scoped dependencies as well as compile-scopedPeter Janes2010-05-141-1/+9
* Attempt to run buildconf if autogen.sh doesn't existPeter Janes2010-05-141-15/+29
* Reverted change (commit 038bb84264e37025af60a70706c9253b75e802b9) that was ac...Vikas Rangarajan2010-03-221-1/+1
* Added mojo for vcproj generation - missed in last commitVikas Rangarajan2010-03-221-0/+333
* Initial merge of local changes with master, main changes :Vikas Rangarajan2010-03-228-303/+363
* When using GNU make where projects have both executable and a libarary produc...Adrian Bienkowski2010-02-211-3/+3
* Add the ability to controll arguments and environment variable when make runs...Adrian Bienkowski2010-02-211-4/+50
* Removed --disable-cache optionMark Donszelmann2010-02-201-1/+1
* mac: process .so files with install_name_tool utility as well.Volker Schumacher2010-02-211-1/+1
* fixed loading of custom nar.propertiesVolker Schumacher2010-01-282-15/+29
* updated property name.Volker Schumacher2010-01-281-1/+1
* set maven properties nar.arch, nar.os, nar.linker, nar.aol (arch-os-linker), ...Volker Schumacher2010-01-281-0/+11
* fixed bug that caused the wrong library name being composed from nar info of ...Volker Schumacher2010-01-171-1/+1
* run install_name_tool after unpacking shared/jni libraries on mac.Volker Schumacher2010-01-172-1/+99
* Renamed some directoriesMark Donszelmann2010-01-111-1/+1
* Removed dependency from unpack directoryMark Donszelmann2010-01-081-2/+2
* Readded classifier as parameterMark Donszelmann2010-01-081-11/+12
* NarAssemblyMojo: when classifiers not specified, assume all available classif...Volker Schumacher2010-01-082-34/+56
* Fixed validation of fortran comopiler (NarValidateMojo); the cpp compiler was...Volker Schumacher2010-01-081-1/+1
* added change which got forgotten in last commit.Volker Schumacher2010-01-081-1/+1
* implemented getUnpackDirectory in NarLayout20.Volker Schumacher2010-01-081-0/+7
* resolve dependencies from unpack dir instead of local repository.Volker Schumacher2010-01-084-30/+52
* Moved NarLayout properties up to AbstractNarMojo.Volker Schumacher2010-01-082-24/+21
* getAttachedNarDependencies: when classifier is not specified, collect all ava...Volker Schumacher2010-01-081-5/+12
* made linking of tests more similar to linking of main binaries.Volker Schumacher2010-01-081-13/+64
* don't link header-only libraries.Volker Schumacher2010-01-071-2/+2
* when lib-dir has subdirs called static or shared, look there for the respecti...Volker Schumacher2010-01-071-0/+4
* Added .exe to windows test nameMark Donszelmann2009-12-231-2/+4
* Fixed Windows separator in testMark Donszelmann2009-12-231-5/+10
* Better explanationMark Donszelmann2009-12-231-2/+2
* Skip running executable if it does not existMark Donszelmann2009-12-231-0/+4
* Skip non existing testMark Donszelmann2009-12-231-0/+4
* Removed extra codeMark Donszelmann2009-12-231-35/+0
* Fixed NAR-21Mark Donszelmann2009-12-196-37/+18
* Fixed NAR-121Mark Donszelmann2009-12-181-64/+0
* Fixed NAR-121Mark Donszelmann2009-12-185-15/+19
* Fixed NAR-119Mark Donszelmann2009-12-1611-44/+48