|
From: Jeff D. <Jef...@no...> - 2003-05-01 19:46:29
|
Jeff, thanks for the changes. Now, I have a whole bunch of questions, and comments. I'm breaking them into several emails. Comments on the Build process. Here is a summary of what I've tried to do. I checked out the current code out of source control. It took a while to figure while why the said build said it work, but I had no jar file. The ant build is successful even when the j2ee.jar file is missing. I think it should fail, because otherwise you end up searching all over the place to figure out what is wrong. I also would have preferred to see the j2ee.jar included in CVS, so when I check out the project I have everything that I need to build the current head. Is there a legal reason you don't include the various version j2ee.jar in the lib folder in CVS? I see little point having the Python script to build a Java project. I'd much rather this function be included into the Ant build.xml. Or I'd even accept the use something like Maven, if it would make easy to support. Regards, Jeff Duska |