Is it executing on Linux or Windows or both? Are you escaping the spaces in the string/property when referring to the "AAA Project Sample"? either the tool or plugin or property or properties file...
Personally I shot any developer on projects that I'm working on that don't use the following regex pattern for directory names [a-z0-9_-]. The only expect I allow is if the directory is technically controlled by an external project, 3rd party or tool/framework (i.e. WEB-INF or META-INF). Yes the file system allows spaces but does that mean it's a good idea... It like windows where sometimes it's more sensible and stable to use the dos 8.3 name, than the one displayed in John On 12 June 2012 07:45, Harsha Thirimanna <[email protected]> wrote: > Hi > > When we develop some AXIS2 Project , Sometimes our project workspace may be > in a folder , that name is like "AAA Project Sample". So If put some WSDL to > in this directory and do the code generate , it will give an error , but if > we put it in to the directory that dont have spaces in the folder name , it > worked perfectly. So what is th e problem with this Folder name. > > Thanks > Harsha --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
