[jira] Updated: (SUREFIRE-473) Documentation for additionalClassPath feature

2008-03-13 Thread Pascal Lambert (JIRA)

 [ 
http://jira.codehaus.org/browse/SUREFIRE-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Lambert updated SUREFIRE-473:


Attachment: surefire-additional-classpath.patch

> Documentation for additionalClassPath feature
> -
>
> Key: SUREFIRE-473
> URL: http://jira.codehaus.org/browse/SUREFIRE-473
> Project: Maven Surefire
>  Issue Type: Improvement
>Affects Versions: 2.4.2
>Reporter: Pascal Lambert
>Priority: Minor
> Attachments: surefire-additional-classpath.patch
>
>
> Here is the example documentation for implemented feature 
> "additionalClasspath"
> http://jira.codehaus.org/browse/SUREFIRE-118

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SUREFIRE-473) Documentation for additionalClassPath feature

2008-03-13 Thread Pascal Lambert (JIRA)
Documentation for additionalClassPath feature
-

 Key: SUREFIRE-473
 URL: http://jira.codehaus.org/browse/SUREFIRE-473
 Project: Maven Surefire
  Issue Type: Improvement
Affects Versions: 2.4.2
Reporter: Pascal Lambert
Priority: Minor


Here is the example documentation for implemented feature "additionalClasspath"
http://jira.codehaus.org/browse/SUREFIRE-118


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (MANTRUN-82) skip test

2008-03-06 Thread Pascal Lambert (JIRA)

 [ 
http://jira.codehaus.org/browse/MANTRUN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Lambert closed MANTRUN-82.
-

   Resolution: Fixed
Fix Version/s: 1.2

It's working fine in 1.2-snapshot.

Sorry for the confusion.

> skip test
> -
>
> Key: MANTRUN-82
> URL: http://jira.codehaus.org/browse/MANTRUN-82
> Project: Maven 2.x Antrun Plugin
>  Issue Type: Bug
>Affects Versions: 1.1
> Environment: Windows, java version "1.5.0_11"
>Reporter: Pascal Lambert
>Priority: Minor
> Fix For: 1.2
>
> Attachments: build.xml, pom.xml, pom.xml
>
>
> Given the attach pom.xml and build.xml config, I would have expect that 
> running "mvn install -DskipTests" would skip the execution of the ant test 
> target. Did I missed something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Reopened: (MANTRUN-82) skip test

2008-02-28 Thread Pascal Lambert (JIRA)

 [ 
http://jira.codehaus.org/browse/MANTRUN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Lambert reopened MANTRUN-82:
---


Broken feature
http://maven.apache.org/plugins/maven-antrun-plugin/examples/tasksAttributes.html

with the attached file, if we do:
mvn install
this should NOT execute the test

with:
mvn install -Dfoo=1
this SHOULD execute it

with:
mvn install -Dfoo=1 -DskipTests=1
this should NOT execute it.

> skip test
> -
>
> Key: MANTRUN-82
> URL: http://jira.codehaus.org/browse/MANTRUN-82
> Project: Maven 2.x Antrun Plugin
>  Issue Type: Bug
>Affects Versions: 1.1
> Environment: Windows, java version "1.5.0_11"
>Reporter: Pascal Lambert
>Priority: Minor
> Attachments: build.xml, pom.xml, pom.xml
>
>
> Given the attach pom.xml and build.xml config, I would have expect that 
> running "mvn install -DskipTests" would skip the execution of the ant test 
> target. Did I missed something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MANTRUN-82) skip test

2008-02-28 Thread Pascal Lambert (JIRA)

 [ 
http://jira.codehaus.org/browse/MANTRUN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Lambert updated MANTRUN-82:
--

Attachment: pom.xml

Replace the first one.

> skip test
> -
>
> Key: MANTRUN-82
> URL: http://jira.codehaus.org/browse/MANTRUN-82
> Project: Maven 2.x Antrun Plugin
>  Issue Type: Bug
>Affects Versions: 1.1
> Environment: Windows, java version "1.5.0_11"
>Reporter: Pascal Lambert
>Priority: Minor
> Attachments: build.xml, pom.xml, pom.xml
>
>
> Given the attach pom.xml and build.xml config, I would have expect that 
> running "mvn install -DskipTests" would skip the execution of the ant test 
> target. Did I missed something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (MANTRUN-82) skip test

2008-02-28 Thread Pascal Lambert (JIRA)

 [ 
http://jira.codehaus.org/browse/MANTRUN-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pascal Lambert closed MANTRUN-82.
-

Resolution: Duplicate

Already logged
MNG-2852


> skip test
> -
>
> Key: MANTRUN-82
> URL: http://jira.codehaus.org/browse/MANTRUN-82
> Project: Maven 2.x Antrun Plugin
>  Issue Type: Bug
>Affects Versions: 1.1
> Environment: Windows, java version "1.5.0_11"
>Reporter: Pascal Lambert
>Priority: Minor
> Attachments: build.xml, pom.xml
>
>
> Given the attach pom.xml and build.xml config, I would have expect that 
> running "mvn install -DskipTests" would skip the execution of the ant test 
> target. Did I missed something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MANTRUN-82) skip test

2008-02-28 Thread Pascal Lambert (JIRA)
skip test
-

 Key: MANTRUN-82
 URL: http://jira.codehaus.org/browse/MANTRUN-82
 Project: Maven 2.x Antrun Plugin
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Windows, java version "1.5.0_11"
Reporter: Pascal Lambert
Priority: Minor
 Attachments: build.xml, pom.xml

Given the attach pom.xml and build.xml config, I would have expect that running 
"mvn install -DskipTests" would skip the execution of the ant test target. Did 
I missed something?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira