[CONF] Confluence Changes in the last 24 hours

2008-12-31 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache Camel (CAMEL) http://cwiki.apache.org/confluence/display/CAMEL
|
|-Pages Added or Edited in This Space
 |-- Zip DataFormat was created by akarpe (09:19 AM).
 |   http://cwiki.apache.org/confluence/display/CAMEL/Zip+DataFormat
 |-- Jetty was last edited by davsclaus (02:16 AM).
 |   http://cwiki.apache.org/confluence/display/CAMEL/Jetty

Apache Sling Website (SLINGxSITE) 
http://cwiki.apache.org/confluence/display/SLINGxSITE
|
|-Pages Added or Edited in This Space
 |-- Downloads was last edited by cziege...@apache.org (06:24 AM).
 |   http://cwiki.apache.org/confluence/display/SLINGxSITE/Downloads

Apache HiveMind 2 (HIVEMIND2) 
http://cwiki.apache.org/confluence/display/HIVEMIND2
|
|-Pages Added or Edited in This Space
 |-- Hivemind-v1-Road-Map was created by johanlindquist (06:13 AM).
 |   http://cwiki.apache.org/confluence/display/HIVEMIND2/Hivemind-v1-Road-Map
 |-- Hivemind-v1 was created by johanlindquist (06:10 AM).
 |   http://cwiki.apache.org/confluence/display/HIVEMIND2/Hivemind-v1

Apache Struts 2 Plugin Registry (S2PLUGINS) 
http://cwiki.apache.org/confluence/display/S2PLUGINS
|
|-Pages Added or Edited in This Space
 |-- JSON Plugin was last edited by musachy (08:21 AM).
 |   http://cwiki.apache.org/confluence/display/S2PLUGINS/JSON+Plugin

Apache Jackrabbit (JCR) http://cwiki.apache.org/confluence/display/JCR
|
|-Pages Added or Edited in This Space
 |-- Frequently Asked Questions was last edited by jukka (03:15 AM).
 |   http://cwiki.apache.org/confluence/display/JCR/Frequently+Asked+Questions
 |-- Jackrabbit WebDAV Library was last edited by julian.resc...@gmx.de (12:47 
AM).
 |   http://cwiki.apache.org/confluence/display/JCR/Jackrabbit+WebDAV+Library

Apache Geronimo v2.2 (GMOxDOC22) 
http://cwiki.apache.org/confluence/display/GMOxDOC22
|
|-Pages Added or Edited in This Space
 |-- Apache Geronimo v2.2 documentation development status was last edited by 
sophia (11:35 PM).
 |   
http://cwiki.apache.org/confluence/display/GMOxDOC22/Apache+Geronimo+v2.2+documentation+development+status
 |-- RESTful Web Services was last edited by sophia (11:18 PM).
 |   http://cwiki.apache.org/confluence/display/GMOxDOC22/RESTful+Web+Services
 |-- Deploying and running Java EE application client was last edited by sophia 
(10:53 PM).
 |   
http://cwiki.apache.org/confluence/display/GMOxDOC22/Deploying+and+running+Java+EE+application+client
 |-- Quick Debugging JSPs of your application was last edited by sophia (10:37 
PM).
 |   
http://cwiki.apache.org/confluence/display/GMOxDOC22/Quick+Debugging+JSPs+of+your+application
 |-- Locating your application specific configuration files was last edited by 
sophia (10:35 PM).
 |   
http://cwiki.apache.org/confluence/display/GMOxDOC22/Locating+your+application+specific+configuration+files
 |-- Configuring application specific logging with Log4j was last edited by 
sophia (10:17 PM).
 |   
http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+application+specific+logging+with+Log4j
 |-- Documentation was last edited by sophia (10:17 PM).
 |   http://cwiki.apache.org/confluence/display/GMOxDOC22/Documentation
 |-- Stateful Session Bean was last edited by sophia (01:21 AM).
 |   http://cwiki.apache.org/confluence/display/GMOxDOC22/Stateful+Session+Bean

Apache MINA (MINA) http://cwiki.apache.org/confluence/display/MINA
|
|-Pages Added or Edited in This Space
 |-- Handling Packet Fragementation was last edited by mbosteels@gmail.com 
(01:13 AM).
 |   
http://cwiki.apache.org/confluence/display/MINA/Handling+Packet+Fragementation
 |-- Tutorial on ProtocolCodecFilter (for Mina 2.x) was last edited by 
mbosteels@gmail.com (01:10 AM).
 |   
http://cwiki.apache.org/confluence/display/MINA/Tutorial+on+ProtocolCodecFilter+%28for+Mina+2.x%29


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence




svn commit: r730440 - in /struts/struts2/trunk: pom.xml src/site/xdoc/index.xml src/site/xdoc/index.xml.vm

2008-12-31 Thread musachy
Author: musachy
Date: Wed Dec 31 10:33:08 2008
New Revision: 730440

URL: http://svn.apache.org/viewvc?rev=730440&view=rev
Log:
make the version in Download button dynamic

Added:
struts/struts2/trunk/src/site/xdoc/index.xml.vm   (contents, props changed)
  - copied, changed from r730411, 
