Hi,
Need to upgrade to commons-beanutils 1.7.0, to not hold up the Gump builds for
other projects.
Cheers
Niclas
P.S. It would help if someone added the SVN property svn:eol-style=native to
all the shared text files, such as java, xml and so forth.
--
+------//-------------------+
/ http://www.bali.ac /
/ http://niclas.hedhman.org /
+------//-------------------+
Index: fortress/container-test/project.xml
===================================================================
--- fortress/container-test/project.xml (revision 54665)
+++ fortress/container-test/project.xml (working copy)
@@ -66,8 +66,9 @@
<version>2.1</version>
</dependency>
<dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.7.0</version>
</dependency>
<dependency>
<id>concurrent</id>
Index: fortress/container-impl/project.xml
===================================================================
--- fortress/container-impl/project.xml (revision 54665)
+++ fortress/container-impl/project.xml (working copy)
@@ -61,8 +61,9 @@
<version>2.1</version>
</dependency>
<dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.7.0</version>
</dependency>
<dependency>
<id>concurrent</id>
Index: fortress/bean/project.xml
===================================================================
--- fortress/bean/project.xml (revision 54665)
+++ fortress/bean/project.xml (working copy)
@@ -138,8 +138,9 @@
<version>1.1</version>
</dependency>
<dependency>
- <id>commons-beanutils</id>
- <version>1.6.1</version>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.7.0</version>
</dependency>
</dependencies>
Index: fortress/testcase/project.xml
===================================================================
--- fortress/testcase/project.xml (revision 54665)
+++ fortress/testcase/project.xml (working copy)
@@ -1,165 +1,165 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed under the Apache License, Version 2.0 (the "License");
-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 "AS IS" 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.
--->
-<project>
- <extend>${basedir}/../project-common.xml</extend>
-
- <name>Excalibur Fortress TestCase</name>
- <id>excalibur-fortress-testcase</id>
-
- <shortDescription>The Excalibur Fortress TestCase</shortDescription>
- <description>
- Provides a base FortressTestCase which can be extended to provide
- Fortress based testing of components as part of a JUnit test suite.
- </description>
-
- <dependencies>
- <!-- Avalon -->
- <dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
- <version>4.1.5</version>
- </dependency>
- <dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5</version>
- </dependency>
- <dependency>
- <groupId>avalon/logkit</groupId>
- <artifactId>avalon-logkit</artifactId>
- <version>20040810104340</version> <!-- 2.1.0 -->
- </dependency>
-
- <!-- Excalibur -->
- <dependency>
- <groupId>excalibur-fortress</groupId>
- <artifactId>excalibur-fortress-container-api</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-fortress</groupId>
- <artifactId>excalibur-fortress-container-impl</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-i18n</groupId>
- <artifactId>excalibur-i18n</artifactId>
- <version>1.2.0-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-api</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-mgr-api</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-mgr-impl</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-lifecycle</groupId>
- <artifactId>excalibur-lifecycle-api</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-lifecycle</groupId>
- <artifactId>excalibur-lifecycle-impl</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-logger</groupId>
- <artifactId>excalibur-logger</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-api</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-impl</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-instrumented</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-sourceresolve</groupId>
- <artifactId>excalibur-sourceresolve</artifactId>
- <version>2.0</version>
- </dependency>
-
- <!-- D-Haven -->
- <dependency>
- <groupId>d-haven-event</groupId>
- <artifactId>d-haven-event</artifactId>
- <version>1.0.3</version>
- </dependency>
- <dependency>
- <groupId>d-haven-managed-pool</groupId>
- <artifactId>d-haven-managed-pool</artifactId>
- <version>1.0</version>
- </dependency>
-
- <!-- Commons -->
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
- </dependency>
-
- <!-- Concurrent Utils -->
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
-
- <!-- BCel -->
- <dependency>
- <groupId>bcel</groupId>
- <artifactId>bcel</artifactId>
- <version>5.1</version>
- </dependency>
-
- <!-- JUnit -->
- <dependency>
- <id>junit</id>
- <version>3.8</version>
- </dependency>
- </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-2004 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+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 "AS IS" 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.
+-->
+<project>
+ <extend>${basedir}/../project-common.xml</extend>
+
+ <name>Excalibur Fortress TestCase</name>
+ <id>excalibur-fortress-testcase</id>
+
+ <shortDescription>The Excalibur Fortress TestCase</shortDescription>
+ <description>
+ Provides a base FortressTestCase which can be extended to provide
+ Fortress based testing of components as part of a JUnit test suite.
+ </description>
+
+ <dependencies>
+ <!-- Avalon -->
+ <dependency>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-api</artifactId>
+ <version>4.1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-impl</artifactId>
+ <version>4.1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>avalon/logkit</groupId>
+ <artifactId>avalon-logkit</artifactId>
+ <version>20040810104340</version> <!-- 2.1.0 -->
+ </dependency>
+
+ <!-- Excalibur -->
+ <dependency>
+ <groupId>excalibur-fortress</groupId>
+ <artifactId>excalibur-fortress-container-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-fortress</groupId>
+ <artifactId>excalibur-fortress-container-impl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-i18n</groupId>
+ <artifactId>excalibur-i18n</artifactId>
+ <version>1.2.0-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-api</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-mgr-api</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-mgr-impl</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-lifecycle</groupId>
+ <artifactId>excalibur-lifecycle-api</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-lifecycle</groupId>
+ <artifactId>excalibur-lifecycle-impl</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-logger</groupId>
+ <artifactId>excalibur-logger</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-api</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-impl</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-instrumented</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-sourceresolve</groupId>
+ <artifactId>excalibur-sourceresolve</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <!-- D-Haven -->
+ <dependency>
+ <groupId>d-haven-event</groupId>
+ <artifactId>d-haven-event</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+ <dependency>
+ <groupId>d-haven-managed-pool</groupId>
+ <artifactId>d-haven-managed-pool</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <!-- Commons -->
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+
+ <!-- Concurrent Utils -->
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4</version>
+ </dependency>
+
+ <!-- BCel -->
+ <dependency>
+ <groupId>bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <version>5.1</version>
+ </dependency>
+
+ <!-- JUnit -->
+ <dependency>
+ <id>junit</id>
+ <version>3.8</version>
+ </dependency>
+ </dependencies>
+
+</project>
Index: fortress/testcase/project.xml
===================================================================
--- fortress/testcase/project.xml (revision 54665)
+++ fortress/testcase/project.xml (working copy)
@@ -1,165 +1,165 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright 2003-2004 The Apache Software Foundation
-Licensed under the Apache License, Version 2.0 (the "License");
-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 "AS IS" 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.
--->
-<project>
- <extend>${basedir}/../project-common.xml</extend>
-
- <name>Excalibur Fortress TestCase</name>
- <id>excalibur-fortress-testcase</id>
-
- <shortDescription>The Excalibur Fortress TestCase</shortDescription>
- <description>
- Provides a base FortressTestCase which can be extended to provide
- Fortress based testing of components as part of a JUnit test suite.
- </description>
-
- <dependencies>
- <!-- Avalon -->
- <dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
- <version>4.1.5</version>
- </dependency>
- <dependency>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework-impl</artifactId>
- <version>4.1.5</version>
- </dependency>
- <dependency>
- <groupId>avalon/logkit</groupId>
- <artifactId>avalon-logkit</artifactId>
- <version>20040810104340</version> <!-- 2.1.0 -->
- </dependency>
-
- <!-- Excalibur -->
- <dependency>
- <groupId>excalibur-fortress</groupId>
- <artifactId>excalibur-fortress-container-api</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-fortress</groupId>
- <artifactId>excalibur-fortress-container-impl</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-i18n</groupId>
- <artifactId>excalibur-i18n</artifactId>
- <version>1.2.0-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-api</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-mgr-api</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-instrument</groupId>
- <artifactId>excalibur-instrument-mgr-impl</artifactId>
- <version>1.2-dev</version>
- </dependency>
- <dependency>
- <groupId>excalibur-lifecycle</groupId>
- <artifactId>excalibur-lifecycle-api</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-lifecycle</groupId>
- <artifactId>excalibur-lifecycle-impl</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-logger</groupId>
- <artifactId>excalibur-logger</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-api</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-impl</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-pool</groupId>
- <artifactId>excalibur-pool-instrumented</artifactId>
- <version>2.0.0</version>
- </dependency>
- <dependency>
- <groupId>excalibur-sourceresolve</groupId>
- <artifactId>excalibur-sourceresolve</artifactId>
- <version>2.0</version>
- </dependency>
-
- <!-- D-Haven -->
- <dependency>
- <groupId>d-haven-event</groupId>
- <artifactId>d-haven-event</artifactId>
- <version>1.0.3</version>
- </dependency>
- <dependency>
- <groupId>d-haven-managed-pool</groupId>
- <artifactId>d-haven-managed-pool</artifactId>
- <version>1.0</version>
- </dependency>
-
- <!-- Commons -->
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
- </dependency>
-
- <!-- Concurrent Utils -->
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
-
- <!-- BCel -->
- <dependency>
- <groupId>bcel</groupId>
- <artifactId>bcel</artifactId>
- <version>5.1</version>
- </dependency>
-
- <!-- JUnit -->
- <dependency>
- <id>junit</id>
- <version>3.8</version>
- </dependency>
- </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright 2003-2004 The Apache Software Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+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 "AS IS" 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.
+-->
+<project>
+ <extend>${basedir}/../project-common.xml</extend>
+
+ <name>Excalibur Fortress TestCase</name>
+ <id>excalibur-fortress-testcase</id>
+
+ <shortDescription>The Excalibur Fortress TestCase</shortDescription>
+ <description>
+ Provides a base FortressTestCase which can be extended to provide
+ Fortress based testing of components as part of a JUnit test suite.
+ </description>
+
+ <dependencies>
+ <!-- Avalon -->
+ <dependency>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-api</artifactId>
+ <version>4.1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework-impl</artifactId>
+ <version>4.1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>avalon/logkit</groupId>
+ <artifactId>avalon-logkit</artifactId>
+ <version>20040810104340</version> <!-- 2.1.0 -->
+ </dependency>
+
+ <!-- Excalibur -->
+ <dependency>
+ <groupId>excalibur-fortress</groupId>
+ <artifactId>excalibur-fortress-container-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-fortress</groupId>
+ <artifactId>excalibur-fortress-container-impl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-i18n</groupId>
+ <artifactId>excalibur-i18n</artifactId>
+ <version>1.2.0-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-api</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-mgr-api</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-instrument</groupId>
+ <artifactId>excalibur-instrument-mgr-impl</artifactId>
+ <version>1.2-dev</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-lifecycle</groupId>
+ <artifactId>excalibur-lifecycle-api</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-lifecycle</groupId>
+ <artifactId>excalibur-lifecycle-impl</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-logger</groupId>
+ <artifactId>excalibur-logger</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-api</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-impl</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-pool</groupId>
+ <artifactId>excalibur-pool-instrumented</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>excalibur-sourceresolve</groupId>
+ <artifactId>excalibur-sourceresolve</artifactId>
+ <version>2.0</version>
+ </dependency>
+
+ <!-- D-Haven -->
+ <dependency>
+ <groupId>d-haven-event</groupId>
+ <artifactId>d-haven-event</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+ <dependency>
+ <groupId>d-haven-managed-pool</groupId>
+ <artifactId>d-haven-managed-pool</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <!-- Commons -->
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+
+ <!-- Concurrent Utils -->
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.4</version>
+ </dependency>
+
+ <!-- BCel -->
+ <dependency>
+ <groupId>bcel</groupId>
+ <artifactId>bcel</artifactId>
+ <version>5.1</version>
+ </dependency>
+
+ <!-- JUnit -->
+ <dependency>
+ <id>junit</id>
+ <version>3.8</version>
+ </dependency>
+ </dependencies>
+
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/