Bugs item #2082236, was opened at 2008-08-29 10:58
Message generated for change (Settings changed) made by cjuergen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2082236&group_id=19984

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Batch tools
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Claudia Juergen (cjuergen)
>Assigned to: Mark Diggory (mdiggory)
Summary: Subscription notification (sub-daily) no emails sent

Initial Comment:
Running sub-daily does not sent any notifications at all, even if there are 
items which should be send.

Furthermore the new -t command line option, seems to have not the effect stated 
in the docs. 

----------------------------------------------------------------------

Comment By: Claudia Juergen (cjuergen)
Date: 2008-08-29 11:41

Message:
Logged In: YES 
user_id=1209523
Originator: YES

seems as if the sub-daily is running in permanent test mode

see
org.dspace.eperson.Subscribe.java

    public static void main(String[] argv) 
    {
        Options options = new Options();
        HelpFormatter formatter = new HelpFormatter();
        CommandLine line = null;

        options.addOption(
                OptionBuilder.isRequired(false).withDescription(
                "Run test session").withLongOpt("test").create("t"));
        
        boolean test = options.hasOption("t");


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2082236&group_id=19984

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to