01-17-06 10:45 PM
Hi Michelle,
Andy had an important remark about using 'maven dist'. It sounds like
this could do the job and would replace most of what I tried to do with
the distrib goal. We now need to figure out how to configure 'maven
dist' such that all the necessary files are included.
About the lib/ext directory. We currently use this directory for
external jars that need to be manually downloaded such as File System
Service Provider jndi implementation fscontext.jar and providerutil.jar.
Since there are several subprojects using these jars (ri11, fostore20,
tck20) we decided to put the lib/text directory parallel to the subprojects.
Regards Michael
[vbcol=seagreen]
> Michael,
>
> Are the differences between the project.xml and project.properties in
> tck20 and tck20/distrib necessary?
>
> $ diff project.properties distrib/project.properties
> 15a16,19
> 89c93
> < jndi =
> ${basedir}/../lib/ext/fscontext.jar${path.separator}${based
ir}/../lib/ext/providerutil.jar
>
> ---
> ${basedir}/lib/ext/fscontext.jar${path.separator}${basedir}
/lib/ext/providerutil.jar
>
>
> $ diff project.xml distrib/project.xml
> 19d18
> < <extend>../project.xml</extend>
> 23a23
> 24a25,29
>
> Could we:
> (1) have a lib/ext under tck20
> (2) not extend ..project.xml in tck20/project.xml
> in order not to require two copies of these files? I don't understand
> the J2SE 1.3 part of the diff.
>
> -- Michelle
>
> Michael Bouschen wrote:
>
--
Michael Bouschen Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66
Fax.:++49/30/2175 2012 D-10783 Berlin
[ Post a follow-up to this message ]
|