It should be about 1 day.

First the continuum server needs to build your changes.  It checks on
the hour to see if there are changes in svn, and if so it rebuilds them.
During this process it then deploys them to maven snapshot repository.

Then you have to wait for the maven running on the client computers to
download those new snapshots.  Last I checked maven had a policy (which
is adjustable) of checking for snapshot updates once each day.

This checking for updates only happens when maven is run.  I believe in
eclipse maven is only run when:
- eclipse is restarted
- the project is closed and opened
- the pom file of the project is changed and saved
- maybe when the project is cleaned.

So if someone doesn't do any of the above after 1 day they will still
not have the updates.  I have not verified this though.  

If you want people to get your updates right away you can have them run:
mvn -U validate 
in a project which depends on your updated project. 

If you want to test the updating time I can be your guinea pig.  I
haven't restarted eclipse since yesterday.  How do I know if I have or
don't have your change?  One way is for you to tell me the timestamp
version that was deployed into the maven repository.  The snapshot
repository is here:
http://repo.telscenter.org/internal_snapshot/
Here is the folder with all the plr snapshots:
http://repo.telscenter.org/internal_snapshot/org/telscenter/pas-learner-runtime/0.4.3-SNAPSHOT/

Scott

On Mon, 2007-03-12 at 09:07 -0700, laurel wrote:
> Hi all,
> 
> I made a change to the PLR. Was wondering how long it would usually
> take for that change to be reflected in the jar's that are downloaded
> via maven so that other projects can use the modified code?
> 
> Laurel
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to