[EMAIL PROTECTED] wrote:
This line indicates the problem: "org.xml.sax.SAXParseException: The prefix "castor" for element
"castor:generate" is not bound."
This is a namespace problem. If you have a tag like <castor: in your maven.xml, you have to declare the tag in a namespace, as in <project xmlns:castor="maven:castor"
hope this helps.
This has helped a whole lot, thanks!
Maven now downloads the castor jar file, but still does not seem to generate any code, but rather gives the following warnings:
Tag library requested that is not present: 'maven:castor' in plugin: 'null' Tag library requested that is not present: 'maven' in plugin: 'null'
Any ideas what these warnings might mean?
Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
