On 6/15/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:

My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml:

    <build>
        <finalName>${artifactId}</finalName>
        <plugins>
            <plugin>
                <groupId>org.codehaus.cargo</groupId>
                <artifactId>cargo-maven2-plugin</artifactId>
...
                        <properties>
                            <cargo.jvmargs>-Xdebug 
-Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n</cargo.jvmargs>
                        </properties>

Gary, this worked perfectly for me (with JSwat).  Thanks!  This has
been on my "figure out how to..." list for a while now.

(Be sure to 'mvn install' once from the top to make sure your pom
changes get into your local repository.)

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to