The name is not really random. It is based on the SHA digest of the files
processed. So the fact that you get a different name might be an indication
that your sources have changed.
Radu
________________________________
From: Owe Andresen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 12, 2008 11:38 AM
To: [email protected]
Subject: xmlbeans databindung in builds
Hello All,
i am using maven [org.apache.axis2, axis2-wsdl2code-maven-plugin,
version1.4 ] plugin, but i dont think it is maven specific.
i noticed generated resources are given a random name.
Example:
schemaorg_apache_xmlbeans.system.sEFE14DDD259355E18A7E6E63D8AF66FC.TypeSystemHolder
When i run the tool again, it is given another name:
schemaorg_apache_xmlbeans.system.s2BE6A88E7F6EF645AD9FFE29CF593ED8.TypeSystemHolder
I think it is causing a problem with my IDE (IntelliJ), it doesnt
expect this. So the problem is now, that different named source is not included.
Can you give it a seed so naming is reproducable?
Rgs
Owe