|
Re: does it make sense to have a plan file when your app is in pickup dir? [message #665830 is a reply to message #665828] |
Sat, 16 April 2011 17:10 |
|
The pickup is basically hot-deploy feature that is meant to be used during development.
The repository/usr is a watched repository (as described in config/org.eclipse.virgo.repository.properties). This means that any files that are changed will cause the repository index to be updated, but no install/refresh/uninstall will be triggered. More details can be found on this Wiki page.
To achieve ordering and update of your artifacts you will have to use combination of pickup and repository/usr. The steps needed to do so:
- Put your new artifacts in repository/usr
- Update the plan in the pickup directory
It is important to note that the pickup should contain only the plan.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03403 seconds