From: Jeff M. <je...@mk...> - 2003-05-02 08:47:11
|
On Thu, 2003-05-01 at 20:59, Jeff Duska wrote: > 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. May be we should make the lack of j2ee.jar (and the fact that the mocks j2ee mocks won't be built) more obvious but the build should not fail as the j2ee mocks are optional. > 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? Not totally sure what the j2ee license is, but as far as I know it's not like other sun jars it's not freely distributable. Also since there are different version of the j2ee api there is no single version of the jar to include. > 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. The pythong script is just a convinentent wrapped around the ant build script which allows me to test the build against different combinations of JDK and J2EE. If you know of a way to do this in ant/maven/gump/whatever and are willing to replace the python script I'd be happy to include it. Normal build process is just to type "ant" ;) > > Regards, > > Jeff Duska > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Mockobjects-java-users mailing list > Moc...@li... > https://lists.sourceforge.net/lists/listinfo/mockobjects-java-users -- Jeff Martin <je...@mk...> |