struts/struts2/trunk/src/site/xdoc/index.xml
Removed:
struts/struts2/trunk/src/site/xdoc/index.xml
Modified:
struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=730440&r1=730439&r2=730440&view=diff
==
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Wed Dec 31 10:33:08 2008
@@ -78,6 +78,10 @@
 http://www.apache.org
 
 
+
+${pom.version}
+
+
 
 
 xwork
@@ -190,7 +194,7 @@
 
 
 maven-site-plugin
-2.0-beta-5
+2.0-beta-7
 
 
 maven-compiler-plugin

Copied: struts/struts2/trunk/src/site/xdoc/index.xml.vm (from r730411, 
struts/struts2/trunk/src/site/xdoc/index.xml)
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml.vm?p2=struts/struts2/trunk/src/site/xdoc/index.xml.vm&p1=struts/struts2/trunk/src/site/xdoc/index.xml&r1=730411&r2=730440&rev=730440&view=diff
==
--- struts/struts2/trunk/src/site/xdoc/index.xml (original)
+++ struts/struts2/trunk/src/site/xdoc/index.xml.vm Wed Dec 31 10:33:08 2008
@@ -36,7 +36,9 @@
 
 
 
-
+
+
+
 
 
  Apache Struts 2 is an elegant, extensible framework 
for creating enterprise-ready Java web applications.
@@ -54,10 +56,11 @@
 
 
 
-http://struts.apache.org/download.cgi#struts213";>
+#set($aname=$currentVersion.replaceAll('\.', "")) 
+http://struts.apache.org/download.cgi#struts${aname}";>
   
 
-  version 2.1.3
+  version ${currentVersion}
   
   Download 
Now
 

Propchange: struts/struts2/trunk/src/site/xdoc/index.xml.vm
--
svn:eol-style = native

Propchange: struts/struts2/trunk/src/site/xdoc/index.xml.vm
--
svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/struts2/trunk/src/site/xdoc/index.xml.vm
--
svn:mergeinfo = 




[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 704 has FAILED (0 tests failed). Change made by Musachy Barroso

2008-12-31 Thread bamboo
---
STRUTS-MAINJ6-704 failed.
---
Code has been updated by Musachy Barroso.
No failed tests found, a possible compilation error.

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-704/


--
Code Changes
--
Musachy Barroso (730440):

>make the version in Download button dynamic


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD ERROR
   [INFO] 

   [INFO] Unable to find artifact.
   
   Embedded error: Unable to download the artifact from any repository
   
   Try downloading the file manually from the project website.
   
   Then, install it using the command: 
       mvn install:install-file -DgroupId=org.apache.struts 
-DartifactId=struts2-showcase -Dversion=2.1.5-SNAPSHOT -Dpackaging=war 
-Dfile=/path/to/file
   
   Alternatively, if you host your own repository you can deploy the file 
there: 
       mvn deploy:deploy-file -DgroupId=org.apache.struts 
-DartifactId=struts2-showcase -Dversion=2.1.5-SNAPSHOT -Dpackaging=war 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
   
   
     org.apache.struts:struts2-showcase:war:2.1.5-SNAPSHOT
   
   from the specified remote repositories:
     apache.snapshots (http://people.apache.org/maven-snapshot-repository),
     central (https://m2proxy.atlassian.com/repository/public)
   
   [INFO] 

   [INFO] For more information, run Maven with the -e switch


--
This message is automatically generated by Atlassian Bamboo



[OSS Bamboo] Struts 2 SVN - Main Build build 999 has FAILED (0 tests failed). Change made by Musachy Barroso

2008-12-31 Thread bamboo
---
STRUTS-MAIN-999 failed.
---
Code has been updated by Musachy Barroso.
No failed tests found, a possible compilation error.

http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-999/


--
Code Changes
--
Musachy Barroso (730440):

>make the version in Download button dynamic


--
Error Summary
--
   [INFO] 

   [ERROR] BUILD ERROR
   [INFO] 

   [INFO] Failed to resolve artifact.
   
   GroupId: org.apache.struts
   ArtifactId: struts2-showcase
   Version: 2.1.5-SNAPSHOT
   
   Reason: Unable to download the artifact from any repository
   
   Try downloading the file manually from the project website.
   
   Then, install it using the command: 
       mvn install:install-file -DgroupId=org.apache.struts 
-DartifactId=struts2-showcase -Dversion=2.1.5-SNAPSHOT -Dpackaging=war 
-Dfile=/path/to/file
   
   Alternatively, if you host your own repository you can deploy the file 
there: 
       mvn deploy:deploy-file -DgroupId=org.apache.struts 
-DartifactId=struts2-showcase -Dversion=2.1.5-SNAPSHOT -Dpackaging=war 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
   
   
     org.apache.struts:struts2-showcase:war:2.1.5-SNAPSHOT
   
   from the specified remote repositories:
     central (https://m2proxy.atlassian.com/repository/public),
     apache.snapshots (http://people.apache.org/maven-snapshot-repository)
   
   
   [INFO] 

   [INFO] For more information, run Maven with the -e switch


--
This message is automatically generated by Atlassian Bamboo