On Dec 5, 2006, at 12:07 AM, Jason Warner wrote:
Hey all,
In working with the javamail code I've come across a strange
issue. It might not be for javamail only, but this is where I am
working with the code. I am finding that after I make changes to
the code in eclipse and then save, when I run mvn in the javamail/
trunk directory none of my changes seem to be picked up. When I
go to run javamail after building, nothing has changed. I have
done things that should result in an obvious change such as
changing a println statement that is definitely being printed out
or changing the functionality of the code such that it should
undoubtedly do the change I made but to no avail. Is there
something wrong with my build/test process that's resulting in
this? I've done an mvn clean on all applicable directories just in
case, but that had no effect either. Any suggestions?
cat <file you think you modifed> will tell you pretty quickly if
eclipse actually saved your changes where you think it did. It
sounds to me as if eclipse is working on different files than maven,
or is not saving anything.
thanks
david jencks
Jason