hi, I'm executing an ant task inside my maven pom files for code generation purposes. (the code-generation tool is wsdl2java). during the process I fork new java process (within an ant task ) and pass the classpath along with wsdl. I have given the classpath as {maven.compile.classpath}
this works fine in the unix environment. but windows gives error saying ; CreateProcess error=87, The parameter is incorrect. This is well known issue, in the windows environment. right now i'm working around this issue using a custom classpath as a system property and accessing it, if i'm in windows environment. It is not a nice solution. Is there a known/better way to handle this scenario. Thanks in advance, Pradeep Fernando. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org