Hi there, here is a email I sent yesterday; I really would like to help=
me
out on this one:
>>>
I am currently working on a jythonc Ant task. It works and looks like t=
he
following:
<project name=3D"jythonc" default=3D"main" basedir=3D".">
<taskdef name=3D"jythonc" classname=3D"jython.ant.JythoncTask"/>
<target name=3D"main">
<jythonc package=3D"Test"
compiler=3D"c:/jdk1.4/bin/javac"
jar=3D"${basedir}/hello.jar"
workdir=3D"${basedir}"
jythonHome=3D"d:/java/jython-2.1"
deep=3D"false"
basedir=3D"d:/java/jython-2.1/mymodules"
includes=3D"**/*.py" />
</target>
</project>
I would like to be able to pass the compilation classpath "dynamically"=
to
jythonc (it looks in the jython registry by default), so that jythonc
compilation can fully be integrated in our build process; is that possi=
ble?
Thanks, I'm almost there... (BTW, I would be more than glad to post my =
code
on the list if anyone is interested...).
<<<
Sorry to seem insisting, but I would really like to get this going; can
anyone help?
Yanick Duchesne
Software Architect
Architecte d'applications
Newtrade Technologies Inc.
yduchesne@...
tel +1 514 286 8180 x 226
-----------------------------------------------------------------------=
-----
----
If you have received this message in error, please notify the sender
immediately and delete the original without making a copy, disclosing i=
ts
contents or taking any action based thereon.
Si vous avez re=E7u ce message par erreur, veuillez en aviser imm=E9dia=
tement le
signataire et effacer l'original, sans en tirer de copie, en d=E9voiler=
le
contenu ni prendre quelque mesure fond=E9e sur celui-ci.
|