Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=7037&projectId=194
Build statistics:
 State: Failed
 Previous State: Failed
 Started at: Wed 12 Sep 2007 19:23:06 +0000
 Finished at: Wed 12 Sep 2007 19:23:28 +0000
 Total time: 22s
 Build Trigger: Schedule
 Build Number: 41
 Exit code: 1
 Building machine hostname: myfaces.zones.apache.org
 Operating system : SunOS(unknown)
 Java version : 1.5.0_12(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
Changed: werpu @ Wed 12 Sep 2007 18:42:39 +0000
Comment: fix refactored path error in the framework adapter filter
Files changed:
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/web.xml ( 575037 )

Changed: werpu @ Wed 12 Sep 2007 19:07:06 +0000
Comment: login mask done
Files changed:
 /myfaces/orchestra/trunk/examples/src/main/webapp/images/mops_login.png ( 
575044 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/CustomerLogin.jsp ( 
575044 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css ( 
575044 )

Changed: werpu @ Wed 12 Sep 2007 19:11:42 +0000
Comment: added style classes for the buttons
Files changed:
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp ( 
575045 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 
575045 )

****************************************************************************
SCM Changes since last success:
****************************************************************************
Changed: skitching @ Mon 10 Sep 2007 16:05:48 +0000
Comment: Remove connection listener class; ConnectionManagerDataSource no 
longer supports Listener classes.
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/LoggingConnectionManagerListener.java
 ( 574291 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 574291 )

Changed: imario @ Sat 8 Sep 2007 13:31:24 +0000
Comment: demonstrate use of Orchestra without annotations
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java
 ( 573837 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 573837 )

Changed: skitching @ Fri 7 Sep 2007 21:20:32 +0000
Comment: Fix standard conversation names: lifetimes are "manual/flash" not 
"normal/flash"
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 573716 )

Changed: werpu @ Fri 7 Sep 2007 19:29:33 +0000
Comment: added first layouts
Files changed:
 /myfaces/orchestra/trunk/examples/src/main/webapp/images/mops_background.png ( 
573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/images/mops_login.png ( 
573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/CustomerLogin.jsp ( 
573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 
573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/header.jspf ( 573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/styles ( 573677 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/styles/mops_default.css ( 
573677 )

Changed: skitching @ Fri 7 Sep 2007 11:36:02 +0000
Comment: Update to match changes in scope configuration in core.
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 573549 )

Changed: imario @ Fri 7 Sep 2007 13:02:47 +0000
Comment: demonstrate the use of the SeparateConversationContext tag
Files changed:
 /myfaces/orchestra/trunk/examples/src/main/webapp/header.jspf ( 573565 )

Changed: imario @ Fri 7 Sep 2007 10:01:57 +0000
Comment: cleanup the dynaform component
Files changed:
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/component/dynaForm/DynaForm.java
 ( 573524 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/component/dynaForm/DynaFormRenderer.java
 ( 573524 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/component/dynaForm/DynaFormTag.java
 ( 573524 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilder.java
 ( 573524 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilderDecorator.java
 ( 573524 )
 /myfaces/orchestra/trunk/core15/src/main/tld/myfaces_orchestra15.tld ( 573524 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/dynaForm/Form.jsp ( 573524 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/CustomerLogin.jsp ( 
573524 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp ( 
573524 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditProduct.jsp ( 
573524 )

Changed: imario @ Thu 6 Sep 2007 09:35:27 +0000
Comment: reverted OrchestraApplication from proxy based solution to simple 
inheritance, moved Orchestra building from JSF 1.1 to JSF 1.2 to avoid 
inheritance problems with the JSF Application class.

Notice: The examples still run with JSF 1.1
Files changed:
 /myfaces/orchestra/trunk/core/pom.xml ( 573199 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplication.java
 ( 573199 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplicationFactory.java
 ( 573199 )
 /myfaces/orchestra/trunk/core15/pom.xml ( 573199 )
 /myfaces/orchestra/trunk/examples/pom.xml ( 573199 )
 /myfaces/orchestra/trunk/pom.xml ( 573199 )
 /myfaces/orchestra/trunk/sandbox/pom.xml ( 573199 )

Changed: imario @ Tue 4 Sep 2007 19:20:16 +0000
Comment: test commit
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/annotations/MultiViewController.java
 ( 572775 )

Changed: imario @ Tue 4 Sep 2007 19:20:45 +0000
Comment: revert test commit
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/annotations/MultiViewController.java
 ( 572776 )

Changed: imario @ Mon 3 Sep 2007 15:50:55 +0000
Comment: added a way to configure a jsf converter in the spring configuration 
to being able to use the conversation framework for the persistence stuff.

added a new scope "viewController" which allows one to configure a bean which 
will live in the same conversation as the view backing bean and thus use the same 
persistence context. Useful for converter things which can live an many different 
conversation.
This is an experiment, lets see how well it will make.

move with the example.
Files changed:
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplication.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/OrchestraApplicationFactory.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/AbstractViewControllerManager.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/ViewControllerManager.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/jsf/ViewControllerVariableResolver.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/spring
 ( 572370 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/spring/SpringViewControllerScope.java
 (from 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringFlashScope.java:572237)
 ( 572370 )
 /myfaces/orchestra/trunk/core/src/main/resources/META-INF/faces-config.xml ( 
572370 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/annot/ui/DataProvider.java
 ( 572370 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/metadata/impl/ejb/EjbExtractor.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupSuggest.java
 (from 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java:572237)
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/lib/CustomerGroupPkConverter.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 572370 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 572370 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java
 ( 572370 )

Changed: imario @ Tue 4 Sep 2007 06:07:44 +0000
Comment: test commit
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/Security.java
 ( 572537 )

Changed: imario @ Tue 4 Sep 2007 07:20:34 +0000
Comment: more petstore progress
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java
 ( 572556 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
 ( 572556 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 
572556 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditProduct.jsp ( 
572556 )

Changed: imario @ Tue 4 Sep 2007 09:29:10 +0000
Comment: fixed bugs regarding required fields in EjbExtractor
moved to latest derby
petstore progress
Files changed:
 /myfaces/orchestra/trunk/core15/pom.xml ( 572590 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/metadata/impl/ejb/EjbExtractor.java
 ( 572590 )
 /myfaces/orchestra/trunk/examples/pom.xml ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/CustomerLogin.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/PetstoreData.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/ProductDetail.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ShopCustomerDao.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java
 ( 572590 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 572590 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 
572590 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/CustomerLogin.jsp ( 
572590 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditProduct.jsp ( 
572590 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/ProductDetail.jsp ( 
572590 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 
572590 )
 /myfaces/orchestra/trunk/sandbox/pom.xml ( 572590 )

Changed: imario @ Fri 31 Aug 2007 10:31:52 +0000
Comment: some progress creating the example
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditCustomerGroup.java
 ( 571422 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/CustomerGroupDao.java
 (from 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java:571404)
 ( 571422 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
 ( 571422 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 571422 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 571422 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 
571422 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditCustomerGroup.jsp ( 
571422 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 
571422 )

Changed: imario @ Thu 30 Aug 2007 12:28:16 +0000
Comment: moved from the "wiper-thread-per-session" concept to a 
single-wiper-thread way.
changed timeout handling for the conversation, now, the timeout handling is 
just an aspect on the conversation which can be configured through the 
ConversationPolicy
Files changed:
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/Conversation.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspect.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationAspects.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationFlashScopeAspect.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationManager.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationTimeoutableAspect.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationWiperThread.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/FlashScopePhaseListener.java
 (from 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java:571058)
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/servlet
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/servlet/ConversationManagerSessionListener.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/ConversationPolicy.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringConversationScope.java
 ( 571134 )
 
/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/spring/SpringFlashScope.java
 ( 571134 )
 /myfaces/orchestra/trunk/core/src/main/resources/META-INF/faces-config.xml ( 
571134 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/web.xml ( 571134 )

Changed: imario @ Tue 28 Aug 2007 06:34:04 +0000
Comment: added missing attributes to dynaForm, some mops code
Files changed:
 /myfaces/orchestra/trunk/core15/src/main/tld/myfaces_orchestra15.tld ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/EditProduct.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/PetstoreData.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/SearchProduct.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings/Security.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductDao.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao/ProductPriceDao.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java
 ( 570330 )
 
/myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/applicationContext.xml
 ( 570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/WEB-INF/faces-config.xml ( 
570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/configurator/index.jsp ( 
570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/default.css ( 570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops ( 570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/EditProduct.jsp ( 
570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/ProductDetail.jsp ( 
570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/SearchProduct.jsp ( 
570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/mops/index.jsp (from 
/myfaces/orchestra/trunk/examples/src/main/webapp/configurator/index.jsp:569274)
 ( 570330 )
 /myfaces/orchestra/trunk/examples/src/main/webapp/start.jsp ( 570330 )

Changed: imario @ Fri 24 Aug 2007 08:33:56 +0000
Comment: added missing annotations
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 569294 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java
 ( 569294 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java
 ( 569294 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java
 ( 569294 )

Changed: imario @ Fri 24 Aug 2007 06:21:09 +0000
Comment: started off a new example - mops - MyFaces Orchestra PetStore
Files changed:
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/lib/FacesConst.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/backings
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/dao
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/lib
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/CustomerGroup.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/Product.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ProductPrice.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShopCustomer.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCart.java
 ( 569267 )
 
/myfaces/orchestra/trunk/examples/src/main/java/org/apache/myfaces/examples/mops/model/ShoppingCartItem.java
 ( 569267 )
 /myfaces/orchestra/trunk/examples/src/main/resources/META-INF/persistence.xml 
( 569267 )

Changed: imario @ Tue 21 Aug 2007 19:28:57 +0000
Comment: moved version references to parent pom - should ease the release 
procedure then
Files changed:
 /myfaces/orchestra/trunk/core/pom.xml ( 568243 )
 /myfaces/orchestra/trunk/examples/pom.xml ( 568243 )
 /myfaces/orchestra/trunk/pom.xml ( 568243 )

Changed: imario @ Tue 21 Aug 2007 19:44:37 +0000
Comment: created sandbox module, moved class depending on tomahawk-sandbox into 
the new orchestra-sandbox.
now any -snapshot dependency except the orchestra-shared one has been removed.
Files changed:
 /myfaces/orchestra/trunk/core15/pom.xml ( 568245 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/jsf/JsfGuiBuilderFactory.java
 ( 568245 )
 
/myfaces/orchestra/trunk/core15/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java
 ( 568245 )
 /myfaces/orchestra/trunk/examples/pom.xml ( 568245 )
 /myfaces/orchestra/trunk/pom.xml ( 568245 )
 /myfaces/orchestra/trunk/sandbox ( 568245 )
 /myfaces/orchestra/trunk/sandbox/pom.xml ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/java ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/java/org ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra ( 
568245 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm
 ( 568245 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder
 ( 568245 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl
 ( 568245 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces
 ( 568245 )
 
/myfaces/orchestra/trunk/sandbox/src/main/java/org/apache/myfaces/orchestra/dynaForm/guiBuilder/impl/myfaces/MyFacesGuiBuilder.java
 ( 568245 )
 /myfaces/orchestra/trunk/sandbox/src/main/resources ( 568245 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 0
Failures: 0
Total time: 0

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building MyFaces Orchestra Examples Project
[INFO]    task-segment: [clean, deploy]
[INFO] 
----------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-clean-plugin: checking for 
updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for 
updates from mortbay-repo
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-data/working-directory/194/target
[INFO] Deleting directory 
/local/continuum-data/working-directory/194/target/classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/194/target/test-classes
[INFO] Deleting directory 
/local/continuum-data/working-directory/194/target/site
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for 
updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-war-plugin: checking for updates 
from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for 
updates from mortbay-repo
[INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for 
updates from mortbay-repo
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for 
updates from apache-maven-snapshots
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for 
updates from java-net
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core:1.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking 
for updates from apache-maven-snapshots
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking 
for updates from java-net
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:1.0-SNAPSHOT: checking 
for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
Downloading: 
http://download.java.net/maven/1/org.apache.myfaces.orchestra/poms/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.pom
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-sandbox:1.1.7-SNAPSHOT: 
checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-sandbox:1.1.7-SNAPSHOT: 
checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-sandbox:1.1.7-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT: 
checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT: 
checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.7-SNAPSHOT: 
checking for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.7-SNAPSHOT: 
checking for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.7-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking 
for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking 
for updates from java-net
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking 
for updates from apache-maven-snapshots
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking 
for updates from java-net
[INFO] snapshot 
org.apache.myfaces.orchestra:myfaces-orchestra-core15:1.0-SNAPSHOT: checking 
for updates from apache.snapshots
Downloading: 
http://download.java.net/maven/1/org.apache.myfaces.tomahawk/poms/tomahawk-${tomahawk.version}.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk/${tomahawk.version}/tomahawk-${tomahawk.version}.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
Downloading: 
http://download.java.net/maven/1/org.apache.myfaces.orchestra/jars/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/orchestra/myfaces-orchestra-sandbox/1.0-SNAPSHOT/myfaces-orchestra-sandbox-1.0-SNAPSHOT.jar
Downloading: 
http://download.java.net/maven/1/org.apache.myfaces.tomahawk/jars/tomahawk-${tomahawk.version}.jar
Downloading: 
http://repo1.maven.org/maven2/org/apache/myfaces/tomahawk/tomahawk/${tomahawk.version}/tomahawk-${tomahawk.version}.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:jar:1.0-SNAPSHOT

 Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.apache.myfaces.orchestra -DartifactId=myfaces-orchestra-sandbox \
         -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
    mvn deploy:deploy-file -DgroupId=org.apache.myfaces.orchestra 
-DartifactId=myfaces-orchestra-sandbox \
         -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
          -Durl=[url] -DrepositoryId=[id]

Path to dependency: 1) org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT
        2) 
org.apache.myfaces.orchestra:myfaces-orchestra-sandbox:jar:1.0-SNAPSHOT

2) org.apache.myfaces.tomahawk:tomahawk:jar:${tomahawk.version}

 Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=org.apache.myfaces.tomahawk -DartifactId=tomahawk \
         -Dversion=${tomahawk.version} -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
    mvn deploy:deploy-file -DgroupId=org.apache.myfaces.tomahawk 
-DartifactId=tomahawk \
         -Dversion=${tomahawk.version} -Dpackaging=jar -Dfile=/path/to/file \
          -Durl=[url] -DrepositoryId=[id]

Path to dependency: 1) org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT
        2) org.apache.myfaces.tomahawk:tomahawk:jar:${tomahawk.version}

----------
2 required artifacts are missing.

for artifact: org.apache.myfaces.orchestra:myfaces-orchestra-examples-project:war:1.0-SNAPSHOT

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 apache-maven-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 myfaces-staging 
(http://people.apache.org/builds/myfaces/m2-staging-repository),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 java-net (http://download.java.net/maven/1)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20 seconds
[INFO] Finished at: Wed Sep 12 19:23:27 GMT+00:00 2007
[INFO] Final Memory: 8M/65M
[INFO] ------------------------------------------------------------------------

****************************************************************************


Reply via email to