Author: simonetripodi
Date: Sat Jan 14 14:00:12 2012
New Revision: 1231502
URL: http://svn.apache.org/viewvc?rev=1231502&view=rev
Log:
started adding rhe bin distribution packages descriptors
Added:
incubator/any23/trunk/service/src/main/assembly/
incubator/any23/trunk/service/src/main/assembly/README.txt (with props)
incubator/any23/trunk/service/src/main/assembly/bin.xml (with props)
Added: incubator/any23/trunk/service/src/main/assembly/README.txt
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/README.txt?rev=1231502&view=auto
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/README.txt (added)
+++ incubator/any23/trunk/service/src/main/assembly/README.txt Sat Jan 14
14:00:12 2012
@@ -0,0 +1,113 @@
+ 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.
+
+Apache Any23 Service (${implementation.build}; ${maven.build.timestamp})
+
+ What is it?
+ -----------
+
+ ${project.description}
+
+ Documentation
+ -------------
+
+ The most up-to-date documentation can be found at ${project.parent.url}.
+
+ Release Notes
+ -------------
+
+ The full list of changes can be found at ${project.parent.url}/service.html.
+
+ System Requirements
+ -------------------
+
+ JDK:
+ ${javac.target.version} or above. (see
http://www.oracle.com/technetwork/java/)
+ Memory:
+ No minimum requirement.
+ Disk:
+ No minimum requirement.
+ Operating System:
+ No minimum requirement. On Windows, Windows NT and above or Cygwin is
required for
+ the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
+
+ Installing Apache Any23 Service
+ ----------------
+
+** Windows 2000/XP
+
+ 1) Unzip the distribution archive, i.e.
apache-${project.build.finalName}-bin.zip to the directory you wish to
+ install Apache Any23 ${project.version}.
+ These instructions assume you chose C:\Program Files\Apache Software
Foundation.
+ The subdirectory apache-${project.build.finalName} will be created
from the archive.
+
+ 2) Add the ANY23_HOME environment variable by opening up the system
properties (WinKey + Pause),
+ selecting the "Advanced" tab, and the "Environment Variables" button,
then adding the ANY23_HOME
+ variable in the user variables with the value
+ C:\Program Files\Apache Software
Foundation\apache-${project.build.finalName}.
+
+ 3) In the same dialog, add the ANY23 environment variable in the user
variables with the value %ANY23_HOME%\bin.
+
+ 4) Optional: In the same dialog, add the EXTRA_JVM_ARGUMENTS environment
variable in the user variables to specify
+ JVM properties, e.g. the value -Xms256m -Xmx512m. This environment
variable can be used to supply extra options.
+ By default, it is set to: -Xms500m -Xmx500m -XX:PermSize=128m
-XX:-UseGCOverheadLimit
+
+ 5) In the same dialog, update/create the Path environment variable in the
user variables and prepend the value
+ %ANY23% to add Apache Any23 available in the command line.
+
+ 6) In the same dialog, make sure that JAVA_HOME exists in your user
variables or in the system variables and it is
+ set to the location of your JDK, e.g. C:\Program
Files\Java\jdk1.5.0_02 and that %JAVA_HOME%\bin is in your Path
+ environment variable.
+
+ 7) Open a new command prompt (Winkey + R then type cmd) and run any23
--version to verify that it is correctly installed.
+
+** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
+
+ 1) Extract the distribution archive, i.e.
apache-${project.build.finalName}-bin.tar.gz to the directory you wish to
+ install Apache Any23 ${project.version}.
+ These instructions assume you chose /usr/local/apache-any23.
+ The subdirectory apache-${project.build.finalName} will be created
from the archive.
+
+ 2) In a command terminal, add the ANY23_HOME environment variable, e.g.
+ export
ANY23_HOME=/usr/local/apache-any23/apache-${project.build.finalName}.
+
+ 3) Add the ANY23 environment variable, e.g. export ANY23=$ANY23_HOME/bin.
+
+ 4) Optional: Add the EXTRA_JVM_ARGUMENTS environment variable to specify JVM
properties, e.g.
+ export EXTRA_JVM_ARGUMENTS="-Xms256m -Xmx512m".
+ This environment variable can be used to supply extra options.
+
+ 5) Add M2 environment variable to your path, e.g. export PATH=$ANY23:$PATH.
+
+ 6) Make sure that JAVA_HOME is set to the location of your JDK, e.g.
+ export JAVA_HOME=/usr/java/jdk1.5.0_02 and that $JAVA_HOME/bin is in
your PATH environment variable.
+
+ 7) Run any23server --version to verify that it is correctly installed.
+
+ Licensing
+ ---------
+
+ Please see the file called LICENSE.TXT
+
+ Apache Any23 URLS
+ ----------
+
+ Home Page: ${project.parent.url}/
+ Downloads: ${project.parent.url}/download.html
+ Release Notes: ${project.parent.url}/changes-report.html
+ Mailing Lists: ${project.parent.url}/mail-lists.html
+ Source Code: ${project.parent.scm.url}
+ Issue Tracking: ${project.issueManagement.url}
+ Available Plugins: ${project.parent.url}/plugins.html
Propchange: incubator/any23/trunk/service/src/main/assembly/README.txt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/any23/trunk/service/src/main/assembly/README.txt
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: incubator/any23/trunk/service/src/main/assembly/README.txt
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: incubator/any23/trunk/service/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/assembly/bin.xml?rev=1231502&view=auto
==============================================================================
--- incubator/any23/trunk/service/src/main/assembly/bin.xml (added)
+++ incubator/any23/trunk/service/src/main/assembly/bin.xml Sat Jan 14 14:00:12
2012
@@ -0,0 +1,78 @@
+<?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.
+-->
+<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1
http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+
+ <id>bin</id>
+ <formats>
+ <format>tar.gz</format>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>true</includeBaseDirectory>
+ <baseDirectory>apache-${project.build.finalName}</baseDirectory>
+
+ <files>
+ <file>
+ <source>${basedir}/src/main/assembly/README.txt</source>
+ <filtered>true</filtered>
+ <outputDirectory>/</outputDirectory>
+ <fileMode>666</fileMode>
+ </file>
+ <file>
+ <source>${basedir}/../LICENSE.txt</source>
+ <filtered>true</filtered>
+ <outputDirectory>/</outputDirectory>
+ <fileMode>666</fileMode>
+ </file>
+ <file>
+ <source>${basedir}/../NOTICE.txt</source>
+ <filtered>true</filtered>
+ <outputDirectory>/</outputDirectory>
+ <fileMode>666</fileMode>
+ </file>
+ <file>
+ <source>${basedir}/../DISCLAIMER.txt</source>
+ <filtered>true</filtered>
+ <outputDirectory>/</outputDirectory>
+ <fileMode>666</fileMode>
+ </file>
+ </files>
+
+ <fileSets>
+ <!--
+ | shell scripts
+ -->
+ <fileSet>
+ <directory>${project.build.directory}/appassembler/bin/</directory>
+ <outputDirectory>/bin</outputDirectory>
+ <fileMode>755</fileMode>
+ </fileSet>
+
+ <!--
+ | core libraries
+ -->
+ <fileSet>
+ <directory>${project.build.directory}/appassembler/lib/</directory>
+ <outputDirectory>/lib</outputDirectory>
+ <excludes>
+ <exclude>*.xml</exclude>
+ </excludes>
+ </fileSet>
+ </fileSets>
+
+</assembly>
Propchange: incubator/any23/trunk/service/src/main/assembly/bin.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/any23/trunk/service/src/main/assembly/bin.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id
Propchange: incubator/any23/trunk/service/src/main/assembly/bin.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml