Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 55207 invoked from network); 31 Oct 2003 05:31:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Oct 2003 05:31:12 -0000 Received: (qmail 64386 invoked by uid 500); 31 Oct 2003 05:30:51 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 64176 invoked by uid 500); 31 Oct 2003 05:30:50 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 64163 invoked from network); 31 Oct 2003 05:30:48 -0000 Received: from unknown (HELO ags01.agsoftware.dnsalias.com) (216.6.48.60) by daedalus.apache.org with SMTP; 31 Oct 2003 05:30:48 -0000 Received: from ags01.agsoftware.dnsalias.com (localhost [127.0.0.1]) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8) with ESMTP id h9V5UuIc005512 for ; Thu, 30 Oct 2003 23:30:56 -0600 Received: (from apache@localhost) by ags01.agsoftware.dnsalias.com (8.12.8/8.12.8/Submit) id h9V5Ut1W005510; Thu, 30 Oct 2003 23:30:55 -0600 X-Authentication-Warning: ags01.agsoftware.dnsalias.com: apache set sender to agallardo@agsoftware.dnsalias.com using -f Received: from 10.0.0.5 (SquirrelMail authenticated user agallardo) by ags01.agsoftware.dnsalias.com with HTTP; Thu, 30 Oct 2003 23:30:55 -0600 (CST) Message-ID: <33210.10.0.0.5.1067578255.squirrel@ags01.agsoftware.dnsalias.com> Date: Thu, 30 Oct 2003 23:30:55 -0600 (CST) Subject: Re: Exclude tools and tutorial5 from ojb.jar From: "Antonio Gallardo" To: In-Reply-To: <3F9CC1F2.9050704@web.de> References: <33131.10.0.0.5.1067038227.squirrel@ags01.agsoftware.dnsalias.com> <3F9CC1F2.9050704@web.de> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_20031030233055_38657" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_20031030233055_38657 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Great! Attached is the patch to the build.xml Best Regards, Antonio Gallardo Thomas Mahler dijo: > Hi Antonio > > Antonio Gallardo wrote: >> Hi: >> >> I noted inside the generated jar for OJB there are some classes that >> are not needed for production: >> >> o.a.o.tutorial5.* >> o.a.o.tools.mapping.reversedb.gui.* >> o.a.o.tools.swing* >> >> Is that OK if we create another jars for this stuff? We can get off >> some fat of the db-ojb.jar at all. > > +1 > > IMO we could safe a lot of space in the jar files by separating runtime > stuff from tutorial and tool code! > > cheers, > Thomas > >> Please comments. >> >> Best Regards, >> >> Antonio Gallardo. >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org >> For additional commands, e-mail: ojb-dev-help@db.apache.org >> >> > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org > For additional commands, e-mail: ojb-dev-help@db.apache.org ------=_20031030233055_38657 Content-Type: text/plain; name="patch.txt" Content-Disposition: attachment; filename="patch.txt" Index: build.xml =================================================================== RCS file: /home/cvspublic/db-ojb/build.xml,v retrieving revision 1.106 diff -u -r1.106 build.xml --- build.xml 10 Oct 2003 10:55:27 -0000 1.106 +++ build.xml 31 Oct 2003 05:29:24 -0000 @@ -379,6 +379,8 @@ + + @@ -387,15 +389,22 @@ - + includes="LICENSE,README,javax/**,org/**" + excludes="org/apache/ojb/tutorial5/**,org/apache/ojb/tools/**"/> + + - + + ------=_20031030233055_38657 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org ------=_20031030233055_38657--