You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2004/11/02 09:49:32 UTC

[jira] Created: (AXISCPP-236) Improvements to ANT build scripts

Improvements to ANT build scripts
---------------------------------

         Key: AXISCPP-236
         URL: http://nagoya.apache.org/jira/browse/AXISCPP-236
     Project: Axis-C++
        Type: Improvement
  Components: Build - ANT  
    Versions: current (nightly)    
 Environment: All OS, ANT build scripts
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 
    Priority: Minor
     Fix For: current (nightly)


Requests for a number of small improvements have been mentioned on the mailing list.

These include:
- Moving all but build.xml into a build/ subdirectory
    I would also include package.xml and test.xml in the root directory
- Allowing Doc generation and Client/Server compilation to be optional
    Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
- Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
    This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-236) Improvements to ANT build scripts

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-236?page=history ]

Adrian Dick updated AXISCPP-236:
--------------------------------

    Description: 
Requests for a number of small improvements have been mentioned on the mailing list.

These include:
- Moving all but build.xml into a build/ subdirectory
    I would also include package.xml and test.xml in the root directory
- Allowing Doc generation and Client/Server compilation to be optional
    Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
- Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
    This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.
- Set CC compilation tasks to fail on error
    Currently they don't, requiring builders to scan back through the log, as ANT will always say BUILD SUCCESSFUL.

  was:
Requests for a number of small improvements have been mentioned on the mailing list.

These include:
- Moving all but build.xml into a build/ subdirectory
    I would also include package.xml and test.xml in the root directory
- Allowing Doc generation and Client/Server compilation to be optional
    Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
- Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
    This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.


> Improvements to ANT build scripts
> ---------------------------------
>
>          Key: AXISCPP-236
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-236
>      Project: Axis-C++
>         Type: Improvement
>   Components: Build - ANT
>     Versions: current (nightly)
>  Environment: All OS, ANT build scripts
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: current (nightly)

>
> Requests for a number of small improvements have been mentioned on the mailing list.
> These include:
> - Moving all but build.xml into a build/ subdirectory
>     I would also include package.xml and test.xml in the root directory
> - Allowing Doc generation and Client/Server compilation to be optional
>     Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
> - Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
>     This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.
> - Set CC compilation tasks to fail on error
>     Currently they don't, requiring builders to scan back through the log, as ANT will always say BUILD SUCCESSFUL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXISCPP-236) Improvements to ANT build scripts

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-236?page=history ]
     
Adrian Dick resolved AXISCPP-236:
---------------------------------

    Resolution: Fixed

> Improvements to ANT build scripts
> ---------------------------------
>
>          Key: AXISCPP-236
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-236
>      Project: Axis-C++
>         Type: Improvement
>   Components: Build - ANT
>     Versions: current (nightly)
>  Environment: All OS, ANT build scripts
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: current (nightly)

>
> Requests for a number of small improvements have been mentioned on the mailing list.
> These include:
> - Moving all but build.xml into a build/ subdirectory
>     I would also include package.xml and test.xml in the root directory
> - Allowing Doc generation and Client/Server compilation to be optional
>     Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
> - Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
>     This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.
> - Set CC compilation tasks to fail on error
>     Currently they don't, requiring builders to scan back through the log, as ANT will always say BUILD SUCCESSFUL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-236) Improvements to ANT build scripts

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-236?page=history ]
     
John Hawkins closed AXISCPP-236:
--------------------------------


Fixed.

> Improvements to ANT build scripts
> ---------------------------------
>
>          Key: AXISCPP-236
>          URL: http://issues.apache.org/jira/browse/AXISCPP-236
>      Project: Axis-C++
>         Type: Improvement
>   Components: Build - ANT
>     Versions: current (nightly)
>  Environment: All OS, ANT build scripts
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: current (nightly)

>
> Requests for a number of small improvements have been mentioned on the mailing list.
> These include:
> - Moving all but build.xml into a build/ subdirectory
>     I would also include package.xml and test.xml in the root directory
> - Allowing Doc generation and Client/Server compilation to be optional
>     Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
> - Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
>     This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.
> - Set CC compilation tasks to fail on error
>     Currently they don't, requiring builders to scan back through the log, as ANT will always say BUILD SUCCESSFUL.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Commented: (AXISCPP-236) Improvements to ANT build scripts

Posted by "Nadir Amra (JIRA)" <ax...@ws.apache.org>.
     [ http://nagoya.apache.org/jira/browse/AXISCPP-236?page=comments#action_54943 ]
     
Nadir Amra commented on AXISCPP-236:
------------------------------------

With regards to obj and zip directories, I think we should have them there by default and the paths should by default be set to:

${basedir}/obj
${basedir}/zip

instead of 

${basedir}/../../../obj and ${basedir}/../../../zip

This would allow users to kick off a build without creating anything.

> Improvements to ANT build scripts
> ---------------------------------
>
>          Key: AXISCPP-236
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-236
>      Project: Axis-C++
>         Type: Improvement
>   Components: Build - ANT
>     Versions: current (nightly)
>  Environment: All OS, ANT build scripts
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick
>     Priority: Minor
>      Fix For: current (nightly)

>
> Requests for a number of small improvements have been mentioned on the mailing list.
> These include:
> - Moving all but build.xml into a build/ subdirectory
>     I would also include package.xml and test.xml in the root directory
> - Allowing Doc generation and Client/Server compilation to be optional
>     Similar to the structure used for selecting which transport, XML Parser and Apache plugin variant, entries could be added to the property files
> - Allowing ${basedir}/../../../obj and ${basedir}/../../../zip to be overriden
>     This should be substituted for a variable name ( ${dir.obj} and ${dir.zip}? ), allowing those wishing different to simply override them once.
> - Set CC compilation tasks to fail on error
>     Currently they don't, requiring builders to scan back through the log, as ANT will always say BUILD SUCCESSFUL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira