aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject/ide-file-targets.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed java.home directory and removed obsolete tools.jarWade Walker2019-08-161-7/+7
| | | | | | In Java 9+, there's no longer a "jre" directory in the installation, so removed references to it. The tools.jar file also no longer exists in Java installations (it's now stored in a secret non-JAR format), so removed that as well.
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-2/+2
|
* small fix in IDE target. Test ran twice in debug mode.Michael Bien2010-06-101-1/+0
|
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the ↵Sven Gothel2010-05-121-5/+5
| | | | default, if not specified otherwise in /home/sven/gluegen.properties
* updated NetBeans integration targets.Michael Bien2010-04-081-29/+31
|
* added test target to main build script.Michael Bien2010-02-121-13/+25
| | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc.
* updated project files to reference antlr-3.2.jar.Michael Bien2010-01-121-4/+4
|
* added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵Michael Bien2009-10-181-0/+61
antlr-2.7.7.jar in <gluegenroot>/lib) Test tests the basic GlueGen lifecycle: generate->compile java->compile native->load lib->call methods integrated test compile,run and debug targets into NetBeans IDE.