breakpoints ignored

View: New views
2 Messages — Rating Filter:   Alert me  

breakpoints ignored

by brad hadfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

I realize this is probably a bug with the surefire plugin:

 

The presence of <argLine> inputs in the surefire config causes netbeans/mavenide to ignore breakpoints.

 

For example:

 

             

                <groupId>org.apache.maven.plugins</groupId>

                <artifactId>maven-surefire-plugin</artifactId>

                <version>2.4.2</version>

                <executions>

                    <execution>

                        <id>runtests</id>

                        <phase>test</phase>

                    </execution>

                </executions>

                <configuration>

                    <systemProperties>

                        <property>

                            <name>test.remote</name>

                            <value>${test.remote}</value>

                        </property>

                    </systemProperties>

                <argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>

                </configuration>

 

 I wondered if anyone has experienced the behavior and/or has suggestions?

 

Thanks


Re: breakpoints ignored

by Bugzilla from mkleint@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://jira.codehaus.org/browse/MEVENIDE-435 for a workaround.

Milos

On Wed, Sep 24, 2008 at 8:18 PM, brad hadfield
<brad.hadfield@...> wrote:

> I realize this is probably a bug with the surefire plugin:
>
>
>
> The presence of <argLine> inputs in the surefire config causes
> netbeans/mavenide to ignore breakpoints.
>
>
>
> For example:
>
>
>
>
>
>                 <groupId>org.apache.maven.plugins</groupId>
>
>                 <artifactId>maven-surefire-plugin</artifactId>
>
>                 <version>2.4.2</version>
>
>                 <executions>
>
>                     <execution>
>
>                         <id>runtests</id>
>
>                         <phase>test</phase>
>
>                     </execution>
>
>                 </executions>
>
>                 <configuration>
>
>                     <systemProperties>
>
>                         <property>
>
>                             <name>test.remote</name>
>
>                             <value>${test.remote}</value>
>
>                         </property>
>
>                     </systemProperties>
>
>                 <argLine>-Xmx512m -XX:MaxPermSize=256m</argLine>
>
>                 </configuration>
>
>
>
>  I wondered if anyone has experienced the behavior and/or has suggestions?
>
>
>
> Thanks

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email