summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/site-publish/patches.html
blob: e663a2c1e94d61932395c920e70107820a31169f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!--
Copyright 1999-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->


<!-- Content Stylesheet for Site -->

        
<!-- start the processing -->
<!-- ====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
<!-- Main Page Section -->
<!-- ====================================================================== -->
<html>
<head>
    <link rel="stylesheet" href="./css/base.css"/>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

        
   
            
        
    <title>Tuscany - Create a patch</title>
</head>

<body bgcolor="#ffffff" text="#000000" link="#525D76">
    <table border="0" width="100%" cellspacing="0">
        <!-- TOP IMAGE -->
        <tr>
            <td align='LEFT'><td align="left">
<a href="http://incubator.apache.org/tuscany/"><img src="./images/tuscanylogo_candidate2.jpg" alt="Tuscany" border="0" height="32" width="120"/></a>
</td>
</td>
            <td align='LEFT'><td width="80%" align="left" valign="bottom" bgcolor="#ffffff">
        <font color="#625972" size="+3" face="arial,helvetica,sanserif">
    <b><bannertitle>Create a patch</bannertitle></b>
</font>
</td>
</td>
        </tr>
    </table>
    <hr noshade="" size="1"/>
    <table border="0" cellspacing="0">
        <tr>
            <td>    <a href="./index.html">Home</a>
</td>
            <td>    <a href="./sca_index.html">SCA</a>
</td>
            <td>    <a href="./sdo_index.html">SDO</a>
</td>
            <td>    <a href="./das_index.html">DAS</a>
</td>
        </tr>
    </table>
    <table border="0" width="100%" cellspacing="4">
        <tr>
            <!-- LEFT SIDE NAVIGATION -->
            <td width="20%" valign="top" nowrap="true">
            
    <!-- ============================================================ -->

                <p><strong>General</strong></p>
        <ul>
                    <li>    <a href="./index.html">Home</a>
</li>
                    <li>    <a href="./news.html">News</a>
</li>
                    <li>    <a href="./documentation.html">Documentation</a>
</li>
                    <li>    <a href="./license.html">License</a>
</li>
                    <li>    <a href="http://www.apache.org/" target="_blank">ASF</a>
</li>
                    <li>    <a href="./downloads.html">Downloads</a>
</li>
                </ul>
            <p><strong>Community</strong></p>
        <ul>
                    <li>    <a href="./get-involved.html">Get Involved</a>
</li>
                    <li>    <a href="./mail-lists.html">Mailing Lists</a>
</li>
                    <li>    <a href="./faq.html">FAQ</a>
</li>
                    <li>    <a href="./issue-tracking.html">Issue Tracking</a>
</li>
                    <li>    <a href="http://wiki.apache.org/ws/Tuscany" target="_blank">Wiki</a>
</li>
                    <li>    <a href="http://apache-tuscany.blogspot.com" target="_blank">Blog</a>
</li>
                </ul>
            <p><strong>Development</strong></p>
        <ul>
                    <li>    <a href="http://wiki.apache.org/ws/Tuscany/TuscanyJava/Roadmap" target="_blank">Road Map / TODO</a>
</li>
                    <li>    <a href="./source-code.html">Source Code</a>
</li>
                    <li>    <a href="./java-projects.html">Java projects</a>
</li>
                    <li>    <a href="./cpp-projects.html">C++ projects</a>
</li>
                </ul>
                </td>
            <td width="80%" align="left" valign="top">
                                            <table border="0" cellspacing="0" cellpadding="2" width="100%">
      <tr><td bgcolor="#726982">
        <font color="#ffffff" face="arial,helvetica,sanserif">
          <a name="Creating and Submitting a Patch"><strong>Creating and Submitting a Patch</strong></a>
        </font>
      </td></tr>
      <tr><td>
        <blockquote>
                                    <ul>
                                <li>
                                
                                        <b> Check out the latest version </b> of source code from Subversion.
                                If you have a version checked out already,
                                do a fresh update before you make your changes. 
                                
                                
                                <p>
                                You can find information about how to setup development environment <a href="./java-projects.html"> for Java </a> or <a href="./cpp-projects.html"> for C++ </a> here. 
                                </p>
                                </li>
                               
                                <li> 
                                
                                        Please do a <b>full build with all tests enabled </b>. Try the following for Java projects:
                                <p> 
                                <code>
                                 
                                         maven -o clean new
                                 </code>
                                </p>
                                </li>
                         
                                <li>
                                
                                         <b>Confirm</b> that the problem is actually fixed and include a test case in the patch where possible.
                                 
                                 </li>
                                 
                                 <li>
                                 
                                         <b>Generate a patch</b> by issuing the following command from tuscany directory.   
                                 <p>
                                 <code>
                                         svn diff File &gt;&gt; patchfile
                                 </code>
                                 </p><p>
                                  Please try to give your patch files meaningful names. This helps the developer
                                  who applies a number of different patches. A recommendation is to use the JIRA 
                                  issue number as part of patch file name. For example
                                 </p>
                                 <p> 
                                 <code>
                                          svn diff File &gt;&gt; File312
                                  </code>
                                  <br />
                                  In this example, the number 312 is a JIRA issue number associated with this patch.
                                 </p>
                                
                                </li>
                        
                                <li> 
                                         Add your patch file as an attachment to the JIRA issue that it is fixing. 
                                <p>
                                        Please include detailed steps to reproduce the problem in the issue description 
                                        so that the patch can be properly verified after it is applied.
                                </p>
                        </li>
                        <li>
                                Thank you! Your patch will be picked up for review. 
                        </li>
                </ul>
                            </blockquote>
        </p>
      </td></tr>
      <tr><td><br/></td></tr>
    </table>
                        </td>
        </tr>
    </table>
    <hr noshade="" size="1"/>
    <table border="0" width="100%" cellspacing="0">
        <tr>
            <td><img src="./images/apache-incubator-logo.png" alt="Apache Incubator Logo"/></td>
            <td class="disclaimer">
                <em>Copyright &copy; 2006, The Apache Software Foundation</em><br/>
                Apache Tuscany is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Web Services PMC.
                Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
                communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
                While incubation status is not necessarily a reflection of the completeness or stability of the code,
                it does indicate that the project has yet to be fully endorsed by the ASF.
            </td>
        </tr>
    </table>
</body>
</html>
<!-- end the processing -->