ravthan / all-eyes

Automatically exported from code.google.com/p/all-eyes
0 stars 0 forks source link

make file will not compile if local .class files #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. path to src/proxy/AeProxy/src
2. run javac *.java
3. run make all

Running "make all" skipped the "classes" section which create the 
../build/org/tbrt/ae/*.class files.  The reason is that there were .class files 
in this local /src dir.

Original issue reported on code.google.com by heyyoul...@gmail.com on 5 Nov 2012 at 10:33

GoogleCodeExporter commented 8 years ago
This is a minor issue and can be fixed post-prototype.

Original comment by heyyoul...@gmail.com on 5 Nov 2012 at 10:33

GoogleCodeExporter commented 8 years ago
This issue is OBE.  The updates to the aeProxy and the additional of the 
build/installation scripts have indirectly fixed and addressed this issue of 
the prototype.  Therefore this issue is closed.

Original comment by tbrt....@gmail.com on 28 Nov 2012 at 6:23

GoogleCodeExporter commented 8 years ago
Verified with unit testing

Original comment by tbrt....@gmail.com on 9 Dec 2012 at 9:24