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 "Allan Schrum (JIRA)" <ji...@apache.org> on 2009/07/13 21:53:15 UTC

[jira] Created: (AXIS2-4429) When creating the build.sh script for C-language the flatten-file option is not properly used

When creating the build.sh script for C-language the flatten-file option is not properly used
---------------------------------------------------------------------------------------------

                 Key: AXIS2-4429
                 URL: https://issues.apache.org/jira/browse/AXIS2-4429
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.6
         Environment: Linux
            Reporter: Allan Schrum
            Priority: Minor
             Fix For: 1.6


When generating the build.sh script for a C-language output there are several options which affect the content of the build.sh script. For instance, the output directory name, the target source directory, and the flatten-files option. If the output directory is given then the current code ignores the flatten-file option when generating the script.

Thus: "wsdl2c.sh -uri something.wsdl -o here -f" puts all the files in the subdirectory "here" but the build.sh script references the source files in "src/*".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2-4429) When creating the build.sh script for C-language the flatten-file option is not properly used

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

Allan Schrum updated AXIS2-4429:
--------------------------------

    Attachment: CEmitter.java.diff

The proposed patch separates the processing of options for the construction of the build.sh script. The flatten-file option is used to determine the inclusion of "src/*.c" or leave it as "*.c".

> When creating the build.sh script for C-language the flatten-file option is not properly used
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4429
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4429
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.6
>         Environment: Linux
>            Reporter: Allan Schrum
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: CEmitter.java.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When generating the build.sh script for a C-language output there are several options which affect the content of the build.sh script. For instance, the output directory name, the target source directory, and the flatten-files option. If the output directory is given then the current code ignores the flatten-file option when generating the script.
> Thus: "wsdl2c.sh -uri something.wsdl -o here -f" puts all the files in the subdirectory "here" but the build.sh script references the source files in "src/*".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (AXIS2-4429) When creating the build.sh script for C-language the flatten-file option is not properly used

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

Allan Schrum closed AXIS2-4429.
-------------------------------

    Resolution: Duplicate

Moved to https://issues.apache.org/jira/browse/AXIS2C-1390 in the AXIS2/C project.

> When creating the build.sh script for C-language the flatten-file option is not properly used
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4429
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4429
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.6
>         Environment: Linux
>            Reporter: Allan Schrum
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: CEmitter.java.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When generating the build.sh script for a C-language output there are several options which affect the content of the build.sh script. For instance, the output directory name, the target source directory, and the flatten-files option. If the output directory is given then the current code ignores the flatten-file option when generating the script.
> Thus: "wsdl2c.sh -uri something.wsdl -o here -f" puts all the files in the subdirectory "here" but the build.sh script references the source files in "src/*".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.