You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Simon Helsen (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 22:29:11 UTC

[jira] [Created] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Remove vocabulary/dublin* from the jena jar file
------------------------------------------------

                 Key: JENA-139
                 URL: https://issues.apache.org/jira/browse/JENA-139
             Project: Jena
          Issue Type: Wish
          Components: Jena
            Reporter: Simon Helsen


Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 

These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.

I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 

   <resource>
         <directory>vocabularies</directory>
         <targetPath>vocabularies</targetPath>
         <filtering>false</filtering>
       </resource>

would eliminate it. 



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-139.
------------------------------

    
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-139.
--------------------------------

    Resolution: Fixed
      Assignee: Andy Seaborne

I've removed that <resource> block from the POM.  Future builds will not have vocabulary/* files in the jar.

                
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Paolo Castagna (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125395#comment-13125395 ] 

Paolo Castagna commented on JENA-139:
-------------------------------------

The vocabulary/dublin* are used by schemagen to generate the respective sources and as far as I can see they are not necessary at runtime.

                
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne closed JENA-139.
------------------------------

    
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Paolo Castagna (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127565#comment-13127565 ] 

Paolo Castagna commented on JENA-139:
-------------------------------------

I was not 100% sure that none of the files there was needed at runtime. 
But, if that is not the case, great. Less unused stuff in the jars is better.
Ideally we should have 0 unused stuff at runtime in our jars. :-)
                
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132788#comment-13132788 ] 

Andy Seaborne commented on JENA-139:
------------------------------------

Fix applied:

     <resource>
        <directory>vocabularies</directory>
	<targetPath>vocabularies</targetPath>
        <filtering>false</filtering>
        <includes>
          <include>assembler.n3</include>
        </includes>
      </resource>

                
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne reopened JENA-139:
--------------------------------


The assembler subsystem relies on vocabularies/assembler.n3
                
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (JENA-139) Remove vocabulary/dublin* from the jena jar file

Posted by "Andy Seaborne (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-139.
--------------------------------

    Resolution: Fixed
    
> Remove vocabulary/dublin* from the jena jar file
> ------------------------------------------------
>
>                 Key: JENA-139
>                 URL: https://issues.apache.org/jira/browse/JENA-139
>             Project: Jena
>          Issue Type: Wish
>          Components: Jena
>            Reporter: Simon Helsen
>            Assignee: Andy Seaborne
>
> Would it be possible to remove the vocabulary/dublin* from the jena jar file in future releases? 
> These vocabularies are unfortunately not friendly for commercial products because of the restrictions put forth by DCMI (see http://dublincore.org/about/copyright/). It is not a problem if they are included in the distribution.
> I am not entirely sure what needs to be done, but it seems that the pom.xml for jena needs to be edited to explicitly filter  vocabulary/dublin*. I presume that some sort of filtering rule in 
>    <resource>
>          <directory>vocabularies</directory>
>          <targetPath>vocabularies</targetPath>
>          <filtering>false</filtering>
>        </resource>
> would eliminate it. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira