Skip to content
Snippets Groups Projects
Commit ff1aedd9 authored by Daniel's avatar Daniel
Browse files

ENH: New debug target in makefile: run-debug-single: no jar building

parent ff711005
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,9 @@ run: compile ...@@ -38,6 +38,9 @@ run: compile
run-debug: jar run-debug: jar
java -Xrunjdwp:transport=dt_socket,address=0.0.0.0:$(JPDA_PORT),server=y,suspend=n -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar java -Xrunjdwp:transport=dt_socket,address=0.0.0.0:$(JPDA_PORT),server=y,suspend=n -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
run-debug-single:
java -Xrunjdwp:transport=dt_socket,address=0.0.0.0:$(JPDA_PORT),server=y,suspend=n -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
run-single: run-single:
java -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar java -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment