svn commit: r864998 [5/15] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/draft/ deltaspike/resources/ draft/ resources/ resources/css/ resources/files/ resources/images/ r

2013-06-09 Thread buildbot
Added: websites/staging/deltaspike/trunk/content/draft/cdi-1.1-proposals.html
==
--- websites/staging/deltaspike/trunk/content/draft/cdi-1.1-proposals.html 
(added)
+++ websites/staging/deltaspike/trunk/content/draft/cdi-1.1-proposals.html Sun 
Jun  9 09:26:31 2013
@@ -0,0 +1,830 @@
+!DOCTYPE html
+html lang=en
+head
+meta http-equiv=Content-Type content=text/html; charset=UTF-8
+meta charset=utf-8
+meta name=viewport content=width=device-width, initial-scale=1.0
+meta name=description content=deltaspike-generate-pages
+meta name=author content=chm
+
+titleApache DeltaSpike - porposed CDI-1.1 enhancements/title
+
+
+
+
+!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.  See the NOTICE file distributed with this work 
for additional information regarding copyright ownership.  The ASF licenses 
this file to you under the Apache License, Version 2.0 (the 
quot;Licensequot;); you may not use this file except in compliance with the 
License.  You may obtain a copy of the License at . 
http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law 
or agreed to in writing, software distributed under the License is distributed 
on an quot;AS ISquot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
either express or implied.  See the License for the specific language governing 
permissions and limitations under the License. --
+
+!-- Styles --
+
+link href=./../deltaspike/resources/css/bootstrap.css rel=stylesheet 
   
+!--link href=./../deltaspike/resources/css/prettify.css 
rel=stylesheet / --
+link href=./../deltaspike/resources/css/codehilite.css rel=stylesheet 
/
+link href=./../deltaspike/resources/css/bootstrap-responsive.css 
rel=stylesheet
+style type=text/css
+body {
+padding-top: 60px;
+padding-bottom: 40px;
+}
+/style
+   script type=text/javascript
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-36103647-1']);
+ _gaq.push(['_trackPageview']);
+   
+ (function() {
+   var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+   ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+   var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+ })();
+   
+   /script
+/head
+
+body
+
+div class=navbar navbar-fixed-top
+div class=navbar-inner
+div class=container
+a class=btn btn-navbar data-toggle=collapse 
data-target=.nav-collapse
+span class=icon-bar/span
+span class=icon-bar/span
+span class=icon-bar/span
+/a
+a class=brand href=index.htmlimg 
src=./../deltaspike/resources/images/deltaspike-logo-medium.png//a
+div class=nav-collapse
+ul class=nav
+li class=activea 
href=./../deltaspike/index.htmlHome/a/li
+lia 
href=./../deltaspike/documentation.htmlDocumentation/a/li
+lia 
href=./../deltaspike/source.htmlSource/a/li
+!-- lia 
href=./../deltaspike/download.htmlDownload/a/li --
+lia 
href=./../deltaspike/community.htmlCommunity/a/li
+!-- lia 
href=./../deltaspike/support.htmlSupport/a/li  --
+lia href=./../deltaspike/news.htmlNews/a/li
+lia 
href=./../deltaspike/migration-guide.htmlMigration/a/li
+/ul
+/div!--/.nav-collapse --
+form id=search-form action=http://www.google.com/search; 
method=get  class=navbar-search pull-right 
+input value=incubator.apache.org/deltaspike 
name=sitesearch type=hidden/
+input class=search-query name=q id=query 
type=text /
+/form
+/div
+/div
+/div
+
+div class=container
+  div class=row
+  div class=span12
+  div class=page-title
+h1porposed CDI-1.1 enhancements/h1
+  /div
+  pThis page contains proposals of the DeltaSpike community for 
CDI 1.1. Some parts might be used also for DeltaSpike for CDI 1.0./p
+h1 id=context-management-with-community-agreementContext Management (with 
community agreement)/h1
+div class=codehiliteprespan class=npublic/span span 
class=ninterface/span span class=nManagedContext/span span 
class=nextends/span span class=nContext/span
+span class=p{/span
+span class=nvoid/span span class=nstart/spanspan 
class=p();/span
+
+span class=nvoid/span span class=nstop/spanspan 
class=p();/span
+span class=p}/span

