[AXIS2] Code Generating Problem

2012-06-12 Thread Harsha Thirimanna
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

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread John Patrick
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

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread Deepal jayasinghe
Yes that happens one way to solve the problem is to use quoted file name (e.g., AAA project Sample instead of AAA project Sample). Deepal 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

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread John Patrick
Do be able to help more, I need all the questions below answered. 1) Windows, yes/no? 2) If windows which version? 3) Linux, yes/no? 4) If linux, which distro version? 5) Project Workspace, do you mean eclipse? 6) How do you execute axis? 7) Do you get a stack trace? 8) If stack trace,

Re: [AXIS2] Code Generating Problem

2012-06-12 Thread Deepal jayasinghe
hehe nice, do you want me to answer all :). I do not think it is a good idea to use file name with spaces. If you can try avoid doing that in any platform. Deepal Do be able to help more, I need all the questions below answered. 1) Windows, yes/no? 2) If windows which version? 3) Linux,