Martin Desruisseaux ha scritto: > Hello Adrian and all > > Adrian Custer a écrit : > > Hey Martin, ... > > This one was added by Andrea. This module contains some global > configuration files in this directory, like Jaloppy configuration and > Clover license (required for running). I believe that it is used in > the default Maven build for formatting the API module - more modules > may be added in the future. > > As for Clover, last time I tried, I had to copy the > 'maven/build-configs/src/gt2/clover.license' file by hand in a 'gt2' > directory in order to get Clover running. I don't know if it is the > intented behavior or not.
It is not. It should be picked up from the classpath... was the build-configs module built when you tried to run clover? > It may duplicate in some way the standard Maven 'assembly' plugin - I > must admit that I didn't investigated the assembly plugin deep enough > (at the time I wrote jar-collector, Maven plugins were poorly > documented). If the standard Maven plugin can do the same work, it is > probably better to use it and abandon jar-collector. Hum, Justin, you're our resident maven build expert in geoserver and you have played with assembly. Care to share some of your experience? :-) > I have no idea if those classes are effectively used, or if this is a > remanescence of some old Geotools way. I asked the question two or > three times on the mailing list and never got an answer. I don't know > what is the current way to parse filters in Geotools. Hmmm... this is becoming annoying.... Jody, do you know whether we use this stuff or not? It seems to me it's used by ExpressionBuilder but I'm unsure... > > drwxr-xr-x 6 acuster acuster 4.0K 2006-10-10 12:04 rmic/ > > Used for invoking the JDK "rmic" tools. Was used by the legacy CTS > module, now removed from the trunk. In addition, Mojo provide this > tools now (but in a unsupported way): > > https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/rmic-maven-plugin/ There's a catch. If we add a reference to a non released plugin our release process will fail. We have to keep this in mind when changing the plugins we depend on (I introduced deps on snapshot plugs without knowing that and people lost time trying to release...). rmic-maven-plugin does not seem to have been released at all, not even in snapshot form: http://snapshots.repository.codehaus.org/org/codehaus/mojo/ Cheers Andrea ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
