You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2007/03/19 05:21:09 UTC

[jira] Created: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

In WSDL2Java-created Ant build scripts, move target "name" attribute first.
---------------------------------------------------------------------------

                 Key: AXIS2-2344
                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
            Reporter: Glen Mazza
            Priority: Trivial
         Attachments: AntPatch.txt

The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Commented: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482299 ] 

Glen Mazza commented on AXIS2-2344:
-----------------------------------

Yes, I used Subclipse.  Unfortunately, I may not have much choice.  I'm using Ubuntu Linux, which means I can't use Windows-only TortoiseSVN, and the latest "apt-get" downloadable version of SVN is 1.3.2, which is raising "too old client" error messages for my local checkout (by Subclipse).  RapidSVN uses the 1.3.2 client already on the machine, giving the same "too old" error.  Is there another committer who uses Eclipse who can handle this diff? (Or does anyone else know of a 1.4.2 precompiled SVN client available for Ubuntu?)  Thanks.

> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Updated: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

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

Glen Mazza updated AXIS2-2344:
------------------------------

    Attachment: axisantpatch.diff

Reattaching, forgot to grant Apache usage rights.

> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt, axisantpatch.diff, axisantpatch.diff
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Resolved: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2344.
-------------------------------------------------

    Resolution: Fixed

Applied the patch thankx Glen.

> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt, axisantpatch.diff, axisantpatch.diff
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Updated: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

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

Glen Mazza updated AXIS2-2344:
------------------------------

    Attachment: axisantpatch.diff

SVN 1.4.3-generated version of patch file 

Note I ran the svn diff command from the axis2/modules/codegen/src/org/apache/axis2/wsdl/template/general
folder, where the changes are.  I don't know if that matters when applying the patch. 


> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt, axisantpatch.diff
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Updated: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

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

Glen Mazza updated AXIS2-2344:
------------------------------

    Attachment: AntPatch.txt

> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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


[jira] Commented: (AXIS2-2344) In WSDL2Java-created Ant build scripts, move target "name" attribute first.

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482056 ] 

Amila Chinthaka Suriarachchi commented on AXIS2-2344:
-----------------------------------------------------

did you generate this patch with the eclipse IDE. can you resend a path with normal svn diff?

> In WSDL2Java-created Ant build scripts, move target "name" attribute first.
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2-2344
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2344
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Glen Mazza
>            Priority: Trivial
>         Attachments: AntPatch.txt
>
>
> The enclosed patch moves the name attribute to right after the target in the Ant build script, to help with readability.  Ordering used:  name, depends, if.

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