is the cvs source actually current? worried!
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
After I made my changes to allow the "catalina-deploy" task to work, I noticed problems with the DefaultApplicationAssembler. It was using absolute file paths to try to load the resources. I thought, that's weird, I fixed that a while back on the b.e.org server. So, I compared the latest version from b.e.org to barracudaMVC.org and was a bit shocked to find out that the version there is utterly different from the latest one on b.e.org. It includes none of my changes which, once and for all, fixed problems serving Barracuda directly out of a .war file. What is going on here? Why is the CVS source different? Wasn't the latest source imported from b.e.org? I'm going to go through and see if a few other changes I made are still there or not. How many files might this have happened to? In the meantime, I'm updating DefaultApplicationAssember to the version from b.e.org, because that is the correct one which actually works properly. Jake