You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Shanti Subramanyam (JIRA)" <ji...@apache.org> on 2009/05/11 20:22:45 UTC

[jira] Created: (OLIO-93) Licese files etc. need to be fixed in java version

Licese files etc. need to be fixed in java version
--------------------------------------------------

                 Key: OLIO-93
                 URL: https://issues.apache.org/jira/browse/OLIO-93
             Project: Olio
          Issue Type: Bug
          Components: java-app, java-driver
            Reporter: Shanti Subramanyam
            Assignee: Shanti Subramanyam
            Priority: Minor


I found several issues with the newly checked-in java source, mostly dealing with license handling.

. There should be no files like webapp/java/trunk/ws/lib/3RD-PARTY-LICENSE.txt, webapp/java/trunk/ws/lib/dojo/LICENSE.txt etc.
  All Licenses should be moved to the top-level LICENSE_java.txt file and attribution given in NOTICE_java.txt (if the license explicitly calls for attribution). There is no need to repeat the apache license for libs that use this license - simply mention the names in NOTICE file - see the php versions to get an idea.


. As mentioned above, add the two files (NOTICE, LICENSE) to the top-level directory.

. Are you using the PAE memcached client jar ? You have two versions checked in. Please rename it as 'memcached-client.jar'. If you're not using it, please delete.

. Why do you need hadoop-core jar ? Please remove all extraneous jars or you'll 'suffer' when it's time to cut a release !

. The index.html here has a Copyright Sun message - need to delete that. There should be no Sun copyright messages anywhere. The only copyright messages allowed are third-party modules that we're including.
 Why is this named index.html ? Does it appear in the web app ?

. There's a conf/geocoderemulator.xsd under the webapp src dir. Are you using the geocoder in the top-level ? If so, you shouldn't need this ?

. Apache header missing in docs/java_setup.html

. Please delete config and sbin dirs under workload. These are not used.


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


[jira] Resolved: (OLIO-93) Licese files etc. need to be fixed in java version

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

Kim LiChong resolved OLIO-93.
-----------------------------

    Resolution: Fixed

 Committed revision 773711 resolves the issues mentioned.
removing webapp/docs, moved licenses to correct place, cleaned up unnecessary memcached and hadoob jars, removed workload/config and workload/sbin directories. 

conf/geocoder.xsd must remain.  It is used with JAXB for performance issues in parsing response from geocoder emulator.

> Licese files etc. need to be fixed in java version
> --------------------------------------------------
>
>                 Key: OLIO-93
>                 URL: https://issues.apache.org/jira/browse/OLIO-93
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app, java-driver
>            Reporter: Shanti Subramanyam
>            Assignee: Kim LiChong
>            Priority: Minor
>
> I found several issues with the newly checked-in java source, mostly dealing with license handling.
> . There should be no files like webapp/java/trunk/ws/lib/3RD-PARTY-LICENSE.txt, webapp/java/trunk/ws/lib/dojo/LICENSE.txt etc.
>   All Licenses should be moved to the top-level LICENSE_java.txt file and attribution given in NOTICE_java.txt (if the license explicitly calls for attribution). There is no need to repeat the apache license for libs that use this license - simply mention the names in NOTICE file - see the php versions to get an idea.
> . As mentioned above, add the two files (NOTICE, LICENSE) to the top-level directory.
> . Are you using the PAE memcached client jar ? You have two versions checked in. Please rename it as 'memcached-client.jar'. If you're not using it, please delete.
> . Why do you need hadoop-core jar ? Please remove all extraneous jars or you'll 'suffer' when it's time to cut a release !
> . The index.html here has a Copyright Sun message - need to delete that. There should be no Sun copyright messages anywhere. The only copyright messages allowed are third-party modules that we're including.
>  Why is this named index.html ? Does it appear in the web app ?
> . There's a conf/geocoderemulator.xsd under the webapp src dir. Are you using the geocoder in the top-level ? If so, you shouldn't need this ?
> . Apache header missing in docs/java_setup.html
> . Please delete config and sbin dirs under workload. These are not used.

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


[jira] Assigned: (OLIO-93) Licese files etc. need to be fixed in java version

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

Shanti Subramanyam reassigned OLIO-93:
--------------------------------------

    Assignee: Kim LiChong  (was: Shanti Subramanyam)