svn commit: r864998 [2/15] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/draft/ deltaspike/resources/ draft/ resources/ resources/css/ resources/files/ resources/images/ r

2013-06-09 Thread buildbot
Added: websites/staging/deltaspike/trunk/content/build.html
==
--- websites/staging/deltaspike/trunk/content/build.html (added)
+++ websites/staging/deltaspike/trunk/content/build.html Sun Jun  9 09:26:31 
2013
@@ -0,0 +1,175 @@
+!DOCTYPE html
+html lang=en
+head
+meta http-equiv=Content-Type content=text/html; charset=UTF-8
+meta charset=utf-8
+meta name=viewport content=width=device-width, initial-scale=1.0
+meta name=description content=deltaspike-generate-pages
+meta name=author content=chm
+
+titleApache DeltaSpike - Building DeltaSpike from source/title
+
+
+
+
+!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.  See the NOTICE file distributed with this work 
for additional information regarding copyright ownership.  The ASF licenses 
this file to you under the Apache License, Version 2.0 (the 
quot;Licensequot;); you may not use this file except in compliance with the 
License.  You may obtain a copy of the License at . 
http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law 
or agreed to in writing, software distributed under the License is distributed 
on an quot;AS ISquot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
either express or implied.  See the License for the specific language governing 
permissions and limitations under the License. --
+
+!-- Styles --
+
+link href=./deltaspike/resources/css/bootstrap.css rel=stylesheet
+!--link href=./deltaspike/resources/css/prettify.css rel=stylesheet 
/ --
+link href=./deltaspike/resources/css/codehilite.css rel=stylesheet /
+link href=./deltaspike/resources/css/bootstrap-responsive.css 
rel=stylesheet
+style type=text/css
+body {
+padding-top: 60px;
+padding-bottom: 40px;
+}
+/style
+   script type=text/javascript
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-36103647-1']);
+ _gaq.push(['_trackPageview']);
+   
+ (function() {
+   var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+   ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+   var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+ })();
+   
+   /script
+/head
+
+body
+
+div class=navbar navbar-fixed-top
+div class=navbar-inner
+div class=container
+a class=btn btn-navbar data-toggle=collapse 
data-target=.nav-collapse
+span class=icon-bar/span
+span class=icon-bar/span
+span class=icon-bar/span
+/a
+a class=brand href=index.htmlimg 
src=./deltaspike/resources/images/deltaspike-logo-medium.png//a
+div class=nav-collapse
+ul class=nav
+li class=activea 
href=./deltaspike/index.htmlHome/a/li
+lia 
href=./deltaspike/documentation.htmlDocumentation/a/li
+lia href=./deltaspike/source.htmlSource/a/li
+!-- lia 
href=./deltaspike/download.htmlDownload/a/li --
+lia 
href=./deltaspike/community.htmlCommunity/a/li
+!-- lia 
href=./deltaspike/support.htmlSupport/a/li  --
+lia href=./deltaspike/news.htmlNews/a/li
+lia 
href=./deltaspike/migration-guide.htmlMigration/a/li
+/ul
+/div!--/.nav-collapse --
+form id=search-form action=http://www.google.com/search; 
method=get  class=navbar-search pull-right 
+input value=incubator.apache.org/deltaspike 
name=sitesearch type=hidden/
+input class=search-query name=q id=query 
type=text /
+/form
+/div
+/div
+/div
+
+div class=container
+  div class=row
+  div class=span12
+  div class=page-title
+h1Building DeltaSpike from source/h1
+  /div
+  pDeltaspike uses a href=http://maven.apache.org/;maven/a 
build tool to automate the compilation, testing and packaging of the project/p
+h2 id=full-buildFull build/h2
+div class=codehiliteprespan class=nmvn/span span 
class=nclean/span span class=ninstall/span
+/pre/div
+
+
+h2 id=build-with-testBuild with test/h2
+div class=codehiliteprespan class=nmvn/span span 
class=nclean/span span class=ninstall/span span 
class=o-/spanspan class=nPOWB/span span class=o///spanspan 
class=nexecute/span span class=nthe/span span class=nunit/span 
span class=ntests/span span class=nwith/span span 
class=nOpenWebBeans/span
+span class=nor/span
+span class=nmvn/span span 

svn commit: r864998 [4/15] - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/ deltaspike/draft/ deltaspike/resources/ draft/ resources/ resources/css/ resources/files/ resources/images/ r

2013-06-09 Thread buildbot
Added: websites/staging/deltaspike/trunk/content/documentation.html
==
--- websites/staging/deltaspike/trunk/content/documentation.html (added)
+++ websites/staging/deltaspike/trunk/content/documentation.html Sun Jun  9 
09:26:31 2013
@@ -0,0 +1,428 @@
+!DOCTYPE html
+html lang=en
+head
+meta http-equiv=Content-Type content=text/html; charset=UTF-8
+meta charset=utf-8
+meta name=viewport content=width=device-width, initial-scale=1.0
+meta name=description content=deltaspike-generate-pages
+meta name=author content=chm
+
+titleApache DeltaSpike - Documentation/title
+
+
+
+
+!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.  See the NOTICE file distributed with this work 
for additional information regarding copyright ownership.  The ASF licenses 
this file to you under the Apache License, Version 2.0 (the 
quot;Licensequot;); you may not use this file except in compliance with the 
License.  You may obtain a copy of the License at . 
http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law 
or agreed to in writing, software distributed under the License is distributed 
on an quot;AS ISquot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, 
either express or implied.  See the License for the specific language governing 
permissions and limitations under the License. --
+
+!-- Styles --
+
+link href=./deltaspike/resources/css/bootstrap.css rel=stylesheet
+!--link href=./deltaspike/resources/css/prettify.css rel=stylesheet 
/ --
+link href=./deltaspike/resources/css/codehilite.css rel=stylesheet /
+link href=./deltaspike/resources/css/bootstrap-responsive.css 
rel=stylesheet
+style type=text/css
+body {
+padding-top: 60px;
+padding-bottom: 40px;
+}
+/style
+   script type=text/javascript
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-36103647-1']);
+ _gaq.push(['_trackPageview']);
+   
+ (function() {
+   var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+   ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+   var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+ })();
+   
+   /script
+/head
+
+body
+
+div class=navbar navbar-fixed-top
+div class=navbar-inner
+div class=container
+a class=btn btn-navbar data-toggle=collapse 
data-target=.nav-collapse
+span class=icon-bar/span
+span class=icon-bar/span
+span class=icon-bar/span
+/a
+a class=brand href=index.htmlimg 
src=./deltaspike/resources/images/deltaspike-logo-medium.png//a
+div class=nav-collapse
+ul class=nav
+li class=activea 
href=./deltaspike/index.htmlHome/a/li
+lia 
href=./deltaspike/documentation.htmlDocumentation/a/li
+lia href=./deltaspike/source.htmlSource/a/li
+!-- lia 
href=./deltaspike/download.htmlDownload/a/li --
+lia 
href=./deltaspike/community.htmlCommunity/a/li
+!-- lia 
href=./deltaspike/support.htmlSupport/a/li  --
+lia href=./deltaspike/news.htmlNews/a/li
+lia 
href=./deltaspike/migration-guide.htmlMigration/a/li
+/ul
+/div!--/.nav-collapse --
+form id=search-form action=http://www.google.com/search; 
method=get  class=navbar-search pull-right 
+input value=incubator.apache.org/deltaspike 
name=sitesearch type=hidden/
+input class=search-query name=q id=query 
type=text /
+/form
+/div
+/div
+/div
+
+div class=container
+  div class=row
+  div class=span12
+  div class=page-title
+h1Documentation/h1
+  /div
+  div class=toc
+ul
+lia href=#introductionIntroduction/a/li
+lia href=#getting-startedGetting Started/aul
+lia href=#project-configuration-without-mavenProject Configuration 
without Maven/a/li
+lia href=#project-configuration-with-mavenProject Configuration with 
Maven/aul
+lia href=#configuration-of-deltaspike-coreConfiguration of DeltaSpike 
Core/a/li
+lia href=#configuration-of-deltaspike-modulesConfiguration of DeltaSpike 
Modules/aul
+lia href=#security-moduleSecurity Module/a/li
+lia href=#jpa-moduleJPA Module/a/li
+lia href=#jsf-moduleJSF Module/a/li
+/ul
+/li
+lia href=#with-java-seWith Java SE/aul
+lia href=#add-the-deltaspike-container-ctrl-apiAdd the DeltaSpike 

