File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Download CSS Validator
66
66
export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"
67
67
cvs login
68
68
CVS password: anonymous
69
- cvs get -r nytrulce 2002/css-validator
69
+ cvs get 2002/css-validator
70
70
71
71
### 3. Install a Java Servlet container
72
72
@@ -88,20 +88,6 @@ container.
88
88
89
89
### 4. Build CSS Validator
90
90
91
- * Note* : at the time of writing, CSS Validator's build script uses an outdated
92
- link to a number of dependencies. To fix this, replace the following lines in
93
- ` ~/build/2002/css-validator/build.xml ` (first line; before, second line;
94
- after):
95
-
96
- <get dest="tmp/commons-lang-2.4-bin.tar.gz" src="http://www.apache.org/dist/commons/lang/binaries/commons-lang-2.4-bin.tar.gz" usetimestamp="true"/>
97
- <get dest="tmp/commons-lang-2.4-bin.tar.gz" src="https://archive.apache.org/dist/commons/lang/binaries/commons-lang-2.4-bin.tar.gz" usetimestamp="true"/>
98
-
99
- <get dest="tmp/velocity-1.6.1.tar.gz" src="http://www.apache.org/dist/velocity/engine/1.6.1/velocity-1.6.1.tar.gz" usetimestamp="true"/>
100
- <get dest="tmp/velocity-1.6.1.tar.gz" src="https://archive.apache.org/dist/velocity/engine/1.6.1/velocity-1.6.1.tar.gz" usetimestamp="true"/>
101
-
102
- <get dest="tmp/Xerces-J-bin.2.9.1.tar.gz" src="http://www.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.tar.gz" usetimestamp="true"/>
103
- <get dest="tmp/Xerces-J-bin.2.9.1.tar.gz" src="https://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.tar.gz" usetimestamp="true"/>
104
-
105
91
To build the CSS Validator WAR file, run:
106
92
107
93
cd ~/build/2002/css-validator
You can’t perform that action at this time.
0 commit comments