You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2005/11/12 19:24:06 UTC

svn commit: r332811 - in /tomcat/container/tc5.5.x: .classpath Tomcat5.5.launch

Author: costin
Date: Sat Nov 12 10:24:05 2005
New Revision: 332811

URL: http://svn.apache.org/viewcvs?rev=332811&view=rev
Log:
Add dep on build ( so resources is visible ).

Add a launcher to start tomcat. It doesn't work completely - some dtds are not found. It would
work if I would depend on the servlet.jar in repository.

Added:
    tomcat/container/tc5.5.x/Tomcat5.5.launch
Modified:
    tomcat/container/tc5.5.x/.classpath

Modified: tomcat/container/tc5.5.x/.classpath
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/.classpath?rev=332811&r1=332810&r2=332811&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/.classpath (original)
+++ tomcat/container/tc5.5.x/.classpath Sat Nov 12 10:24:05 2005
@@ -26,5 +26,6 @@
 	<classpathentry kind="var" path="TOMCAT_LIBS_BASE/struts-1.2.7/lib/struts.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/connectors"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/servletapi"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/build"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Added: tomcat/container/tc5.5.x/Tomcat5.5.launch
URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/Tomcat5.5.launch?rev=332811&view=auto
==============================================================================
--- tomcat/container/tc5.5.x/Tomcat5.5.launch (added)
+++ tomcat/container/tc5.5.x/Tomcat5.5.launch Sat Nov 12 10:24:05 2005
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.apache.catalina.startup.Catalina"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="start"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="container"/>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:container}"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+</launchConfiguration>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org