> Licese files etc. need to be fixed in java version
> --------------------------------------------------
>
>                 Key: OLIO-93
>                 URL: https://issues.apache.org/jira/browse/OLIO-93
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app, java-driver
>            Reporter: Shanti Subramanyam
>            Assignee: Kim LiChong
>            Priority: Minor
>
> I found several issues with the newly checked-in java source, mostly dealing with license handling.
> . There should be no files like webapp/java/trunk/ws/lib/3RD-PARTY-LICENSE.txt, webapp/java/trunk/ws/lib/dojo/LICENSE.txt etc.
>   All Licenses should be moved to the top-level LICENSE_java.txt file and attribution given in NOTICE_java.txt (if the license explicitly calls for attribution). There is no need to repeat the apache license for libs that use this license - simply mention the names in NOTICE file - see the php versions to get an idea.
> . As mentioned above, add the two files (NOTICE, LICENSE) to the top-level directory.
> . Are you using the PAE memcached client jar ? You have two versions checked in. Please rename it as 'memcached-client.jar'. If you're not using it, please delete.
> . Why do you need hadoop-core jar ? Please remove all extraneous jars or you'll 'suffer' when it's time to cut a release !
> . The index.html here has a Copyright Sun message - need to delete that. There should be no Sun copyright messages anywhere. The only copyright messages allowed are third-party modules that we're including.
>  Why is this named index.html ? Does it appear in the web app ?
> . There's a conf/geocoderemulator.xsd under the webapp src dir. Are you using the geocoder in the top-level ? If so, you shouldn't need this ?
> . Apache header missing in docs/java_setup.html
> . Please delete config and sbin dirs under workload. These are not used.

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


[jira] Updated: (OLIO-93) License files etc. need to be fixed in java version

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

Kim LiChong updated OLIO-93:
----------------------------

    Summary: License files etc. need to be fixed in java version  (was: Licese files etc. need to be fixed in java version)

fixing typo in summary

> License files etc. need to be fixed in java version
> ---------------------------------------------------
>
>                 Key: OLIO-93
>                 URL: https://issues.apache.org/jira/browse/OLIO-93
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app, java-driver
>            Reporter: Shanti Subramanyam
>            Assignee: Kim LiChong
>            Priority: Minor
>
> I found several issues with the newly checked-in java source, mostly dealing with license handling.
> . There should be no files like webapp/java/trunk/ws/lib/3RD-PARTY-LICENSE.txt, webapp/java/trunk/ws/lib/dojo/LICENSE.txt etc.
>   All Licenses should be moved to the top-level LICENSE_java.txt file and attribution given in NOTICE_java.txt (if the license explicitly calls for attribution). There is no need to repeat the apache license for libs that use this license - simply mention the names in NOTICE file - see the php versions to get an idea.
> . As mentioned above, add the two files (NOTICE, LICENSE) to the top-level directory.
> . Are you using the PAE memcached client jar ? You have two versions checked in. Please rename it as 'memcached-client.jar'. If you're not using it, please delete.
> . Why do you need hadoop-core jar ? Please remove all extraneous jars or you'll 'suffer' when it's time to cut a release !
> . The index.html here has a Copyright Sun message - need to delete that. There should be no Sun copyright messages anywhere. The only copyright messages allowed are third-party modules that we're including.
>  Why is this named index.html ? Does it appear in the web app ?
> . There's a conf/geocoderemulator.xsd under the webapp src dir. Are you using the geocoder in the top-level ? If so, you shouldn't need this ?
> . Apache header missing in docs/java_setup.html
> . Please delete config and sbin dirs under workload. These are not used.

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


[jira] Closed: (OLIO-93) License files etc. need to be fixed in java version

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

Kim LiChong closed OLIO-93.
---------------------------


> License files etc. need to be fixed in java version
> ---------------------------------------------------
>
>                 Key: OLIO-93
>                 URL: https://issues.apache.org/jira/browse/OLIO-93
>             Project: Olio
>          Issue Type: Bug
>          Components: java-app, java-driver
>            Reporter: Shanti Subramanyam
>            Assignee: Kim LiChong
>            Priority: Minor
>
> I found several issues with the newly checked-in java source, mostly dealing with license handling.
> . There should be no files like webapp/java/trunk/ws/lib/3RD-PARTY-LICENSE.txt, webapp/java/trunk/ws/lib/dojo/LICENSE.txt etc.
>   All Licenses should be moved to the top-level LICENSE_java.txt file and attribution given in NOTICE_java.txt (if the license explicitly calls for attribution). There is no need to repeat the apache license for libs that use this license - simply mention the names in NOTICE file - see the php versions to get an idea.
> . As mentioned above, add the two files (NOTICE, LICENSE) to the top-level directory.
> . Are you using the PAE memcached client jar ? You have two versions checked in. Please rename it as 'memcached-client.jar'. If you're not using it, please delete.
> . Why do you need hadoop-core jar ? Please remove all extraneous jars or you'll 'suffer' when it's time to cut a release !
> . The index.html here has a Copyright Sun message - need to delete that. There should be no Sun copyright messages anywhere. The only copyright messages allowed are third-party modules that we're including.
>  Why is this named index.html ? Does it appear in the web app ?
> . There's a conf/geocoderemulator.xsd under the webapp src dir. Are you using the geocoder in the top-level ? If so, you shouldn't need this ?
> . Apache header missing in docs/java_setup.html
> . Please delete config and sbin dirs under workload. These are not used.

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