Ticket #1437 (assigned task)
Provide install,uninstall and check Makefile rules for java components
| Reported by: | strk | Owned by: | delawen |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS Future |
| Component: | java | Version: | trunk |
| Keywords: | Cc: |
Description
We need the following Makefile rules for java components:
- all - builds what needs to be built...
- clean - removes built files
- distclean - what clean does plus removes whatever was generated by ./configure
- check - runs regress tests
I understand the new preferred build tool for java components is maven, but even if so we want to wrap maven calls into Makefile rules.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

