Thanks Vladimir, that looks much easier than I thought! Next time I'll be a little more inclined to try it myself ;-)
Kurt ----- Original Message ----- From: "Vladimir R. Bossicard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 4:51 AM Subject: Re: Status > > One jar with all the drivers. This would be more of a release jar than > > anything. > > This should take care of this: > > <target name="driver-release" > depends="src-build, test-build"> > <jar > jarfile="${dist.dir}/${project.filename}-drivers-${project.version}.jar"> > <fileset dir="${src.build.dir}" > includes="org/apache/xindice/client/xmldb/*"/> > <fileset dir="${src.build.dir}" > includes="org/apache/xindice/server/*"/> > > <manifest> > <attribute name="Built-By" value="${user.name}"/> > <section name="org/apache/xindice"> > <attribute name="Sealed" value="false"/> > </section> > </manifest> > </jar> > </target> > > I haven't tested it but it's a good starting point IMO. > > -Vladimir > > -- > Vladimir R. Bossicard > Apache Xindice - http://xml.apache.org/xindice