Index: jython/.cvsignore =================================================================== RCS file: /cvsroot/jython/jython/.cvsignore,v retrieving revision 1.2 diff -u -r1.2 .cvsignore --- jython/.cvsignore 31 May 2005 22:08:24 -0000 1.2 +++ jython/.cvsignore 16 Jun 2005 07:52:52 -0000 @@ -5,3 +5,4 @@ .iml build dist +ant.properties Index: jython/build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.52 diff -u -r1.52 build.xml --- jython/build.xml 14 Jun 2005 03:32:54 -0000 1.52 +++ jython/build.xml 16 Jun 2005 07:52:52 -0000 @@ -60,14 +60,14 @@ - cvs.tag (target: full-init) - python.cvs.tag (target: full-init) - jdk.target.version (target: pre-init) - 4. if new CPython .py files should be distributed, add them to build.Lib.include.properties + 4. if new CPython .py files should be distributed, add them to build.Lib.include.properties 5. adjust the public static String version in PySystemState.java 6. check in all the changes 7. apply the new tag to the jython cvs (all projects) - 8. call target 'full-build' + 8. call target 'full-build' + - An example ant.properties file: ------------------------------- @@ -136,9 +136,11 @@ + + @@ -235,9 +237,11 @@ ht2html.dir = '${ht2html.dir}' build.compiler = '${build.compiler}' jdk.target.version = '${jdk.target.version}' + jdk.source.version = '${jdk.source.version}' deprecation = '${deprecation}' debug = '${debug}' optimize = '${optimize}' + nowarn = '${nowarn}' --- properties (used for full-build only )--- cvs.tag = '${cvs.tag}' python.cvs.tag = '${python.cvs.tag}' @@ -345,9 +349,11 @@ @@ -381,9 +387,11 @@ includes="jxxload_help/**" destdir="${output.dir}/" target="${jdk.target.version}" + source="${jdk.source.version}" debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" + nowarn="${nowarn}" /> @@ -391,9 +399,11 @@ includes="javatests/**" destdir="${output.dir}/" target="${jdk.target.version}" + source="${jdk.source.version}" debug="${debug}" optimize="${optimize}" deprecation="${deprecation}" + nowarn="${nowarn}" /> - - - + + + + @@ -440,7 +451,6 @@ - @@ -474,6 +484,7 @@ copy installer classes to ${dist.dir} @@ -610,7 +623,6 @@ -