[java-idp-testbed] branch master updated: Add a property override to locate log files
Scott Cantor
cantor.2 at osu.edu
Tue Feb 28 15:26:49 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=1758bd4390cc047fe2e7882491efaa9de1718520
The following commit(s) were added to refs/heads/master by this push:
new 1758bd4 Add a property override to locate log files
1758bd4 is described below
commit 1758bd4390cc047fe2e7882491efaa9de1718520
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 28 15:26:46 2017 -0500
Add a property override to locate log files
---
idp-testbed.launch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-testbed.launch b/idp-testbed.launch
index 4266005..ee884b1 100644
--- a/idp-testbed.launch
+++ b/idp-testbed.launch
@@ -13,6 +13,6 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--lib=${workspace_loc:idp-conf/src/test/resources} --lib=${workspace_loc:idp-conf/src/main/resources}"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="idp-testbed"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djetty.home=/opt/jetty/jetty-9.3 -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Djava.io.tmpdir=tmp"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djetty.home=/opt/jetty/jetty-9.3 -Didp.home=classpath: -Didp.webflows=classpath*:/flows -Didp.logfiles=${workspace_loc:java-idp-testbed/src/main/resources/logs -Djava.io.tmpdir=tmp"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:idp-jetty-base/src/main/resources/jetty-base}"/>
</launchConfiguration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list