Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The following page has been changed by JürgenHermann: http://wiki.apache.org/ant/AntSampleFiles/JythonAndAnt ------------------------------------------------------------------------------ If you run `ant` after you saved all three files to a directory, you'll get output similar to this: {{{ - jython.home='D:\\jython-2.1' - [jyant-info] name = 'jyant' - [jyant-info] ant env = {'__name__': 'main', ...} - [jyant-info] modules = {..., 'jyant': <module jyant 2>, ...} [echo] dummy1 = no dot [echo] dummy2 = no . [echo] foobar = foo**************************************** @@ -47, +43 @@ [echo] false = 0 [echo] life = universe [echo] life2 = everything - [echo] nolife = ${nolife} + [echo] undefined = ${undefined} - [echo] empty = 'true' + [echo] must_be_true = 'true' [echo] TRUE! (OK) [echo] FALSE! (OK) [echo] TRUE! (OK) - [echo] Now cheching subelement assertion... + [echo] Now cheching child element assertion... [if] Traceback (innermost last): - [if] File "<string>", line 6, in ? + [if] File "<string>", line 250, in ? + [if] File "<string>", line 246, in dispatch - [if] File "jyant.py", line 99, in execute + [if] File "<string>", line 198, in execute - [if] AssertionError: Only one subelement <then> allowed! + [if] AssertionError: Only one child element <then> allowed! }}} === build.xml === --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]