AW: Creating Patch builds

2007-10-24 Thread Knuplesch , Jürgen
We set a Label for every .java File to show which files should get into the Patch. Then we checkout using this Label. The advantage is, that classes that should not go into the patch are not checkouted. The problem is, that the programmer sometimes forgets to set the Label. -- Jürgen Knuples

AW: Creating Patch builds

2007-10-24 Thread Knuplesch , Jürgen
Hello, We use to solve this by creating a jar file out of the old build and put it in the classpath, so that you are able to translate the new files. The problem occurs when the changes of the new files leads to changes in the .class files of files where teh .java code did not change. But for