Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Jason Dillon
Aight, I've removed these... thanks for checking. --jason On Mar 20, 2007, at 7:33 PM, Lasantha Ranaweera wrote: Jason, Looks like I am the culprit here. I have factored some of these file before submmitting a patch which have created these empty files. If you can remove these files from

Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Lasantha Ranaweera
Is there a method to stop creating this kind of empty files after refactoring and submitting a patch Thanks, Lasantha Lasantha Ranaweera wrote: Jason, Looks like I am the culprit here. I have factored some of these file before submmitting a patch which have created these empty files. If

Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Lasantha Ranaweera
Jason, Looks like I am the culprit here. I have factored some of these file before submmitting a patch which have created these empty files. If you can remove these files from the SVN that would be a great help. HelloWorld.java - src/test/java/org/apache/geronimo/axis2/testdata test_service_d

Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Lin Sun
I don't think they are needed. They are introduced because of this JIRA - http://issues.apache.org/jira/browse/GERONIMO-2979 and this is a unique prob with patches unfortunately. maybe a svn bug so that it can remove the empty files automatically during commit? Lin Jason Dillon wrote: Ther

Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Jason Dillon
There are also some empty .xml files in the test/resources. If someone can take a look and see if these empty files are needed by the tests or not and report back so we can clean them up it would be appreciated. --jason On Mar 20, 2007, at 6:32 PM, Lin Sun wrote: probably happened when

Re: Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Lin Sun
probably happened when someone tries to delete a file and submit a patch for it. In the patch, it will contain the every single line of the file with the - sign at the beginning left. Thus when the patch is applied, the file is empty! Lin Jason Dillon wrote: Why is this here? --jason

Empty .java file: geronimo-axis2/src/test/java/org/apache/geronimo/axis2/testdata/HelloWorld.java

2007-03-20 Thread Jason Dillon
Why is this here? --jason