You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin West (JIRA)" <ji...@codehaus.org> on 2009/03/05 10:51:13 UTC

[jira] Created: (MANTRUN-108) On 2.0.10 antrun execution dies silently

On 2.0.10 antrun execution dies silently
----------------------------------------

                 Key: MANTRUN-108
                 URL: http://jira.codehaus.org/browse/MANTRUN-108
             Project: Maven 2.x Antrun Plugin
          Issue Type: Bug
    Affects Versions: 1.3
         Environment: Maven version: 2.0.10
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"


            Reporter: Martin West
         Attachments: mvn-2.0.10.log

The title says it all.

Ive attached a log of running with -X -e

-- 
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-108) On 2.0.10 antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin West updated MANTRUN-108:
--------------------------------

    Attachment: MANTRUN-108.zip

DOH missed -r off, apologies.

> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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-108) On 2.0.10 antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin West updated MANTRUN-108:
--------------------------------

    Attachment: MANTRUN-108.zip

minimal project, well as minimal as I make it.

You just need to specify mysql root password, either in .m2/settings.xml or in the pom.xml

Should get something like:

[10:41:04][MANTRUN-108]$ ../mvn-2.0.10 
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building MANTRUN-108
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [antrun:run {execution: validate}]
[INFO] Executing tasks

validate:
[INFO] Executed tasks
[INFO] [antrun:run {execution: generate-resources}]
[INFO] Executing tasks

generate-resources:
[INFO] Executed tasks
[INFO] [resources:resources]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/martinwest/workspaces/hattrick-ws-1.0.1/net.helixsys.tis/MANTRUN-108/src/main/resources
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [antrun:run {execution: generate-test-resources}]
[INFO] Executing tasks

createdb:
  [execsql] Executing resource: /Users/martinwest/workspaces/hattrick-ws-1.0.1/net.helixsys.tis/MANTRUN-108/target/drop_tis_db.sql
  [execsql] Executing resource: /Users/martinwest/workspaces/hattrick-ws-1.0.1/net.helixsys.tis/MANTRUN-108/target/create_tis_db.sql

========= dies here ===================
normally carries on with ....


generate-test-resources:
[INFO] Executed tasks
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: /Users/martinwest/workspaces/hattrick-ws-1.0.1/net.helixsys.tis/MANTRUN-108/target/MANTRUN-108-test.jar
[INFO] [install:install]
[INFO] Installing /Users/martinwest/workspaces/hattrick-ws-1.0.1/net.helixsys.tis/MANTRUN-108/target/MANTRUN-108-test.jar to /var/maven2/MANTRUN-108/MANTRUN-108/test/MANTRUN-108-test.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Mar 05 10:51:11 GMT 2009
[INFO] Final Memory: 10M/17M



> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-109) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=168001#action_168001 ] 

Brett Porter commented on MANTRUN-109:
--------------------------------------

my mistake - 2.0.10 upgraded the antrun plugin, I just missed that in the first place I looked.

This is a regression between 1.2 and 1.3. If you set the version to either 1.1 or 1.2 in the POM you will avoid the problem under 2.0.10.

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MANTRUN-109
>                 URL: http://jira.codehaus.org/browse/MANTRUN-109
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Moved: (MNG-4067) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MANTRUN-108 to MNG-4067:
-------------------------------------------

    Affects Version/s:     (was: 1.3)
                       2.1.0
                       2.0.10
           Complexity: Intermediate
                  Key: MNG-4067  (was: MANTRUN-108)
              Project: Maven 2  (was: Maven 2.x Antrun Plugin)

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MNG-4067
>                 URL: http://jira.codehaus.org/browse/MNG-4067
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.10, 2.1.0
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>             Fix For: 2.0.11, 2.1.0
>
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-108) On 2.0.10 antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167981#action_167981 ] 

Brett Porter commented on MANTRUN-108:
--------------------------------------

