[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-dev
Subject:    [jira] [Created] (AXIS2-5102) AntCodeGenTask fails for wsdl with
From:       "Rob Say (JIRA)" <jira () apache ! org>
Date:       2011-07-27 14:29:09
Message-ID: 2146644242.12041.1311776949962.JavaMail.tomcat () hel ! zones ! apache ! org
[Download RAW message or body]

AntCodeGenTask fails for wsdl with xsd:import schemaLocation when build file path \
                includes a space character
------------------------------------------------------------------------------------------------------------


                 Key: AXIS2-5102
                 URL: https://issues.apache.org/jira/browse/AXIS2-5102
             Project: Axis2
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.4.1
         Environment: Windows & Linux
JDK1.6, Ant 1.7
            Reporter: Rob Say
            Priority: Minor


The AntCodeGenTask fails when the WSDL includes xsd:import statements (schemaLocation \
references xsds all in same dir) and build is being made in a path which contains a \
space

<target name="generate.client" >
  <taskdef name="codegen" classpathref="axis.path"
   classname="org.apache.axis2.tool.ant.AntCodegenTask"/>
     <codegen
	output="${basedir}/src"
	wsdlfilename="${basedir}/wsdl/${wsdl.name}" 
	serverside="false"
	generateservicexml="false"
	databindingName="adb" 
	packagename="com.company.project.service.stub"
	targetsourcefolderlocation="."
	skipbuildxml="false" />
</target>
	

D:\devenv\workspace\sensibleProjectName\
ant generate.client
*succeeds*

D:\devenv\workspace\silly project name\
ant generate.client
*fails*



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic