You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"cas-management-webapp","path":"cas-management-webapp","contentType":"directory"},{"name":"cas-server-compatibility","path":"cas-server-compatibility","contentType":"directory"},{"name":"cas-server-core","path":"cas-server-core","contentType":"directory"},{"name":"cas-server-extension-clearpass","path":"cas-server-extension-clearpass","contentType":"directory"},{"name":"cas-server-integration-ehcache","path":"cas-server-integration-ehcache","contentType":"directory"},{"name":"cas-server-integration-jboss","path":"cas-server-integration-jboss","contentType":"directory"},{"name":"cas-server-integration-memcached","path":"cas-server-integration-memcached","contentType":"directory"},{"name":"cas-server-integration-restlet","path":"cas-server-integration-restlet","contentType":"directory"},{"name":"cas-server-protocol","path":"cas-server-protocol","contentType":"directory"},{"name":"cas-server-support-generic","path":"cas-server-support-generic","contentType":"directory"},{"name":"cas-server-support-jdbc","path":"cas-server-support-jdbc","contentType":"directory"},{"name":"cas-server-support-ldap","path":"cas-server-support-ldap","contentType":"directory"},{"name":"cas-server-support-legacy","path":"cas-server-support-legacy","contentType":"directory"},{"name":"cas-server-support-oauth","path":"cas-server-support-oauth","contentType":"directory"},{"name":"cas-server-support-openid","path":"cas-server-support-openid","contentType":"directory"},{"name":"cas-server-support-pac4j","path":"cas-server-support-pac4j","contentType":"directory"},{"name":"cas-server-support-radius","path":"cas-server-support-radius","contentType":"directory"},{"name":"cas-server-support-saml","path":"cas-server-support-saml","contentType":"directory"},{"name":"cas-server-support-spnego","path":"cas-server-support-spnego","contentType":"directory"},{"name":"cas-server-support-trusted","path":"cas-server-support-trusted","contentType":"directory"},{"name":"cas-server-support-x509","path":"cas-server-support-x509","contentType":"directory"},{"name":"cas-server-uber-webapp","path":"cas-server-uber-webapp","contentType":"directory"},{"name":"cas-server-webapp-support","path":"cas-server-webapp-support","contentType":"directory"},{"name":"cas-server-webapp","path":"cas-server-webapp","contentType":"directory"},{"name":"etc","path":"etc","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"travis","path":"travis","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"INSTALL.txt","path":"INSTALL.txt","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"NOTICE","path":"NOTICE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"assembly.xml","path":"assembly.xml","contentType":"file"},{"name":"build.xml","path":"build.xml","contentType":"file"},{"name":"checkstyle-rules.xml","path":"checkstyle-rules.xml","contentType":"file"},{"name":"checkstyle-suppressions.xml","path":"checkstyle-suppressions.xml","contentType":"file"},{"name":"pom.xml","path":"pom.xml","contentType":"file"},{"name":"tasks.xml","path":"tasks.xml","contentType":"file"}],"totalCount":40}},"fileTreeProcessingTime":10.070803,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":38115094,"defaultBranch":"master","name":"cas","ownerLogin":"aaronzirbes","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-06-26T14:19:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/265547?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"4.0.x","listCacheKey":"v0:1616756661.334235","canEdit":false,"refType":"branch","currentOid":"f537fdcb4cf2940a970fb8909c5bad4ff2954119"},"path":"build.xml","currentUser":null,"blob":{"rawLines":["\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e","\u003c!--",""," Licensed to Jasig under one or more contributor license"," agreements. See the NOTICE file distributed with this work"," for additional information regarding copyright ownership."," Jasig licenses this file to you under the Apache License,"," Version 2.0 (the \"License\"); you may not use this file"," except in compliance with the License. You may obtain a"," copy of the License at the following location:",""," http://www.apache.org/licenses/LICENSE-2.0",""," Unless required by applicable law or agreed to in writing,"," software distributed under the License is distributed on an"," \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY"," KIND, either express or implied. See the License for the"," specific language governing permissions and limitations"," under the License.","","--\u003e","\u003cproject name=\"cas\" default=\"deploy\" basedir=\".\"\u003e","","\t\u003c!-- ******************* PROPERTIES ************************* --\u003e","\t\u003cproperty environment=\"env\" /\u003e","\t\u003cproperty name=\"build.target.dir\" value=\"target\" /\u003e","\t\u003cproperty name=\"cas.management.webapp\" value=\"cas-management\" /\u003e","\t\u003cproperty name=\"catalina.home\" value=\"c:/portal/apache-tomcat\" /\u003e","\t\u003cproperty name=\"tomcat.log.patterns\" value=\"**/*.log, **/*.txt\" /\u003e","\t","\t","\t","\t\t\u003cproperty name=\"cas.build.modules\" value=\"cas-management-webapp\" /\u003e","\t","\t"," \u003c!--","\t\u003cproperty name=\"cas.build.modules\" value=\"cas-server-core,cas-server-webapp-support,cas-server-webapp,cas-management-webapp\" /\u003e","\t--\u003e"," ","\t\u003ctaskdef resource=\"net/sf/antcontrib/antcontrib.properties\" /\u003e","\t","\t\u003c!-- ******************* MAVEN PROPERTIES******************** --\u003e","\t\u003ccondition property=\"mavenExecutableFile\" value=\"mvn.bat\" else=\"mvn\"\u003e","\t\t\u003cos family=\"windows\" /\u003e","\t\u003c/condition\u003e","\t\u003cvar name=\"mavenExecutable\" value=\"${env.M2_HOME}\\bin\\${mavenExecutableFile}\"/\u003e","\t\u003cavailable file=\"${mavenExecutable}\" property=\"maven.exec.exists\" /\u003e","","\t\u003cif\u003e","\t\t\u003cnot\u003e","\t\t\t\u003cisset property=\"${maven.exec.exists}\" /\u003e","\t\t\u003c/not\u003e","\t\t\u003cthen\u003e","\t\t\t\u003cvar name=\"mavenExecutable\" value=\"${env.MAVEN_HOME}\\bin\\${mavenExecutableFile}\"/\u003e","\t\t\t\u003cavailable file=\"${mavenExecutable}\" property=\"maven.exec.exists\" /\u003e","\t\t\u003c/then\u003e","\t\u003c/if\u003e","\t\u003cfail unless=\"${maven.exec.exists}\" message=\"Cannot determine the maven installation location through M2_HOME or MAVEN_HOME environment variables.\"/\u003e","\t\t","\t\u003c!-- ***************** TOMCAT PROPERTIES ******************** --\u003e","\t\u003ccondition property=\"tomcatStartupFile\" value=\"startup.bat\" else=\"startup\"\u003e","\t\t\u003cos family=\"windows\" /\u003e","\t\u003c/condition\u003e","\t\u003cproperty name=\"tomcatStartup\" value=\"${catalina.home}\\bin\\${tomcatStartupFile}\" /\u003e","","\t\u003ccondition property=\"tomcatShutDownFile\" value=\"shutdown.bat\" else=\"shutdown\"\u003e","\t\t\u003cos family=\"windows\" /\u003e","\t\u003c/condition\u003e","\t\u003cproperty name=\"tomcatShutDown\" value=\"${catalina.home}\\bin\\${tomcatShutDownFile}\" /\u003e","\t","\t\u003c!-- ********************* TARGETS *************************** --\u003e","\t\u003ctarget name=\"cleanTomcatLogs\" description=\"Clean tomcat log files\"\u003e","\t\t\u003cdelete failonerror=\"false\"\u003e","\t\t\t\u003cfileset dir=\"${catalina.home}/logs\" includes=\"${tomcat.log.patterns}\" /\u003e","\t\t\t\u003cfileset dir=\"${catalina.home}/bin\" includes=\"${tomcat.log.patterns}\" /\u003e","\t\t\t\u003cfileset dir=\"${catalina.home}\" includes=\"${tomcat.log.patterns}\" /\u003e","\t\t\u003c/delete\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"clean\" description=\"Clean deployed artifacts and logs\"\u003e","\t\t\u003cdelete file=\"${catalina.home}/webapps/${ant.project.name}.war\" verbose=\"false\" failonerror=\"true\" /\u003e","\t\t\u003cdelete file=\"${catalina.home}/webapps/${cas.management.webapp}.war\" verbose=\"false\" failonerror=\"true\" /\u003e","\t\t","\t\t\u003cdelete file=\"${catalina.home}/bin/${ant.project.name}.log\" verbose=\"false\" failonerror=\"true\" /\u003e","\t\t","\t\t\u003cdelete dir=\"${catalina.home}/webapps/${cas.management.webapp}\" verbose=\"false\" includeemptydirs=\"true\" failonerror=\"true\" /\u003e","\t\t\u003cdelete dir=\"${catalina.home}/webapps/${ant.project.name}\" verbose=\"false\" includeemptydirs=\"true\" failonerror=\"true\" /\u003e","","\t\t\u003cdelete dir=\"${catalina.home}/work/Catalina\" verbose=\"false\" includeemptydirs=\"true\" failonerror=\"true\"/\u003e","","","\t\t\u003cexec dir=\"${basedir}\" executable=\"${mavenExecutable}\"\u003e"," \t\t\u003carg value=\"--projects\" /\u003e"," \t\t\u003carg value=\"${cas.build.modules}\"/\u003e","\t\t\t\u003carg value=\"clean\" /\u003e","\t\t\t\u003carg value=\"-Dmaven.test.skip=true\" /\u003e","\t\t\u003c/exec\u003e","\t\t\u003cantcall target=\"cleanTomcatLogs\" /\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"compile\" description=\"Compile artifacts\" depends=\"clean\"\u003e","\t\t\u003cexec dir=\"${basedir}\" executable=\"${mavenExecutable}\"\u003e","\t\t\t\u003carg value=\"--projects\" /\u003e"," \t\t\u003carg value=\"${cas.build.modules}\"/\u003e"," \t\t\u003carg value=\"compile\" /\u003e","\t\t\t\u003carg value=\"-Dmaven.test.skip=true\" /\u003e","\t\t\u003c/exec\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"test\" description=\"Compile artifacts and run tests\" depends=\"clean\"\u003e","\t\t\u003cexec dir=\"${basedir}\" executable=\"${mavenExecutable}\"\u003e"," \u003carg value=\"--projects\" /\u003e"," \u003carg value=\"${cas.build.modules}\"/\u003e","\t\t\t\u003carg value=\"test\" /\u003e","\t\t\u003c/exec\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"copy\" description=\"Copy artifacts over to tomcat\" depends=\"package\"\u003e","\t\t\u003ccopy overwrite=\"true\"","\t\t todir=\"${catalina.home}\\webapps\"","\t\t file=\"cas-server-webapp/target/${ant.project.name}.war\"","\t\t\t verbose=\"true\"","\t\t/\u003e","\t\t\u003ccopy overwrite=\"true\"","\t\t todir=\"${catalina.home}\\webapps\"","\t\t file=\"cas-management-webapp/target/${cas.management.webapp}.war\"","\t\t\t verbose=\"true\"","\t\t/\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"package\" description=\"Package src artifacts and prepare for deployment\" depends=\"clean\"\u003e","\t\t\u003cexec dir=\"${basedir}\" executable=\"${mavenExecutable}\"\u003e","\t\t\t\u003carg value=\"-T 5\" /\u003e","\t\t\t\u003carg value=\"--projects\" /\u003e"," \t\t \u003carg value=\"${cas.build.modules}\"/\u003e","\t\t\t\u003carg value=\"install\" /\u003e","\t\t\t\u003carg value=\"-Dmaven.test.skip=true\" /\u003e","\t\t\u003c/exec\u003e","\t\u003c/target\u003e","","\t\u003ctarget name=\"deploy\" depends=\"copy\" description=\"Clean, package and deploy artifacts\" /\u003e","","\t\u003ctarget name=\"help\" description=\"Prints instructions on how to run the build.\"\u003e","\t\t\u003cecho message=\"Use 'ant -projecthelp' to see all available commands\" /\u003e","\t\u003c/target\u003e","","\u003c/project\u003e"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/aaronzirbes/cas/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"build.xml","displayUrl":"https://github.com/aaronzirbes/cas/blob/4.0.x/build.xml?raw=true","headerInfo":{"blobSize":"5.67 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"e2ab238","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Faaronzirbes%2Fcas%2Fblob%2F4.0.x%2Fbuild.xml","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"148","truncatedSloc":"118"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Ant Build System","languageID":15,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/aaronzirbes/cas/blob/4.0.x/build.xml","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/aaronzirbes/cas/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/aaronzirbes/cas/raw/refs/heads/4.0.x/build.xml","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":true,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/aaronzirbes/cas/branches":{"post":"iIDnjBPT9T8gW_klfwV7FxcfoxlL5KZHwFQx-ma6gB3kWQMLHbPOVVSc0ekjm4Y4eEOk-oyNnLrMp-v1n4MEJA"},"/repos/preferences":{"post":"H7y9oABMHIYvM6yiVRLuutbNUdUsr8evhnq2HeHsyI5wfN2GcGPdmyrsSoYAP5Xkx4YLN5951inuelpLrq6nbQ"}}},"title":"cas/build.xml at 4.0.x · aaronzirbes/cas","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}