[ http://jira.codehaus.org/browse/MRM-38?page=comments#action_58698 ] 

Emmanuel Venisse commented on MRM-38:
-------------------------------------

The pb of "NonExistent component..." is because :
1- your components.xml isn't in correct directory, it must be in 
src/main/resources/META-INF/
2- you can't use plexus-descriptor generator AND a components.xml. For the 
moment, plexus-descriptor generator doesn't do a merge with your 
components.xml, so your scheduler component is never in final components.xml 
(target/classes/META-INF/components.xml)

Possible solutions:
- Update plexus-descriptoir generator to allow a user components.xml for 
merging (it's my preferred)
- Don't use plexus-descriptor generator in repository-manager-webapp


> add a background task scheduler
> -------------------------------
>
>          Key: MRM-38
>          URL: http://jira.codehaus.org/browse/MRM-38
>      Project: Maven Repository Manager
>         Type: New Feature

>   Components: scheduling
>     Reporter: Brett Porter
>     Assignee: John Tolentino
>      Fix For: 1.0-alpha-1
>  Attachments: maven-repository-webapp.diff
>
>   Time Spent: 6 hours, 3 minutes
>    Remaining: 0 minutes
>
> we need to be able to schedule tasks. We should use quartz, and reuse code 
> from Continuum that does similarly.
> There needs to be a way to add/remove/configure scheduled tasks such as 
> indexing, report execution and syncing

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to