You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org> on 2008/08/27 23:41:44 UTC

[jira] Closed: (JSIEVE-24) Include build time libraries (javacc, javamail, activation) in the source distribution

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

Robert Burrell Donkin closed JSIEVE-24.
---------------------------------------

    Resolution: Fixed

Commited


> Include build time libraries (javacc, javamail, activation) in the source distribution
> --------------------------------------------------------------------------------------
>
>                 Key: JSIEVE-24
>                 URL: https://issues.apache.org/jira/browse/JSIEVE-24
>             Project: jSieve
>          Issue Type: Task
>            Reporter: Stefano Bagnara
>             Fix For: 0.3
>
>
> We cannot ship javacc 4.0 because of licensing restrictions:
> ------------------
> You acknowledge that  this software is not designed, licensed or
> intended for use in the design, construction, operation or maintenance
> of any nuclear facility.
> ------------------
> We also removed javamail/activation from the stage folder because we cannot ship their poms and they are simply used to run tests.
> There is a javacc-4.1d1 release (4 Jun 2008) that is licensed under the standard BSD license. I gave it a try and our tests pass. I had to change one thing because jjtree 4.1 creates jj files in a different folder.
> Index: build.xml
> ===================================================================
> - <arg line="-output_directory=${build.src}/org/apache/jsieve/parser/generated ${build.src}/sieve.jj"/>
> + <arg line="-output_directory=${build.src}/org/apache/jsieve/parser/generated ${build.src}/org/apache/jsieve/parser/generated/sieve.jj"/>
> - <arg line="-output_directory=${build.src}/org/apache/jsieve/parser/generated/address ${build.src}/AddressListParser.jj"/>
> + <arg line="-output_directory=${build.src}/org/apache/jsieve/parser/generated/address ${build.src}/org/apache/jsieve/parser/generated/address/AddressListParser.jj"/>
> ===================================================================

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org