[jira] [Created] (OFBIZ-4833) Housekeeping of jar files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
49 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508594#comment-13508594 ]

Paul Piper commented on OFBIZ-4833:
-----------------------------------

Very likely, Jacques :)
               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508570#comment-13508570 ]

Jacques Le Roux edited comment on OFBIZ-4833 at 12/3/12 11:02 AM:
------------------------------------------------------------------

== FORGOT TO REMOVE yuicompressor-2.4.6.jar ==

I have added some jars in LICENSE which were committed with the update of docbook to version 1.77.1 at r1395298

So in the list remain:

jcip-annotations-1.0.jar
log4j-1.2.16.jar
slf4j-log4j12-1.6.4.jar
xml-apis-ext-1.3.04.jar
org.springframework.core-3.1.0.M2.jar
org.springframework.test-3.1.0.M2.jar
org.springframework.web-3.1.0.M2.jar

               
      was (Author: jacques.le.roux):
    I have added some jars in LICENSE which were committed with the update of docbook to version 1.77.1 at r1395298

So in the list remain:

jcip-annotations-1.0.jar
log4j-1.2.16.jar
slf4j-log4j12-1.6.4.jar
xml-apis-ext-1.3.04.jar
yuicompressor-2.4.6.jar
org.springframework.core-3.1.0.M2.jar
org.springframework.test-3.1.0.M2.jar
org.springframework.web-3.1.0.M2.jar

                 

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509566#comment-13509566 ]

Jacques Le Roux commented on OFBIZ-4833:
----------------------------------------

Added some in LICENSE, remain:

log4j-1.2.16.jar
slf4j-log4j12-1.6.4.jar
org.springframework.core-3.1.0.M2.jar
org.springframework.test-3.1.0.M2.jar
org.springframework.web-3.1.0.M2.jar
               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509585#comment-13509585 ]

Jacopo Cappellato commented on OFBIZ-4833:
------------------------------------------

In rev. 1416813 I have fixed slf4j-log4j12-1.6.4.jar.

               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509588#comment-13509588 ]

Jacopo Cappellato commented on OFBIZ-4833:
------------------------------------------

And in rev. 1416815 the one for log4j-1.2.16.jar

               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509661#comment-13509661 ]

Jacques Le Roux commented on OFBIZ-4833:
----------------------------------------

Also I checked, if we refer to name (snap in name) we have only one snapshot jar and I think it's needed: jdbm-1.0-SNAPSHOT.jar see http://jdbm.sourceforge.net/

So we are close to close
               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4833.
----------------------------------

    Resolution: Fixed

This is completed with r1417329
               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4833) Housekeeping of jar files

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-4833:
-----------------------------------

    Description:
This include these "subtasks"
# -make sure all jar files are marked as binary-
# -make sure they are listed properly in LICENSE (and if required NOTICE) file-
# -make sure we are running stable versions and not snapshots (whenever possible)-
# -upgrade jars to use latest versions (whenever possible)-
# -remove jars no more needed-
# -rename old jars to add release numbers in the file name-

See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more


What's remain today:

* -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
* -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
* -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
* -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
* -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
* -flute.jar- is related to Birt so will be also moved to Extra: don't rename
* -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
* -js.jar-  is related to Birt so will be also moved to Extra: don't rename
* -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
* -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
* -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
* axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
* -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
* -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
* -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
* -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
* -ofbiz-tools.jar- must stay as is
* -derbytools*.jar and ij.sh- have been moved to Attic


  was:
This include these "subtasks"
# -make sure all jar files are marked as binary-
# make sure they are listed properly in LICENSE (and if required NOTICE) file
# make sure we are running stable versions and not snapshots (whenever possible)
# -upgrade jars to use latest versions (whenever possible)-
# -remove jars no more needed-
# -rename old jars to add release numbers in the file name-

See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more


What's remain today:

* -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
* -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
* -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
* -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
* -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
* -flute.jar- is related to Birt so will be also moved to Extra: don't rename
* -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
* -js.jar-  is related to Birt so will be also moved to Extra: don't rename
* -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
* -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
* -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
* axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
* -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
* -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
* -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
* -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
* -ofbiz-tools.jar- must stay as is
* -derbytools*.jar and ij.sh- have been moved to Attic


   

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # -make sure they are listed properly in LICENSE (and if required NOTICE) file-
> # -make sure we are running stable versions and not snapshots (whenever possible)-
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471  
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Tom
Reply | Threaded
Open this post in threaded view
|

Re: [jira] [Commented] (OFBIZ-4833) Housekeeping of jar files

Tom
In reply to this post by Nicolas Malin (Jira)

Dear Jacopo Cappellato:


I would like to inform you that Thomas Burns has passed away on Monday
December 3rd. We are still in shock and are trying to come to grips of
the loss my beloved husband. If you have any questions please e-mail me
back. Thomas enjoyed working along with you.
Thank you:
Nelly Burns




________________________________
 From: Jacopo Cappellato (JIRA) <[hidden email]>
To: [hidden email]
Sent: Tuesday, December 4, 2012 3:36 AM
Subject: [jira] [Commented] (OFBIZ-4833) Housekeeping of jar files
 

    [ https://issues.apache.org/jira/browse/OFBIZ-4833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509588#comment-13509588 ]

Jacopo Cappellato commented on OFBIZ-4833:
------------------------------------------

And in rev. 1416815 the one for log4j-1.2.16.jar

               

> Housekeeping of jar files
> -------------------------
>
>                 Key: OFBIZ-4833
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4833
>             Project: OFBiz
>          Issue Type: Task
>          Components: ALL COMPONENTS
>    Affects Versions: SlimDown
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Minor
>         Attachments: jar.pdf
>
>
> This include these "subtasks"
> # -make sure all jar files are marked as binary-
> # make sure they are listed properly in LICENSE (and if required NOTICE) file
> # make sure we are running stable versions and not snapshots (whenever possible)
> # -upgrade jars to use latest versions (whenever possible)-
> # -remove jars no more needed-
> # -rename old jars to add release numbers in the file name-
> See [this thread|http://markmail.org/message/z4sl4chpgdfacydq] for more
> What's remain today:
> * -jython-nooro.jar- : it's only used by SeleniumXml and we should get rid of it when SeleniumXml will be also thrown out
> * -httpunit.jar- updated at r1328918, see [comment there|http://svn.apache.org/viewvc?rev=1328918&view=rev]
> * -mail.jar- renamed at r1329565, see [comment there|http://svn.apache.org/viewvc?rev=1329565&view=rev]
> * -nekohtml.jar- renamed  at r1343038 see [comment there|http://svn.apache.org/viewvc?rev=1343038&view=rev]
> * -Tidy.jar- have been moved to Attic (duplicated in Birt. I think we can get rid of it: maybe it was used when we showed the W3 complianec button. Birt will be in Extra)
> * -flute.jar- is related to Birt so will be also moved to Extra: don't rename
> * -jaxrpc.jar- is related to Birt so will be also moved to Extra: don't rename
> * -js.jar-  is related to Birt so will be also moved to Extra: don't rename
> * -saaj.jar- is related to Birt so will be also moved to Extra: don't rename
> * -viewservlets.jar- is related to Birt so will be also moved to Extra: don't rename
> * -ofbiz-minerva.jar- Moved to Attic with XAPool at r1356471 
> * axis-1.4.jar Still used by, and only by, the specialpurpose crowd component. Looks like all that should be moved to Extra...
> * -selenium-java-client-driver.jar-: it's only used by SeleniumXml and we got rid of it when SeleniumXml was thrown out
> * -javacc.jar- is needed by the building process. Also found a note from Marco: Upgrade javacc to 5.0 version, the javacc.jar must having only this name: http://svn.apache.org/viewvc?rev=1076756&view=rev)
> * -jcl.jar- version is hard to trace (part of a jars bundle jcl2.3.0-RC3.zip, we use also jpos18-controls.jar and IIRW should better stay with it so don't rename jcl.jar unless sure.
> * -\specialpurpose\ebaystore\lib attributes.jar ebaycalls.jar ebaysdkcore.jar helper.jar-: they will go in Extra, one worry less
> * -ofbiz-tools.jar- must stay as is
> * -derbytools*.jar and ij.sh- have been moved to Attic

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
123