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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]