You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Brian Egge (JIRA)" <ji...@apache.org> on 2007/05/13 05:50:16 UTC

[jira] Created: (CLI-129) CLI_1_BRANCH build.xml doesn't work

CLI_1_BRANCH build.xml doesn't work
-----------------------------------

                 Key: CLI-129
                 URL: https://issues.apache.org/jira/browse/CLI-129
             Project: Commons CLI
          Issue Type: Bug
          Components: CLI-1.x
    Affects Versions: 1.1
         Environment: Ant 1.6.5
            Reporter: Brian Egge
             Fix For: 1.1


This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (CLI-129) CLI_1_BRANCH build.xml doesn't work

Posted by "Brian Egge (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLI-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495818 ] 

Brian Egge commented on CLI-129:
--------------------------------

In this case, the AllTestSuites doesn't add a lot of value.  In other projects I frequently have integration/acceptance tests, which extends from TestCase, but which I don't want to execute with the unit tests.  Since this project only has unit tests, the 'Run all tests in directory' option works just fine.

> CLI_1_BRANCH build.xml doesn't work
> -----------------------------------
>
>                 Key: CLI-129
>                 URL: https://issues.apache.org/jira/browse/CLI-129
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x
>    Affects Versions: 1.1
>         Environment: Ant 1.6.5
>            Reporter: Brian Egge
>             Fix For: 1.1
>
>         Attachments: AllTestSuite.java, build.xml.patch
>
>
> This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (CLI-129) CLI_1_BRANCH build.xml doesn't work

Posted by "Brian Egge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLI-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Egge closed CLI-129.
--------------------------

    Resolution: Fixed

Commit r538025 by bayard fixed this issue.

> CLI_1_BRANCH build.xml doesn't work
> -----------------------------------
>
>                 Key: CLI-129
>                 URL: https://issues.apache.org/jira/browse/CLI-129
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x
>    Affects Versions: 1.1
>         Environment: Ant 1.6.5
>            Reporter: Brian Egge
>             Fix For: 1.1
>
>         Attachments: AllTestSuite.java, build.xml.patch
>
>
> This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (CLI-129) CLI_1_BRANCH build.xml doesn't work

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CLI-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495816 ] 

Henri Yandell commented on CLI-129:
-----------------------------------

Good place to start :)

The build.xml is fixed. I used your patch as a pointer for the parts of project.xml that needed fixing and then ran maven ant. 

For the IDE bit, the only IDE I've used recently is Eclipse, but there you can right click on src/tests/ and select Run as JUnit Test and it will run all the tests in that directory. Presumably IDEA and Netbeans are the same?

> CLI_1_BRANCH build.xml doesn't work
> -----------------------------------
>
>                 Key: CLI-129
>                 URL: https://issues.apache.org/jira/browse/CLI-129
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x
>    Affects Versions: 1.1
>         Environment: Ant 1.6.5
>            Reporter: Brian Egge
>             Fix For: 1.1
>
>         Attachments: AllTestSuite.java, build.xml.patch
>
>
> This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (CLI-129) CLI_1_BRANCH build.xml doesn't work

Posted by "Brian Egge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLI-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Egge updated CLI-129:
---------------------------

    Attachment: build.xml.patch

Patch for http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/CLI_1_BRANCH/build.xml

> CLI_1_BRANCH build.xml doesn't work
> -----------------------------------
>
>                 Key: CLI-129
>                 URL: https://issues.apache.org/jira/browse/CLI-129
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x
>    Affects Versions: 1.1
>         Environment: Ant 1.6.5
>            Reporter: Brian Egge
>             Fix For: 1.1
>
>         Attachments: build.xml.patch
>
>
> This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (CLI-129) CLI_1_BRANCH build.xml doesn't work

Posted by "Brian Egge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLI-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Egge updated CLI-129:
---------------------------

    Attachment: AllTestSuite.java

Test suite which runs all tests.  Useful for IDEs.

> CLI_1_BRANCH build.xml doesn't work
> -----------------------------------
>
>                 Key: CLI-129
>                 URL: https://issues.apache.org/jira/browse/CLI-129
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-1.x
>    Affects Versions: 1.1
>         Environment: Ant 1.6.5
>            Reporter: Brian Egge
>             Fix For: 1.1
>
>         Attachments: AllTestSuite.java, build.xml.patch
>
>
> This file was apparently created half-way through the CLI-2 branch.  I removed the second 'jar' task, and fix up a couple other.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org