I think renaming the package will make sense. Maybe we could even move
the mailets/matchers within james to the mailetcontainer-library
module as they will not work on other implementations anyway.

WDYT ?
Norman



2011/1/13 Stefano Bagnara <[email protected]>:
> 2011/1/13 Norman Maurer <[email protected]>:
>> Hi Stefano,
>>
>> as you moved the mailets/matchers we will need to release a new
>> mailetstandard version before cutting the next milestone of
>> james-server. Not saying its a bad thing just something we need to
>> remember. I will bump up the version in james-server to the latest
>> SNAPSHOT in the meantime..
>
> Yes.
>
> There's another thing about "mailets": we use the same package in
> standard-mailets and in james-server/mailets  modules. So we have 2
> jars with the same package, bad for OSGi.
> Maybe the best thing is to rename the package in standard-mailets to
> remove "transport".
> Also, in james we have a default package for mailets included without
> a full class: I think it's better to use the packages from "standard
> mailets" and use full classes for the james specific mailets.
>
> WDYT?
> Stefano
>
>> 2011/1/12  <[email protected]>:
>>> Author: bago
>>> Date: Wed Jan 12 17:26:07 2011
>>> New Revision: 1058244
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1058244&view=rev
>>> Log:
>>> Moving some matcher to mailet standard (MAILETSTANDARD-6)
>>>
>>> Added:
>>>    
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java
>>>    (props changed)
>>>      - copied unchanged from r1058243, 
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java
>>>    
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java
>>>    (props changed)
>>>      - copied unchanged from r1058243, 
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java
>>>    
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java
>>>    (props changed)
>>>      - copied unchanged from r1058243, 
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java
>>>    
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java
>>>    (props changed)
>>>      - copied unchanged from r1058243, 
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java
>>> Removed:
>>>    
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java
>>>    
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java
>>>    
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java
>>>    
>>> james/server/trunk/mailets/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java
>>> ------------------------------------------------------------------------------
>>>    svn:eol-style = native
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java
>>> ------------------------------------------------------------------------------
>>> --- svn:mergeinfo (added)
>>> +++ svn:mergeinfo Wed Jan 12 17:26:07 2011
>>> @@ -0,0 +1,2 @@
>>> +/james/server/sandbox/active/mina_experiments/mailets/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java:824613-825114
>>> +/james/server/sandbox/active/pure_spring_deployment/mailets/src/test/java/org/apache/james/transport/matchers/HasMailAttributeWithValueRegexTest.java:893986-896410
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java
>>> ------------------------------------------------------------------------------
>>>    svn:eol-style = native
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java
>>> ------------------------------------------------------------------------------
>>> --- svn:mergeinfo (added)
>>> +++ svn:mergeinfo Wed Jan 12 17:26:07 2011
>>> @@ -0,0 +1,2 @@
>>> +/james/server/sandbox/active/mina_experiments/mailets/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java:824613-825114
>>> +/james/server/sandbox/active/pure_spring_deployment/mailets/src/test/java/org/apache/james/transport/matchers/NESSpamCheckTest.java:893986-896410
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java
>>> ------------------------------------------------------------------------------
>>>    svn:eol-style = native
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java
>>> ------------------------------------------------------------------------------
>>> --- svn:mergeinfo (added)
>>> +++ svn:mergeinfo Wed Jan 12 17:26:07 2011
>>> @@ -0,0 +1,2 @@
>>> +/james/server/sandbox/active/mina_experiments/mailets/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java:824613-825114
>>> +/james/server/sandbox/active/pure_spring_deployment/mailets/src/test/java/org/apache/james/transport/matchers/RecipientIsRegexTest.java:893986-896410
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java
>>> ------------------------------------------------------------------------------
>>>    svn:eol-style = native
>>>
>>> Propchange: 
>>> james/mailet/standard/trunk/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java
>>> ------------------------------------------------------------------------------
>>> --- svn:mergeinfo (added)
>>> +++ svn:mergeinfo Wed Jan 12 17:26:07 2011
>>> @@ -0,0 +1,2 @@
>>> +/james/server/sandbox/active/mina_experiments/mailets/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java:824613-825114
>>> +/james/server/sandbox/active/pure_spring_deployment/mailets/src/test/java/org/apache/james/transport/matchers/SenderIsRegexTest.java:893986-896410
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to