>From what I'm seeing, it's possible that could help, but the package part is typically about a fifth of the entire class name. For instance, one class name is 223 characters long, and the package name is 44 characters. The class name is composed of SIX nested classes.
> -----Original Message----- > From: Raj Alagumalai [mailto:[EMAIL PROTECTED] > > David, > > You could try using the .xsdconfig file to map > targetnamespace value to a shorter value. > > http://xmlbeans.apache.org/docs/2.0.0/guide/antXmlbean.html > > Cheers > Raj > > > -----Original Message----- > From: Karr, David [mailto:[EMAIL PROTECTED] > > Ok, I don't know why I didn't see this before, but I found > the "srcgendir" and "classgendir" attributes. These work. > > However, now I see a bizarre symptom that I've never seen in > Windows. The XMLBeans build process is creating file paths > that Windows cannot delete. If I do a build, and then do a > "clean" afterwards, it fails, saying some of the file paths > are too long. It doesn't matter whether I use those two > attributes or not. If I don't set them, and then later try > to clear out my Windows Temp directory, it fails to delete > those files. I found that the only way to clean out these > files is to move each directory one level up until the > resulting path to each file is "short enough" for the delete > operation to succeed. > > Is there something I can do to mitigate this problem? > > > -----Original Message----- > > From: Karr, David > > > > I noticed when building the samples, the "xmlbean" Ant task will > > compile intermediate classes into my Windows "Temp" > > directory. I would have preferred to have intermediate objects all > > generated into my local "build" directory. Is it practical > to make it > > > do that? I didn't see an attribute in the "xmlbean" task doc to do > > this. > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

