Author: blin
Date: Tue Oct 24 03:13:55 2006
New Revision: 467301
URL: http://svn.apache.org/viewvc?view=rev&rev=467301
Log:
some more distribution cleanup:
1. add building.txt for source distribution, this is required by Apache
2. add draft release notes
3. remove installer class, since it is no longer used
4. some more license headers cleanup
TODO: need to remove javaee_5.xsd from src and bin distribution
Added:
incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt (with
props)
incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
(with props)
Removed:
incubator/cxf/trunk/distribution/src/main/java/
incubator/cxf/trunk/distribution/src/main/release/lib/
Modified:
incubator/cxf/trunk/distribution/src/main/assembly/src.xml
incubator/cxf/trunk/distribution/src/main/release/README
incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml
incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat
incubator/cxf/trunk/distribution/src/main/release/etc/web.xml
incubator/cxf/trunk/etc/eclipse/CXF.importorder
incubator/cxf/trunk/etc/eclipse/addcheckstyle.xsl
incubator/cxf/trunk/etc/eclipse/org.eclipse.jdt.core.prefs
incubator/cxf/trunk/etc/svn-auto-props
incubator/cxf/trunk/rt/frontend/js/src/test/resources/org/apache/cxf/js/rhino/msg.jsx
Modified: incubator/cxf/trunk/distribution/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/src.xml?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/src.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/src.xml Tue Oct 24
03:13:55 2006
@@ -36,6 +36,7 @@
<include>licenses/*.*</include>
<include>NOTICE</include>
<include>README</include>
+ <include>BUILDING.txt</include>
</includes>
</fileSet>
<fileSet>
@@ -45,7 +46,9 @@
<include>**/*</include>
</includes>
<excludes>
- <exclude>build.xml</exclude>
+ <exclude>**/build.xml</exclude>
+ <exclude>**/benchmark</exclude>
+ <exclude>**/benchmark/**/*</exclude>
<exclude>**/target</exclude>
<exclude>**/target/**/*</exclude>
<exclude>**/build</exclude>
@@ -56,6 +59,7 @@
<exclude>**/.wtpmodules</exclude>
<exclude>**/surefire*</exclude>
<exclude>**/cobertura.ser</exclude>
+ <exclude>**/bin</exclude>
<exclude>**/bin/*</exclude>
<exclude>**/var/journal</exclude>
<exclude>**/build.out*</exclude>
Added: incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt?view=auto&rev=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt (added)
+++ incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt Tue Oct 24
03:13:55 2006
@@ -0,0 +1,40 @@
+Building Apache CXF
+=====================
+
+Initial Setup
+-------------
+
+1) Install J2SE 5.0 SDK, which can be downloaded from
+ http://java.sun.com/j2se/1.5.0/download.jsp, use version of 1.5.0_06 JDK.
+
+2) Make sure your JAVA_HOME environment variable is set to newly installed
+ JDK location, and your PATH includes %JAVA_HOME%\bin (windows) or
+ $JAVA_HOME$/bin (unix) directory.
+
+3) Install Maven 2.0.4, which can be downloaded from
+ http://maven.apache.org/download.html. Make sure that your PATH includes
+ MVN_HOME/bin directory.
+
+
+Building
+--------
+
+1) Change to the top level directory of Apache CXF source distribution.
+2) run
+ $> mvn
+ which will compile Apache CXF and run all tests under Apache CXF source
+ distribution. Alternatively, you can also run
+ $> mvn -Pfastinstall
+ which will compile Apache CXF without running all tests and takes short
+ time to build. Depending on the load of remote Maven 2.0 repositories,
+ you may have to run "mvn" several times util required dependencies are
+ all located in your local maven repository. It usually takes some for
+ maven to download required dependencies in the first build.
+
+Building kit
+------------
+1) change to the "distribution" directory of Apache CXF source distribution.
+2) run
+ $> mvn
+ which will build Apache CXF distribution kit under "distribution/target"
+ directory.
Propchange: incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/cxf/trunk/distribution/src/main/release/BUILDING.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: incubator/cxf/trunk/distribution/src/main/release/README
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/README?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/README (original)
+++ incubator/cxf/trunk/distribution/src/main/release/README Tue Oct 24
03:13:55 2006
@@ -14,7 +14,15 @@
Getting Started
===============
-To find out how to get started try this
+
+For Apache CXF source distribution, please read BUILDING.txt for
+how to build Apache CXF.
+
+For Apache CXF binary distribution, please read doc/release_notes.txt
+for installation instruction and list of supported and unsupported
+features.
+
+Alternatively, you can also find out how to get started here
http://cwiki.apache.org/confluence/display/CXF/Index
If you need more help try talking to us on our mailing lists
Modified: incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml Tue Oct 24
03:13:55 2006
@@ -1,3 +1,22 @@
+#
+#
+# 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
+# "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.
+#
#!/bin/sh
# run the CXF wsdl2xml tool
#
Modified: incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat
(original)
+++ incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat Tue Oct
24 03:13:55 2006
@@ -1,4 +1,25 @@
@echo off
+rem
+rem
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements. See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership. The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License. You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied. See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem
+rem
+
rem
rem invoke the CXF wsdl2xml tool
rem
Added: incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt?view=auto&rev=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
(added)
+++ incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
Tue Oct 24 03:13:55 2006
@@ -0,0 +1,62 @@
+Apache CXF 2.0 Release Notes
+
+1. New Features
+
+2. Installation Prerequisites
+
+Before installing Apache CXF, make sure the following products,
+with the specified versions, are installed on your system:
+
+ * Java 5 Development Kit
+ * Apache ant 1.6
+
+
+2.1 Java 5 Development Kit
+
+You must install the J2SE Development Kit (JDK) 5.0, which can be downloaded
from:
+
+ http://java.sun.com/j2se/1.5.0/download.jsp
+
+After installing the JDK, set or modify the following environment variables:
+
+ * JAVA_HOME -- set this environment variable
+ to point at the root directory of the JDK 5.0 installation.
+
+ * PATH -- make sure that your PATH includes:
+ %JAVA_HOME%\bin (Windows)
+ $JAVA_HOME/bin (UNIX)
+
+2.2 Apache Ant 1.6.5
+
+To run samples included in the binary distribution of Celtix, you must
+install the Apache Ant 1.6.5 build utility, which can be downloaded from:
+
+ http://ant.apache.org/bindownload.cgi
+
+After installing Apache Ant, add the <AntInstallDir>/bin directory to your
PATH.
+
+For more details, see the Apache CXF Installation Guide.
+
+
+3. Building samples
+
+Building samples included in binary distribution is easy. Please change to
+samples directory and following build instruction readme.txt under each
+sample.
+
+4. Known Problems
+
+3.1 HTTP
+There is an issue with Jetty HTTP that prevents Apache CXF from being able to
+shut down the actual port listener. If you programmatically remove the last
endpoint
+published on a port, the listener remains running on the port, but only 404
+(page not found) errors are served to all client connections.
+
+3.2 Schema Definitions
+There is no support for nillable elements in XML Schema and xsi:nil attribute
+in XML documents.
+
+4. Reporting Problems
+
+If you have any problems or want to send feedback of any kind, please e-mail
the
+cxf dev list, [EMAIL PROTECTED]
Propchange:
incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: incubator/cxf/trunk/distribution/src/main/release/etc/web.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/etc/web.xml?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/etc/web.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/etc/web.xml Tue Oct 24
03:13:55 2006
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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
+ "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.
+-->
+
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<display-name>cxf</display-name>
Modified: incubator/cxf/trunk/etc/eclipse/CXF.importorder
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/etc/eclipse/CXF.importorder?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/etc/eclipse/CXF.importorder (original)
+++ incubator/cxf/trunk/etc/eclipse/CXF.importorder Tue Oct 24 03:13:55 2006
@@ -1,3 +1,23 @@
+#
+#
+# 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
+# "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.
+#
+#
#Organize Import Order
#Thu Aug 11 12:37:29 EDT 2005
6=org
Modified: incubator/cxf/trunk/etc/eclipse/addcheckstyle.xsl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/etc/eclipse/addcheckstyle.xsl?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/etc/eclipse/addcheckstyle.xsl (original)
+++ incubator/cxf/trunk/etc/eclipse/addcheckstyle.xsl Tue Oct 24 03:13:55 2006
@@ -1,4 +1,23 @@
<?xml version="1.0"?>
+<!--
+ 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
+ "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.
+-->
+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" indent="yes"/>
<xsl:strip-space elements="*"/>
Modified: incubator/cxf/trunk/etc/eclipse/org.eclipse.jdt.core.prefs
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/etc/eclipse/org.eclipse.jdt.core.prefs?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/etc/eclipse/org.eclipse.jdt.core.prefs (original)
+++ incubator/cxf/trunk/etc/eclipse/org.eclipse.jdt.core.prefs Tue Oct 24
03:13:55 2006
@@ -1,3 +1,23 @@
+#
+#
+# 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
+# "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.
+#
+#
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=18
Modified: incubator/cxf/trunk/etc/svn-auto-props
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/etc/svn-auto-props?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
--- incubator/cxf/trunk/etc/svn-auto-props (original)
+++ incubator/cxf/trunk/etc/svn-auto-props Tue Oct 24 03:13:55 2006
@@ -1,4 +1,23 @@
-
+#
+#
+# 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
+# "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.
+#
+#
### Section for configuring miscelleneous Subversion options.
[miscellany]
### Set enable-auto-props to 'yes' to enable automatic properties
Modified:
incubator/cxf/trunk/rt/frontend/js/src/test/resources/org/apache/cxf/js/rhino/msg.jsx
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/js/src/test/resources/org/apache/cxf/js/rhino/msg.jsx?view=diff&rev=467301&r1=467300&r2=467301
==============================================================================
---
incubator/cxf/trunk/rt/frontend/js/src/test/resources/org/apache/cxf/js/rhino/msg.jsx
(original)
+++
incubator/cxf/trunk/rt/frontend/js/src/test/resources/org/apache/cxf/js/rhino/msg.jsx
Tue Oct 24 03:13:55 2006
@@ -0,0 +1,18 @@
+/**
+ * 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
+ * "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.
+ */