svn commit: r865002 [3/3] - in /websites/staging/deltaspike/trunk/content: ./ draft/

2013-06-09 Thread buildbot
Modified: websites/staging/deltaspike/trunk/content/supporters.html
==
--- websites/staging/deltaspike/trunk/content/supporters.html (original)
+++ websites/staging/deltaspike/trunk/content/supporters.html Sun Jun  9 
09:54:03 2013
@@ -16,10 +16,10 @@
 
 !-- Styles --
 
-link href=.//resources/css/bootstrap.css rel=stylesheet
-!--link href=.//resources/css/prettify.css rel=stylesheet / --
-link href=.//resources/css/codehilite.css rel=stylesheet /
-link href=.//resources/css/bootstrap-responsive.css rel=stylesheet
+link href=./resources/css/bootstrap.css rel=stylesheet
+!--link href=./resources/css/prettify.css rel=stylesheet / --
+link href=./resources/css/codehilite.css rel=stylesheet /
+link href=./resources/css/bootstrap-responsive.css rel=stylesheet
 style type=text/css
 body {
 padding-top: 60px;
@@ -51,17 +51,17 @@
 span class=icon-bar/span
 span class=icon-bar/span
 /a
-a class=brand href=index.htmlimg 
src=.//resources/images/deltaspike-logo-medium.png//a
+a class=brand href=index.htmlimg 
src=./resources/images/deltaspike-logo-medium.png//a
 div class=nav-collapse
 ul class=nav
-li class=activea 
href=.//index.htmlHome/a/li
-lia 
href=.//documentation.htmlDocumentation/a/li
-lia href=.//source.htmlSource/a/li
-!-- lia href=.//download.htmlDownload/a/li 
--
-lia href=.//community.htmlCommunity/a/li
-!-- lia href=.//support.htmlSupport/a/li  
--
-lia href=.//news.htmlNews/a/li
-lia 
href=.//migration-guide.htmlMigration/a/li
+li class=activea href=./index.htmlHome/a/li
+lia 
href=./documentation.htmlDocumentation/a/li
+lia href=./source.htmlSource/a/li
+!-- lia href=./download.htmlDownload/a/li 
--
+lia href=./community.htmlCommunity/a/li
+!-- lia href=./support.htmlSupport/a/li  --
+lia href=./news.htmlNews/a/li
+lia href=./migration-guide.htmlMigration/a/li
 /ul
 /div!--/.nav-collapse --
 form id=search-form action=http://www.google.com/search; 
method=get  class=navbar-search pull-right 
@@ -124,21 +124,21 @@
 !-- Javascript
 == --
 !-- Placed at the end of the document so the pages load faster --
-!--script src=.//resources/js/prettyfy.js/script --
-script src=.//resources/js/prettyprint.js/script
-script src=.//resources/js/jquery.js/script
-script src=.//resources/js/bootstrap-transition.js/script
-script src=.//resources/js/bootstrap-alert.js/script
-script src=.//resources/js/bootstrap-modal.js/script
-script src=.//resources/js/bootstrap-dropdown.js/script
-script src=.//resources/js/bootstrap-scrollspy.js/script
-script src=.//resources/js/bootstrap-tab.js/script
-script src=.//resources/js/bootstrap-tooltip.js/script
-script src=.//resources/js/bootstrap-popover.js/script
-script src=.//resources/js/bootstrap-button.js/script
-script src=.//resources/js/bootstrap-collapse.js/script
-script src=.//resources/js/bootstrap-carousel.js/script
-script src=.//resources/js/bootstrap-typeahead.js/script
+!--script src=./resources/js/prettyfy.js/script --
+script src=./resources/js/prettyprint.js/script
+script src=./resources/js/jquery.js/script
+script src=./resources/js/bootstrap-transition.js/script
+script src=./resources/js/bootstrap-alert.js/script
+script src=./resources/js/bootstrap-modal.js/script
+script src=./resources/js/bootstrap-dropdown.js/script
+script src=./resources/js/bootstrap-scrollspy.js/script
+script src=./resources/js/bootstrap-tab.js/script
+script src=./resources/js/bootstrap-tooltip.js/script
+script src=./resources/js/bootstrap-popover.js/script
+script src=./resources/js/bootstrap-button.js/script
+script src=./resources/js/bootstrap-collapse.js/script
+script src=./resources/js/bootstrap-carousel.js/script
+script src=./resources/js/bootstrap-typeahead.js/script
 
 /body
 /html




svn commit: r1491176 - /deltaspike/site/trunk/lib/view.pm

2013-06-09 Thread struberg
Author: struberg
Date: Sun Jun  9 10:23:45 2013
New Revision: 1491176

URL: http://svn.apache.org/r1491176
Log:
anoter basepath fix attempt

Modified:
deltaspike/site/trunk/lib/view.pm

Modified: deltaspike/site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/lib/view.pm?rev=1491176r1=1491175r2=1491176view=diff
==
--- deltaspike/site/trunk/lib/view.pm (original)
+++ deltaspike/site/trunk/lib/view.pm Sun Jun  9 10:23:45 2013
@@ -54,7 +54,7 @@ sub basic {
 read_text_file($filepath, \%args);
 
 $args{path} =~ s/\.mdtext$/\.html/;
-$args{base} = $args{path};
+$args{base} = _base($args{path});
 $args{breadcrumbs} = _breadcrumbs($args{path}, $args{base});
 
 my $template_path = templates/$args{template};




svn commit: r865008 [3/3] - in /websites/staging/deltaspike/trunk/content: ./ draft/

2013-06-09 Thread buildbot
Modified: websites/staging/deltaspike/trunk/content/supporters.html
==
--- websites/staging/deltaspike/trunk/content/supporters.html (original)
+++ websites/staging/deltaspike/trunk/content/supporters.html Sun Jun  9 
10:23:55 2013
@@ -16,10 +16,10 @@
 
 !-- Styles --
 
-link href=/supporters.htmlresources/css/bootstrap.css rel=stylesheet 
   
-!--link href=/supporters.htmlresources/css/prettify.css 
rel=stylesheet / --
-link href=/supporters.htmlresources/css/codehilite.css rel=stylesheet 
/
-link href=/supporters.htmlresources/css/bootstrap-responsive.css 
rel=stylesheet
+link href=./resources/css/bootstrap.css rel=stylesheet
+!--link href=./resources/css/prettify.css rel=stylesheet / --
+link href=./resources/css/codehilite.css rel=stylesheet /
+link href=./resources/css/bootstrap-responsive.css rel=stylesheet
 style type=text/css
 body {
 padding-top: 60px;
@@ -51,17 +51,17 @@
 span class=icon-bar/span
 span class=icon-bar/span
 /a
-a class=brand href=index.htmlimg 
src=/supporters.htmlresources/images/deltaspike-logo-medium.png//a
+a class=brand href=index.htmlimg 
src=./resources/images/deltaspike-logo-medium.png//a
 div class=nav-collapse
 ul class=nav
-li class=activea 
href=/supporters.htmlindex.htmlHome/a/li
-lia 
href=/supporters.htmldocumentation.htmlDocumentation/a/li
-lia 
href=/supporters.htmlsource.htmlSource/a/li
-!-- lia 
href=/supporters.htmldownload.htmlDownload/a/li --
-lia 
href=/supporters.htmlcommunity.htmlCommunity/a/li
-!-- lia 
href=/supporters.htmlsupport.htmlSupport/a/li  --
-lia href=/supporters.htmlnews.htmlNews/a/li
-lia 
href=/supporters.htmlmigration-guide.htmlMigration/a/li
+li class=activea href=./index.htmlHome/a/li
+lia 
href=./documentation.htmlDocumentation/a/li
+lia href=./source.htmlSource/a/li
+!-- lia href=./download.htmlDownload/a/li 
--
+lia href=./community.htmlCommunity/a/li
+!-- lia href=./support.htmlSupport/a/li  --
+lia href=./news.htmlNews/a/li
+lia href=./migration-guide.htmlMigration/a/li
 /ul
 /div!--/.nav-collapse --
 form id=search-form action=http://www.google.com/search; 
method=get  class=navbar-search pull-right 
@@ -124,21 +124,21 @@
 !-- Javascript
 == --
 !-- Placed at the end of the document so the pages load faster --
-!--script src=/supporters.htmlresources/js/prettyfy.js/script --
-script src=/supporters.htmlresources/js/prettyprint.js/script
-script src=/supporters.htmlresources/js/jquery.js/script
-script 
src=/supporters.htmlresources/js/bootstrap-transition.js/script
-script src=/supporters.htmlresources/js/bootstrap-alert.js/script
-script src=/supporters.htmlresources/js/bootstrap-modal.js/script
-script src=/supporters.htmlresources/js/bootstrap-dropdown.js/script
-script src=/supporters.htmlresources/js/bootstrap-scrollspy.js/script
-script src=/supporters.htmlresources/js/bootstrap-tab.js/script
-script src=/supporters.htmlresources/js/bootstrap-tooltip.js/script
-script src=/supporters.htmlresources/js/bootstrap-popover.js/script
-script src=/supporters.htmlresources/js/bootstrap-button.js/script
-script src=/supporters.htmlresources/js/bootstrap-collapse.js/script
-script src=/supporters.htmlresources/js/bootstrap-carousel.js/script
-script src=/supporters.htmlresources/js/bootstrap-typeahead.js/script
+!--script src=./resources/js/prettyfy.js/script --
+script src=./resources/js/prettyprint.js/script
+script src=./resources/js/jquery.js/script
+script src=./resources/js/bootstrap-transition.js/script
+script src=./resources/js/bootstrap-alert.js/script
+script src=./resources/js/bootstrap-modal.js/script
+script src=./resources/js/bootstrap-dropdown.js/script
+script src=./resources/js/bootstrap-scrollspy.js/script
+script src=./resources/js/bootstrap-tab.js/script
+script src=./resources/js/bootstrap-tooltip.js/script
+script src=./resources/js/bootstrap-popover.js/script
+script src=./resources/js/bootstrap-button.js/script
+script src=./resources/js/bootstrap-collapse.js/script
+script src=./resources/js/bootstrap-carousel.js/script
+script src=./resources/js/bootstrap-typeahead.js/script
 
 /body
 /html




svn commit: r1491207 - /deltaspike/site/trunk/content/new-committer.mdtext

2013-06-09 Thread struberg
Author: struberg
Date: Sun Jun  9 12:47:25 2013
New Revision: 1491207

URL: http://svn.apache.org/r1491207
Log:
finish migration of the new committer guide

Modified:
deltaspike/site/trunk/content/new-committer.mdtext

Modified: deltaspike/site/trunk/content/new-committer.mdtext
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/new-committer.mdtext?rev=1491207r1=1491206r2=1491207view=diff
==
--- deltaspike/site/trunk/content/new-committer.mdtext (original)
+++ deltaspike/site/trunk/content/new-committer.mdtext Sun Jun  9 12:47:25 2013
@@ -19,7 +19,7 @@ Notice:Licensed to the Apache Softwa
 ## Invitation to become a project Committer
 
 If a person contributes an sufficient amount of code or documentation to our 
project she might get picked up as a committer to our project.
-As soon as the PPMC is confident that you are a great addition to the team, 
one of the PPMC members start will start an internal DISCUSS thread 
+As soon as the PMC is confident that you are a great addition to the team, one 
of the PMC members start will start an internal DISCUSS thread 
 and later on an internal VOTE.
 
 # PMC
@@ -113,14 +113,14 @@ Send an [account request|http://id.apach
 
 [COMMUNITY] DeltaSpike += ...
 
-The DeltaSpike PPMC is proud to announce a new addition to our community.
+The DeltaSpike PMC is proud to announce a new addition to our community.
 
 Please welcome ... as the newest DeltaSpike committer!
 
 @...: Please ensure you understand our workflow [1] and add yourself to 
the Parent-POM [2].
 
 Welcome  regards,
-Gerhard
+The DeltaSpike Team 
 
 [1] http://deltaspike.apache.org/suggested-git-workflows.html
-[2] http://s.apache.org/deltaspike_parent-pom
+[2] http://s.apache.org/deltaspike-parent.pom 




svn commit: r1491256 - /deltaspike/site/trunk/content/new-committer.mdtext

2013-06-09 Thread struberg
Author: struberg
Date: Sun Jun  9 18:18:46 2013
New Revision: 1491256

URL: http://svn.apache.org/r1491256
Log:
fix link syntax

Modified:
deltaspike/site/trunk/content/new-committer.mdtext

Modified: deltaspike/site/trunk/content/new-committer.mdtext
URL: 
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/new-committer.mdtext?rev=1491256r1=1491255r2=1491256view=diff
==
--- deltaspike/site/trunk/content/new-committer.mdtext (original)
+++ deltaspike/site/trunk/content/new-committer.mdtext Sun Jun  9 18:18:46 2013
@@ -19,8 +19,7 @@ Notice:Licensed to the Apache Softwa
 ## Invitation to become a project Committer
 
 If a person contributes an sufficient amount of code or documentation to our 
project she might get picked up as a committer to our project.
-As soon as the PMC is confident that you are a great addition to the team, one 
of the PMC members start will start an internal DISCUSS thread 
-and later on an internal VOTE.
+As soon as the PMC is confident that you are a great addition to the team, one 
of the PMC members start will start an internal DISCUSS thread and later on an 
internal VOTE.
 
 # PMC
 
@@ -58,7 +57,7 @@ To: private list
 
 the vote passed with the following result:
 
-+1:
++1: 
 ...
 
 +0:
@@ -109,7 +108,7 @@ CC: the private list
 Regards,
 ...
 
-Send an [account request|http://id.apache.org/acreq] and announce the new 
community member if s/he accepted.
+Send an [account request](http://id.apache.org/acreq) and announce the new 
community member if s/he accepted.
 
 [COMMUNITY] DeltaSpike += ...
 
@@ -124,4 +123,4 @@ Send an [account request|http://id.apach
 
 [1] http://deltaspike.apache.org/suggested-git-workflows.html
 [2] http://s.apache.org/deltaspike-parent.pom
- 
+




svn commit: r865046 - /websites/production/deltaspike/content/

2013-06-09 Thread struberg
Author: struberg
Date: Sun Jun  9 18:55:10 2013
New Revision: 865046

Log:
site build is finally back to green 

Added:
websites/production/deltaspike/content/
  - copied from r865045, websites/staging/deltaspike/trunk/content/



Build failed in Jenkins: DeltaSpike OWB 1.1.6 #25

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/25/

--
Started by user struberg
Building remotely on ubuntu2 in workspace 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/
Checkout:DeltaSpike OWB 1.1.6 / 
https://builds.apache.org/job/DeltaSpike%20OWB%201.1.6/ws/ - 
hudson.remoting.Channel@581d28b:ubuntu2
Using strategy: Default
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/deltaspike.git
git --version
git version 1.7.9.5
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/deltaspike.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/deltaspike-0.1-incubating
Seen branch in repository origin/deltaspike-0.2-incubating
Seen branch in repository origin/deltaspike-0.3-incubating
Seen branch in repository origin/deltaspike-0.4
Seen branch in repository origin/master
Commencing build of Revision 4b636c8cebd3334d08ee8d8f0fa6b97a001fa217 
(origin/HEAD, origin/master)
Checking out Revision 4b636c8cebd3334d08ee8d8f0fa6b97a001fa217 (origin/HEAD, 
origin/master)
FATAL: Could not apply tag jenkins-DeltaSpike_OWB_1.1.6-25
hudson.plugins.git.GitException: Could not apply tag 
jenkins-DeltaSpike_OWB_1.1.6-25
at hudson.plugins.git.GitAPI.tag(GitAPI.java:829)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command git tag -a -f -m Jenkins 
Build #25 jenkins-DeltaSpike_OWB_1.1.6-25 returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email y...@example.com
  git config --global user.name Your Name

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  jenk...@vesta.apache.org not allowed

at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:868)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:827)
... 12 more


Build failed in Jenkins: Deltaspike OWB 1.1.9-SNAPSHOT #31

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/31/

--
Started by user struberg
Building remotely on ubuntu2 in workspace 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/
Checkout:Deltaspike OWB 1.1.9-SNAPSHOT / 
https://builds.apache.org/job/Deltaspike%20OWB%201.1.9-SNAPSHOT/ws/ - 
hudson.remoting.Channel@581d28b:ubuntu2
Using strategy: Default
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/deltaspike.git
git --version
git version 1.7.9.5
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/deltaspike.git
Seen branch in repository origin/HEAD
Seen branch in repository origin/deltaspike-0.1-incubating
Seen branch in repository origin/deltaspike-0.2-incubating
Seen branch in repository origin/deltaspike-0.3-incubating
Seen branch in repository origin/deltaspike-0.4
Seen branch in repository origin/master
Commencing build of Revision 4b636c8cebd3334d08ee8d8f0fa6b97a001fa217 
(origin/HEAD, origin/master)
Checking out Revision 4b636c8cebd3334d08ee8d8f0fa6b97a001fa217 (origin/HEAD, 
origin/master)
FATAL: Could not apply tag jenkins-Deltaspike_OWB_1.1.9-SNAPSHOT-31
hudson.plugins.git.GitException: Could not apply tag 
jenkins-Deltaspike_OWB_1.1.9-SNAPSHOT-31
at hudson.plugins.git.GitAPI.tag(GitAPI.java:829)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1270)
at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1231)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.plugins.git.GitException: Command git tag -a -f -m Jenkins 
Build #31 jenkins-Deltaspike_OWB_1.1.9-SNAPSHOT-31 returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email y...@example.com
  git config --global user.name Your Name

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  jenk...@vesta.apache.org not allowed

at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858)
at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:868)
at hudson.plugins.git.GitAPI.tag(GitAPI.java:827)
... 12 more


Jenkins build is back to normal : DeltaSpike RAT-Check #526

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20RAT-Check/526/



Jenkins build is back to normal : DeltaSpike Weld (nightly) #269

2013-06-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/DeltaSpike%20Weld%20(nightly)/269/



Jenkins build became unstable: DeltaSpike OWB 1.2.1-SNAPSHOT » Apache DeltaSpike Core-Implementation #52

2013-06-09 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20OWB%201.2.1-SNAPSHOT/org.apache.deltaspike.core$deltaspike-core-impl/52/



Jenkins build became unstable: DeltaSpike OWB 1.2.1-SNAPSHOT » Apache DeltaSpike Security-Module Impl #52

2013-06-09 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20OWB%201.2.1-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-security-module-impl/52/



Jenkins build became unstable: DeltaSpike OWB 1.2.1-SNAPSHOT » Apache DeltaSpike JPA-Module Impl #52

2013-06-09 Thread Apache Jenkins Server
See 
https://builds.apache.org/job/DeltaSpike%20OWB%201.2.1-SNAPSHOT/org.apache.deltaspike.modules$deltaspike-jpa-module-impl/52/