Subjects
Home
Xalan extension functions
Fomatting question serializing DOM with pretty print
xalan with pull parser
Cannot find the declaration
Apache Xalan drop support to run on JRE 1 1 x
Why does Doctype change processing of a document
Node set to XML string via Java extensions in Xalan J: possible?
Templates/Transformers + thread safety???
Problem evaluating xpath with muliple prefix with different namespace
remove an arbitrary attribute from xsl output
Xalan3 XSLT 2 0 XPath 2 0 support?
Problem using compiled translets with Xalan !!
Xalan and jstl 1 1 problem with transform tag
NullPointer in DOM2DTM getLocalName
URIResolvers base parameter with xsltc and cascaded imports
Performance problem for Xalan J on intel dual core
Standard libraries in JAXP?
Serializing a DOM tree to XML file, customize entities replacement
Library Conflict Involving BCEL Library
A question on how users are using <xsl:message >
Kevin Cormier as a new Apache Xalan J committer
Struggling to iterate over tokenized string
Xalan count() trouble
Problem with recursive xpath
Error when switching to java 1 5
document( ' ')
Problem with Xalan2 7 0 transformation
cr/lf options
entity encoded XML
can xalan transform 2 xml using one xslt?
Xalan J JIRA defect review Monday October 16, 2006 from 2:00 to 3:30 pm ED
xsl transform with cdata section elements
xslt parameters not expanded
Weird behavior of XPath evaluate()
How to avoid <xsl:message > instruction prints stylesheet file informations ?
Cannot find SimpleTransform subdirectory after installing Xalan J
recover from document not found exceptions
jdk1 5 and Xalan jar differences?
Performance Issue
Error/Bug adding floating point numbers
XPathAPI: eval exp using nodes with default namespace
modifying xalan to output invalid XML
NullPointerException
mege two separate xml nodes into one
Is this a XALAN document identification bug?
is StylesheetRoot really java io Serializable ?
transform() fails for DOMSource but succeeds for StreamSource
Thoughts on Transformer parameter passing
HELP, Xalan and jstl 1 1 problem with transformer
Problem with XPath namespace axis?
string utils:replace deleting search string if replacement string is an HTML
help with enumeration values pls
xalan 2 5 1 vs 2 7 performance question
How to insert/update in XML document
HTML Serialization and Handling of Ampersands in HREF Attributes
XHTML link tag stripping
SystemId Unknown; Line #24; Column #49; java lang NullPointerException
xpath text() help
Apostrophe problem with xalan 2 7 0
How to set variables in XML document?
Links
Home
Oracle database error code ...
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Apache Xalan has moved from using CVS to Subversion

Apache Xalan has moved from using CVS to Subversion

2005-11-14       - By Brian Minchau


On Sunday November 13, 2005 Xalan moved from using CVS to Subversion as its
code and part version control system. Many thanks go to Henri Yandell who
did the conversion for us.

The old code at CVS repository cvs.apache.org for the "xml-xalan" project
is still there, but is now read only.

=============================================================
Here is what happened:

In the existing structure under xml-xalan in CVS, the following,
were NOT migrated:
* xml-xalan/bin
* xml-xalan/docs
* xml-xalan/samples
* xml-xalan/src
* xml-xalan/xdocs

In the existing structure under xml-xalan in CVS, the following were
migrated:
* xml-xalan/c
* xml-xalan/java
* xml-xalan/test

You can point your browsers to this URL to browse the structure and
migrated parts:
   http://svn.apache.org/repos/asf/xalan

Under this are these "directories"
* /java/branches (migrated Xalan-j branches)
* /java/tags (migrated Xalan-j tags)
* /java/trunk (migrated Xalan-j HEAD)

* /c/branches (migrated Xalan-C branches)
* /c/tags (migrated Xalan-C tags)
* /c/trunk (migrated Xalan-C HEAD)

* /test/branches (migrated Xalan branches)
* /test/tags  (migrated Xalan tags)
* /test/trunk  (migrated Xalan HEAD)


You can checkout the code with svn commands like these:
svn co https://svn.apache.org/repos/asf/xalan/c/trunk
svn co https://svn.apache.org/repos/asf/xalan/java/trunk
svn co https://svn.apache.org/repos/asf/xalan/test/trunk


Read on if you are interested in getting Subversion.


======================================================================
1. Getting SVN

To get binary, pre-built  SVN go to
  http://subversion.tigris.org/project_packages.html#binary-packages

Pick the appropriate platform. For Windows it leads to another directory,
which has:
  svn-1.2.3-setup.exe
with a description of "Windows installer with the basic w32 binaries"

=============================================================
2. Installing SVN

To install SVN just run the downloaded executable and answer the questions.

=============================================================
3. Setting your Subversion password (for committers only)

Acting as an Apache committer, to set your SVN password log on to machine
svn.apache.org and run the svnpasswd program on that machine.

One way to do this is under CYGWIN:
  > ssh <your-user-id>@(protected)

Your user id and password for the svn.apache.org machine are the ones you
use to access Apache CVS for work on Xalan.  Once logged on to
svn.apache.org you can run this command to set your Subversion password:
  > svnpasswd




=============================================================
4. Checkout the code under Windows command line:
On windows, in a command prompt window, for example in a D:\SVN directory
issue a command like this one:
  > svn -co http://svn.apache.org/repos/xalan/java/trunk/



=============================================================
5. Install SVN plug-in for Eclipse
If you don't want to use SVN from the command line, but want to use it like
the CVS repository explorer in Eclipse you can get a plug-in for Ecplise
Detailed install instructions are at:
     http://subclipse.tigris.org/install.html

It worked fine with Eclipse 3.1. The use of SVN in Eclipse is very similar
to CVS.

It is not clear if the Eclipse SVN plug-in is stand alone or if it requires
the Windows SVN installation first, but it does work when the Windows
installation is done first.


Just follow the instructions on the page above (
http://subclipse.tigris.org/install.html).

=============================================================
6. Configure SVN Eclipse plug-in to point to Apache Xalan repository
After installing the plug-in you can optionally do some configuration can
be done to show labels and changes with the repository, go to
  "Windows">"Preferences...">"Team" >"SVN".
although the default configuration seems to be fine.

To set the SVN connection to the Apache repository, in Eclipse select:
  "Window" > "Open perspective" > "Other"
and you can select the SVN Repository Exploring perspective.

Right click in the "SVN Repository" panel and select "New" > "Repository
Location..." and in the pop-up window enter:
Url:        https://svn.apache.org/repos/xalan/
User: <your user id, same as for Apache CVS>
Password:  <your SVN password, possibly set it step 3. above>

Expand the repository tree to java/trunk, right click on it and select
"Check out as ..." and in the window that pops up select "Java project".




- Brian
- - - - - - - - - - - - - - - - - - - -
Brian Minchau
Apache Xalan PMC Member
e-mail:        minchau@(protected)