[seam-commits] Seam SVN: r10293 - in trunk/seam-gen: ide-project-files/eclipse and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Apr 5 00:44:05 EDT 2009


Author: dan.j.allen
Date: 2009-04-05 00:44:05 -0400 (Sun, 05 Apr 2009)
New Revision: 10293

Added:
   trunk/seam-gen/ide-project-files/eclipse/debug-glassfish.launch
Modified:
   trunk/seam-gen/build.xml
Log:
add debug launcher to connect to GlassFish


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2009-04-04 11:22:56 UTC (rev 10292)
+++ trunk/seam-gen/build.xml	2009-04-05 04:44:05 UTC (rev 10293)
@@ -975,6 +975,11 @@
             <filterset refid="project"/>
         </copy>
 
+        <copy tofile="${project.home}/debug-glassfish-${project.name}.launch"
+                file="${templates.dir}/ide-project-files/eclipse/debug-glassfish.launch">
+            <filterset refid="project"/>
+        </copy>
+
         <copy tofile="${project.home}/${project.name}.launch"
                 file="${templates.dir}/hibernatetools/hibernate-console.launch">
             <filterset refid="project"/>

Added: trunk/seam-gen/ide-project-files/eclipse/debug-glassfish.launch
===================================================================
--- trunk/seam-gen/ide-project-files/eclipse/debug-glassfish.launch	                        (rev 0)
+++ trunk/seam-gen/ide-project-files/eclipse/debug-glassfish.launch	2009-04-05 04:44:05 UTC (rev 10293)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.remoteJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/@projectName@"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.jdt.launching.ALLOW_TERMINATE" value="true"/>
+<mapAttribute key="org.eclipse.jdt.launching.CONNECT_MAP">
+<mapEntry key="port" value="9009"/>
+<mapEntry key="hostname" value="localhost"/>
+</mapAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="@projectName@"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_CONNECTOR_ID" value="org.eclipse.jdt.launching.socketAttachConnector"/>
+</launchConfiguration>




More information about the seam-commits mailing list