You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Pascal Pratmarty (JIRA)" <ji...@codehaus.org> on 2010/02/11 19:11:55 UTC

[jira] Created: (MAVENUPLOAD-2739) Version 2.2-jdk15 of UISpec4J

Version 2.2-jdk15 of UISpec4J
-----------------------------

                 Key: MAVENUPLOAD-2739
                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2739
             Project: Maven Upload Requests
          Issue Type: New Feature
            Reporter: Pascal Pratmarty


UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit and TestNG test harnesses. 

-- 
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: (MAVENUPLOAD-2739) Version 2.2-jdk15 of UISpec4J

Posted by "Pascal Pratmarty (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pascal Pratmarty reopened MAVENUPLOAD-2739:
-------------------------------------------


I confirm this can be done as you suggest, Julien : the jar binaries were misnamed in the JIRA issues, but their content is correct for each version.

As for the Javadoc and sources :
- Javadoc is precisely the same
- sources differ slightly in a very few lower level classes ; I suggest to consider they are the same as well (it was already the case for UISpec4J 2.1)

Please let me know if you need more information, or require some action on my part.


> Version 2.2-jdk15 of UISpec4J
> -----------------------------
>
>                 Key: MAVENUPLOAD-2739
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2739
>             Project: Maven Upload Requests
>          Issue Type: New Feature
>            Reporter: Pascal Pratmarty
>
> UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit and TestNG test harnesses. 

-- 
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: (MAVENUPLOAD-2739) Version 2.2-jdk15 of UISpec4J

Posted by "Juven Xu (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juven Xu closed MAVENUPLOAD-2739.
---------------------------------

    Resolution: Won't Fix
      Assignee: Juven Xu

closing issue, please goto Sonatype OSS repo for uploading bundle
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central

> Version 2.2-jdk15 of UISpec4J
> -----------------------------
>
>                 Key: MAVENUPLOAD-2739
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2739
>             Project: Maven Upload Requests
>          Issue Type: New Feature
>            Reporter: Pascal Pratmarty
>            Assignee: Juven Xu
>
> UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit and TestNG test harnesses. 

-- 
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: (MAVENUPLOAD-2739) Version 2.2-jdk15 of UISpec4J

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVENUPLOAD-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MAVENUPLOAD-2739.
--------------------------------------

    Resolution: Incomplete

This content already exists.

> Version 2.2-jdk15 of UISpec4J
> -----------------------------
>
>                 Key: MAVENUPLOAD-2739
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2739
>             Project: Maven Upload Requests
>          Issue Type: New Feature
>            Reporter: Pascal Pratmarty
>
> UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit and TestNG test harnesses. 

-- 
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: (MAVENUPLOAD-2739) Version 2.2-jdk15 of UISpec4J

Posted by "Julien HENRY (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVENUPLOAD-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215315#action_215315 ] 

Julien HENRY commented on MAVENUPLOAD-2739:
-------------------------------------------

In fact there is a mistake in the bundle. uispec4j comes with two classifiers: jdk16 and jdk15 (see previous version 2.1 http://repo2.maven.org/maven2/org/uispec4j/uispec4j/2.1/).

As it is no more possible to remove the current JAR in central I suggest to add uispec4j-2.2-jdk16.jar (duplicate of uispec4j-2.2.jar) from MAVENUPLOAD-2740 and to add uispec4j-2.2-jdk15.jar from the bundle attached to the current upload request.

Of course the pom must be the same for both classifiers.

Concerning -source and -javadoc I don't know what to do as main site (http://www.uispec4j.org/download) offers separate archives for jdk15 and jdk16.

> Version 2.2-jdk15 of UISpec4J
> -----------------------------
>
>                 Key: MAVENUPLOAD-2739
>                 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-2739
>             Project: Maven Upload Requests
>          Issue Type: New Feature
>            Reporter: Pascal Pratmarty
>
> UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit and TestNG test harnesses. 

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