users@jaxb.java.net

xjc ant task error "is not a valid version number" error

From: Dovholuk, Clint <Clint.Dovholuk_at_GlobalCrossing.com>
Date: Fri, 17 Nov 2006 08:34:18 -0500

I just joined the mailing list so forgive me if this issue has been
covered (a google search and searching
https://jaxb.dev.java.net/servlets/SearchList?listName=users and
https://jaxb.dev.java.net/servlets/SearchList?listName=issues) produced
no help...

I'm trying to run xjc similar to:

      <xjc package="some.pkg" removeOldOutput="true" target="c:\test">
          <schema file="${basedir}/wsdls/dependant.xsd" />
          <depends file="${basedir}/wsdls/Base.xsd" />
          <produces dir="${basedir}/generated/some/pkg" includes="**/*"
/>
      </xjc>

And when this runs I get the following error:

  Buildfile: c:\test\build.xml
  generate-jaxb:
       [echo] Generating java files using JAXB
  
  BUILD FAILED
  c:\test\build.xml:1253: c:\test is not a valid version number
  
  Total time: 7 seconds

Any thoughts on what's happening here?

Thanks in advance...