core/org.wso2.carbon.server
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 Carbon - Standalone Server
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 
'org.apache.maven.plugins:maven-compiler-plugin': Plugin requires Maven version 
2.0.9
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Apr 15 06:38:31 UTC 2011
[INFO] Final Memory: 4M/115M
[INFO] ------------------------------------------------------------------------
core/org.wso2.carbon.bootstrap
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 Carbon - Bootstrap
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 
'org.apache.maven.plugins:maven-compiler-plugin': Plugin requires Maven version 
2.0.9
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 15 06:38:39 UTC 2011
[INFO] Final Memory: 4M/145M
[INFO] ------------------------------------------------------------------------
core/distribution
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 Carbon Core - Distribution
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 
'org.apache.maven.plugins:maven-compiler-plugin': Plugin requires Maven version 
2.0.9
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Apr 15 06:38:47 UTC 2011
[INFO] Final Memory: 4M/145M
[INFO] ------------------------------------------------------------------------

grep components svn.up  | cut -d ' ' -f5 | cut -d '/' -s -f1,2,3 | sort -u  > 
$CARBON_SRC_HOME/folders
build_in_loop

grep features svn.up | cut -d ' ' -f5 | cut -d '/' -s -f1,2,3 | sort -u  > 
$CARBON_SRC_HOME/folders
build_in_loop

grep samples svn.up | cut -d ' ' -f5 | cut -d '/' -s -f1,2 | sort -u  > 
$CARBON_SRC_HOME/folders
build_in_loop
products/bps
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   WSO2 BPS - Parent
[INFO]   WSO2 BPS - Styles Parent
[INFO]   WSO2 BPS - UI styles
[INFO]   WSO2 Stratos BPS - UI styles
[INFO]   WSO2 BPS - Distribution Parent
[INFO]   WSO2 BPS - Sample Utilities and Jars to use with BPS Testing
[INFO]   WSO2 BPS - Utilities for Samples
[INFO]   WSO2 BPS - BPEL Event Listener
[INFO]   WSO2 BPS - Sample Services to use with BPS Testing
[INFO]   WSO2 BPS - CreditRatingService Service
[INFO]   WSO2 BPS - Features Parent
[INFO]   WSO2 BPS - Features Aggregator Module
[INFO]   WSO2 BPS - Style Features
[INFO]   WSO2 BPS - Sample Utils Features
[INFO]   WSO2 Stratos BPS - Features Aggregator Module
[INFO]   WSO2 Stratos BPS - Style Features
[INFO]   WSO2 Stratos BPS - Dashboard UI
[INFO]   WSO2 Stratos BPS - Dashboard UI Features
[INFO]   WSO2 Stratos BPS - Login User Interface
--
[INFO]   WSO2 BPS - Integration Parent
[INFO]   WSO2 BPS - Login Test Module
[INFO]   WSO2 BPS - BPEL Tests Utils
[INFO]   WSO2 BPS - Management Tests
[INFO]   WSO2 BPS - BPEL Tests
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 BPS - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 
'org.apache.maven.plugins:maven-compiler-plugin': Plugin requires Maven version 
2.0.9
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Fri Apr 15 06:39:08 UTC 2011
[INFO] Final Memory: 10M/143M
[INFO] ------------------------------------------------------------------------

grep products svn.up | cut -d ' ' -f5 | cut -d '/' -s -f1,2 | sort -u  > 
$CARBON_SRC_HOME/folders
build_in_loop
products/appserver
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   WSO2 AppServer - Parent
[INFO]   WSO2 AppServer - Styles Parent
[INFO]   WSO2 AppServer - UI styles
[INFO]   WSO2 Stratos  AppServer - UI styles
[INFO]   WSO2 AppServer - Samples Parent
[INFO]   Samples
[INFO]   Sample/Chad
[INFO]   Sample/CommodityQuote
[INFO]   Sample/TinyURL
[INFO]   Sample/Trader
[INFO]   Sample/FlickrClient
[INFO]   Sample/MEX
[INFO]   Sample/MTOM
[INFO]   Sample/XKMS
[INFO]   Sample/xfer
[INFO]   Sample/STS
[INFO]   Sample/JAXWS
[INFO]   Sample/JSON
[INFO]   Sample/JIBX
[INFO]   Sample/HelloWorld
[INFO]   Sample/Eventing/publisher
[INFO]   Sample/Eventing/consumer
[INFO]   Sample/Eventing/client
[INFO]   Sample/Eventing
[INFO]   WSO2 Stratos  AppServer - Samples
--
[INFO]   WSO2 AppServer - Distribution
[INFO]   WSO2 Stratos AppServer - Distribution
[INFO]   WSO2 AS - Integration Tests
[INFO]   WSO2 AS - Login Test Module
[INFO]   WSO2 AS - Samples Integration
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 AppServer - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error resolving version for 
'org.apache.maven.plugins:maven-compiler-plugin': Plugin requires Maven version 
2.0.9
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Fri Apr 15 06:39:16 UTC 2011
[INFO] Final Memory: 17M/330M
[INFO] ------------------------------------------------------------------------ 

 SVN Log  
------------------------------------------------------------------------
r91826 | azeez | 2011-04-15 06:26:44 +0000 (Fri, 15 Apr 2011) | 5 lines

Introduced bootstrapping mechanism for starting up Tomcat. 

See http://wso2.org/mailarchive/carbon-dev/2011-April/054927.html


------------------------------------------------------------------------
r91808 | azeez | 2011-04-13 20:30:30 +0000 (Wed, 13 Apr 2011) | 3 lines

Removed lib/realm jar signing since that directory has been removed


------------------------------------------------------------------------
r91778 | harshana | 2011-04-12 13:08:40 +0000 (Tue, 12 Apr 2011) | 1 line

Adding Maven clean plugin to force cleaning up distribution and p2-profile-gen
------------------------------------------------------------------------
r91748 | isuru | 2011-04-07 06:00:54 +0000 (Thu, 07 Apr 2011) | 1 line

Adding webapp mgt doc link
------------------------------------------------------------------------
r91430 | azeez | 2011-04-01 02:58:04 +0000 (Fri, 01 Apr 2011) | 1 line

Updated source view file
------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to