[ http://issues.apache.org/jira/browse/MUSE-112?page=comments#action_12455243 ] Andrew Eberbach commented on MUSE-112: --------------------------------------
Why not just rename the file? The problem with naming the build file something else (say build_axis2.xml or build_[timestamp].xml) is that you would then run ant -f something versus ant Although this isn't a huge deal, it seems like a special case. I'm working on a smarter overwriting mechanism that will let you control which files are overwritten by the codegeneration to help avoid this kind of trampling. > wsdl2java overwrites build.xml > ------------------------------ > > Key: MUSE-112 > URL: http://issues.apache.org/jira/browse/MUSE-112 > Project: Muse > Issue Type: Improvement > Components: Tooling - Code Generation > Affects Versions: 2.0.0 > Reporter: Steve Jerman > Assigned To: Andrew Eberbach > Fix For: 2.1.0 > > > Say I want to create both server and client side source. If I run wsdl2java > -wsdl .. it generates JavaSource and a build.xml file for ant. If I rerun > adding -proxy it generates src (with the client code) and overwrites the > build.xml. It would be better if different build files were created. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
