mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
remove apacheDSWorkDir since custom tmp dir is created
This commit is contained in:
parent
ca1080fb96
commit
54ffa28bde
@ -60,10 +60,6 @@ test {
|
|||||||
inputs.file file("$rootDir/docs/manual/src/docbook/appendix-namespace.xml")
|
inputs.file file("$rootDir/docs/manual/src/docbook/appendix-namespace.xml")
|
||||||
}
|
}
|
||||||
|
|
||||||
integrationTest {
|
|
||||||
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
|
|
||||||
}
|
|
||||||
|
|
||||||
rncToXsd {
|
rncToXsd {
|
||||||
rncDir = file('src/main/resources/org/springframework/security/config/')
|
rncDir = file('src/main/resources/org/springframework/security/config/')
|
||||||
xsdDir = rncDir
|
xsdDir = rncDir
|
||||||
|
@ -29,13 +29,11 @@ integrationTest {
|
|||||||
include('**/ApacheDSServerIntegrationTests.class')
|
include('**/ApacheDSServerIntegrationTests.class')
|
||||||
// exclude('**/OpenLDAPIntegrationTestSuite.class')
|
// exclude('**/OpenLDAPIntegrationTestSuite.class')
|
||||||
maxParallelForks = 1
|
maxParallelForks = 1
|
||||||
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Runs a server for running the integration tests against (from an IDE, for example)
|
// Runs a server for running the integration tests against (from an IDE, for example)
|
||||||
task(ldapServer, dependsOn: 'integrationTestClasses', type: JavaExec) {
|
task(ldapServer, dependsOn: 'integrationTestClasses', type: JavaExec) {
|
||||||
classpath = sourceSets.integrationTest.runtimeClasspath
|
classpath = sourceSets.integrationTest.runtimeClasspath
|
||||||
main = 'org.springframework.security.ldap.ApacheDSServerIntegrationTests'
|
main = 'org.springframework.security.ldap.ApacheDSServerIntegrationTests'
|
||||||
systemProperties['apacheDSWorkDir'] = "${buildDir}/apacheDSWork"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user