You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Steve Jerman (JIRA)" <ji...@apache.org> on 2006/09/17 21:34:22 UTC

[jira] Created: (MUSE-112) wsdl2java overwrites build.xml

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
            Reporter: Steve Jerman
         Assigned To: Dan Jemiolo


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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Resolved: (MUSE-112) wsdl2java overwrites build.xml

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MUSE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Eberbach resolved MUSE-112.
----------------------------------

    Resolution: Fixed

This was fixed with MUSE-173. If you modify build.xml (or any file for that matter) that was generated by the tooling then you can have it excluded when things are regenerated by either erasing it from the .overwrite file in the root directory of the project or by commenting it out (by placing a # at the beginning of the line).

> wsdl2java overwrites build.xml
> ------------------------------
>
>                 Key: MUSE-112
>                 URL: https://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.2.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.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Assigned: (MUSE-112) wsdl2java overwrites build.xml

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-112?page=all ]

Andrew Eberbach reassigned MUSE-112:
------------------------------------

    Assignee: Andrew Eberbach  (was: Dan Jemiolo)

> 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
>            Reporter: Steve Jerman
>         Assigned To: Andrew Eberbach
>
> 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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-112) wsdl2java overwrites build.xml

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
    [ 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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-112) wsdl2java overwrites build.xml

Posted by "Andrew Eberbach (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-112?page=all ]

Andrew Eberbach updated MUSE-112:
---------------------------------

    Fix Version/s: 2.2.0
                       (was: 2.1.0)

> 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.2.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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Updated: (MUSE-112) wsdl2java overwrites build.xml

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-112?page=all ]

Dan Jemiolo updated MUSE-112:
-----------------------------

        Fix Version/s: 2.1.0
    Affects Version/s: 2.0.0

> 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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org