Joerg Heinicke dijo:
In the block there is a WEB-INF directory including compiled classes. IMO that's not ok and from what I see I think it can be removed, but some possible useful files could be missing afterwards: OJB.properties, repository.xml and repository.dtd. The rest is already in the java directory AFAICS.
Antonio?
Hi Joerg:
Thanks for asking Joerg. The .class are there because they are already "JDO enhanced". This is a special step after compiling in JDO.
Yes, I read about it. But these class files are used nowhere? How will they get to build/webapp/samples/**?
Since we have no right to distribute jdo libs. I did it in this way. But now I thought we can check if the user has the jars in the dir and "JDO enhance" them only if the user has the JDO jars.
I requieres to launch a special ANT task from the JDO jar libs. If you can help me I can provide more info about how it might work.
My problem was I don't saw where I can put the special ANT task. :-(
Do you have such an Ant task? We have a directory tools/src/anttasks, where such things can be placed into.
Joerg
