Robert Greig wrote:
On 25/10/2007, Nuno Santos <[EMAIL PROTECTED]> wrote:
Actually, for gentools to work, I believe you also need to check out the
python code (which will parse the XML specs) at
Really? Looking at it on trunk it appears to be the Java code
generator. The svn log indicates no major changes. Am I missing
something?
Not sure what's going on, but python is definitely needed now. I just
tried it on a clean checkout of just java, gentools, and specs:
qpidj]$ ls -alF
total 40
drwxr-xr-x 5 nsantos nsantos 4096 Oct 25 17:53 ./
drwxr-xr-x 12 nsantos nsantos 4096 Oct 25 17:47 ../
drwxr-xr-x 9 nsantos nsantos 4096 Oct 25 17:52 gentools/
drwxr-xr-x 19 nsantos nsantos 4096 Oct 25 17:49 java/
drwxr-xr-x 3 nsantos nsantos 4096 Oct 25 17:53 specs/
qpidj]$ cd java
java]$ mvn
(...)
generate:
[INFO] Executed tasks
[INFO] Registering compile source root
/home/nsantos/projects/qpidj/java/common/target/generated-sources/gentools
[INFO] [jython:jython {execution: jython}]
Traceback (innermost last):
File "/home/nsantos/projects/qpidj/java/common/generate", line 5, in ?
ImportError: no module named mllib
The mllib module (xml parsing) is provided in the python directory of
the repo.
Nuno