|
Revision 1561, 421 bytes
(checked in by david, 3 years ago)
|
|
updating EOLs
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | in order to get ant working w/ BSF, Rhino, and Jython on a fresh SuSE 9.2 |
|---|
| 2 | install, it was necessaray to invoke Ant w/ the following command line: |
|---|
| 3 | |
|---|
| 4 | alex@linux:~/dojo/buildscripts> CLASSPATH="/home/alex/.ant/lib/js.jar:/home/alex/.ant/lib/jython.jar" ant testScripting |
|---|
| 5 | |
|---|
| 6 | I'm still investigating why this might be, but needless to say it throws into |
|---|
| 7 | doubt the entire reason for the -check-config and -fix-config tasks. Grr. |
|---|