Changes between Initial Version and Version 1 of Ticket #1071, comment 2
- Timestamp:
- Dec 10, 2015, 3:22:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1071, comment 2
initial v1 1 1 Adding rasj in petascope dependencies is bad practice, since rasj is compiled differently for rnp and rasnet. The correct solution for this one is to put "java" folder as subdir for petascope. This way, "java" will be compiled before petascope and rasj.jar will be copied in the dependency list. 2 2 3 SUBDIRS 3 Add this line in Makefile.am in petascope and the issue will be fixed: 4 5 SUBDIRS=../../java