the zip appears to be empty

> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MNG-4067) [regression] antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167999#action_167999 ] 

Martin West commented on MNG-4067:
----------------------------------

yes, I notice the time problem, is timing out on something?

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MNG-4067
>                 URL: http://jira.codehaus.org/browse/MNG-4067
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.10, 2.1.0
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>             Fix For: 2.0.11, 2.1.0
>
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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: (MNG-4067) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-4067:
------------------------------

    Fix Version/s: 2.1.0
                   2.0.11

affects 2.1.0-SNAPSHOT as well

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MNG-4067
>                 URL: http://jira.codehaus.org/browse/MNG-4067
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.10, 2.1.0
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>             Fix For: 2.0.11, 2.1.0
>
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Moved: (MANTRUN-109) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MNG-4067 to MANTRUN-109:
-------------------------------------------

    Affects Version/s:     (was: 2.1.0)
                           (was: 2.0.10)
                       1.3
        Fix Version/s:     (was: 2.1.0)
                           (was: 2.0.11)
           Complexity:   (was: Intermediate)
                  Key: MANTRUN-109  (was: MNG-4067)
              Project: Maven 2.x Antrun Plugin  (was: Maven 2)

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MANTRUN-109
>                 URL: http://jira.codehaus.org/browse/MANTRUN-109
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MNG-4067) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167996#action_167996 ] 

Brett Porter commented on MNG-4067:
-----------------------------------

it dies in the second transaction of the <sql /> call in the ant script, which takes considerably longer to run than the successful one from 2.1.0-M1/2.0.9 before failing

I ran with -verbose:gc to see if it was an OOME, but that did not indicate any GC at the time

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MNG-4067
>                 URL: http://jira.codehaus.org/browse/MNG-4067
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.10, 2.1.0
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>             Fix For: 2.0.11, 2.1.0
>
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-108) On 2.0.10 antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167973#action_167973 ] 

Martin West commented on MANTRUN-108:
-------------------------------------

PS runs fine on 2.0.9

> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-109) [regression] antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=168005#action_168005 ] 

Martin West commented on MANTRUN-109:
-------------------------------------

Thanks for the fast response.

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MANTRUN-109
>                 URL: http://jira.codehaus.org/browse/MANTRUN-109
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-108) On 2.0.10 antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167993#action_167993 ] 

Brett Porter commented on MANTRUN-108:
--------------------------------------

confirmed (very bizarre - it looks like a stray System.exit, but not sure what behaviour changed yet)

> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-108) On 2.0.10 antrun execution dies silently

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167975#action_167975 ] 

Benjamin Bentmann commented on MANTRUN-108:
-------------------------------------------

How about a minimal test project to help us reproduce the issue?

> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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-108) [regression] antrun execution dies silently

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MANTRUN-108:
---------------------------------

    Summary: [regression] antrun execution dies silently  (was: On 2.0.10 antrun execution dies silently)

> [regression] antrun execution dies silently
> -------------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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] Commented: (MANTRUN-108) On 2.0.10 antrun execution dies silently

Posted by "Martin West (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MANTRUN-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167980#action_167980 ] 

Martin West commented on MANTRUN-108:
-------------------------------------

also fails in this env

Maven version: 2.0.10
Java version: 1.6.0_10-beta
OS name: "linux" version: "2.6.24-23-generic" arch: "amd64" Family: "unix"



> On 2.0.10 antrun execution dies silently
> ----------------------------------------
>
>                 Key: MANTRUN-108
>                 URL: http://jira.codehaus.org/browse/MANTRUN-108
>             Project: Maven 2.x Antrun Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_16
> OS name: "mac os x" version: "10.5.6" arch: "i386" Family: "unix"
>            Reporter: Martin West
>         Attachments: MANTRUN-108.zip, mvn-2.0.10.log
>
>
> The title says it all.
> Ive attached a log of running with -X -e

-- 
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