[jboss-cvs] jboss-seam/seam-gen/nbproject ...
Michael Yuan
michael.yuan at jboss.com
Wed Dec 6 01:55:40 EST 2006
User: myuan
Date: 06/12/06 01:55:40
Modified: seam-gen/nbproject project.xml
Added: seam-gen/nbproject debug-jboss.properties
ide-file-targets.xml
Log:
Add a "create-drop" question in the wizard and add debug support in NB
Revision Changes Path
1.4 +6 -1 jboss-seam/seam-gen/nbproject/project.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: project.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/nbproject/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- project.xml 15 Nov 2006 19:14:34 -0000 1.3
+++ project.xml 6 Dec 2006 06:55:40 -0000 1.4
@@ -32,6 +32,10 @@
<action name="test">
<target>test</target>
</action>
+ <action name="debug">
+ <script>nbproject/ide-file-targets.xml</script>
+ <target>debug-nb</target>
+ </action>
</ide-actions>
<view>
<items>
@@ -53,10 +57,11 @@
</items>
<context-menu>
<ide-action name="clean"/>
+ <ide-action name="restart"/>
+ <ide-action name="debug"/>
<ide-action name="build"/>
<ide-action name="deploy"/>
<ide-action name="undeploy"/>
- <ide-action name="restart"/>
<ide-action name="test"/>
</context-menu>
</view>
1.1 date: 2006/12/06 06:55:40; author: myuan; state: Exp;jboss-seam/seam-gen/nbproject/debug-jboss.properties
Index: debug-jboss.properties
===================================================================
# JBoss server related settings
# Edit the following parameter according to your JBoss configuration
jpda.host=localhost
jpda.address=4142
jpda.transport=dt_socket
1.1 date: 2006/12/06 06:55:40; author: myuan; state: Exp;jboss-seam/seam-gen/nbproject/ide-file-targets.xml
Index: ide-file-targets.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project basedir=".." name="@projectName at -IDE">
<property file="nbproject/debug-jboss.properties"/>
<target name="debug-nb">
<nbjpdaconnect name="@projectName@" host="${jpda.host}" address="${jpda.address}" transport="${jpda.transport}">
<!--classpath>
<path path="exploded-archives/@projectName at .jar"/>
</classpath>
<sourcepath>
<path path="src"/>
</sourcepath-->
</nbjpdaconnect>
</target>
</project>
More information about the jboss-cvs-commits
mailing list