Skip to content

Instantly share code, notes, and snippets.

@isapir
Last active June 10, 2017 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isapir/07a5747b4fbfec3df539615a6c37aba3 to your computer and use it in GitHub Desktop.
Save isapir/07a5747b4fbfec3df539615a6c37aba3 to your computer and use it in GitHub Desktop.
Tomcat Project settings for IntelliJ-IDEA
../tomcat-idea/lib
ant-1.9.9.jar
ecj-4.6.3.jar
geronimo-spec-jaxrpc-1.1-rc4.jar
wsdl4j-1.6.2.jar
../tomcat-idea/lib-test
easymock-3.4.jar
run `ant deploy` to build the project to the "output/build" directory, which will then be used as the Working Directory at run configurations.
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/webapps/examples/WEB-INF/classes" isTestSource="true" />
</content>
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/../tomcat-idea/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/../tomcat-idea/lib" recursive="false" />
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library name="JUnit4">
<CLASSES>
<root url="jar://$APPLICATION_HOME_DIR$/lib/junit-4.12.jar!/" />
<root url="jar://$APPLICATION_HOME_DIR$/lib/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library>
<CLASSES>
<root url="file://$MODULE_DIR$/../tomcat-idea/lib-test" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$MODULE_DIR$/../tomcat-idea/lib-test" recursive="false" />
</library>
</orderEntry>
</component>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment