Hi,
I was wondering if its just me that finds b7 a tad slow (not in comparison to other betas, I mean - maven is slow.)

An typical edited maven.log with comments...
[Started 16:57:00]
2002-11-20 16:47:01,206 DEBUG org.apache.maven.app.App - Initializing core.
[Then 4 seconds with no log messages... wonder what's going on. 3s/4s is typical here]
2002-11-20 16:47:05,152 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.werkz.ProjectTag doesn't support the nested "path" element.
2002-11-20 16:47:05,252 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested "path" element.
2002-11-20 16:47:05,312 DEBUG org.apache.maven.app.PluginManager -
LOADING PLUGIN: maven-activity-plugin-1.1 -> C:\Program Files\maven\plugins\maven-activity-plugin-1.1
[There now follows messages for lots of plugins, mostly unused]
...
2002-11-20 16:47:16,629 DEBUG org.apache.maven.app.PluginManager - classloader: root.maven
2002-11-20 16:47:16,629 DEBUG org.apache.maven.repository.DefaultJarArtifact - artifact: velocity-1.3.jar
[The last of the plugin messages - 11 seconds after the first!]
...
2002-11-20 16:47:16,889 DEBUG org.apache.maven.app.ProjectVerifier - Looking for C:\Program Files\maven\repository\commons-logging\jars\commons-logging-1.0.jar
[End of log]

This build took 17s, entirely in maven setting itself up - I'd already built the project so that no work needed done. This is slightly worse than usual - I typically get 11s of setup. I like maven, and I'd like to move our projects across to it, but this amount of delay on incremental builds would quickly get on my nerves. Anyone else seeing this, and is there something we can do to fix it?

The second issue is much more annoying - I used b5 before, and IIRC whenever I used a plugin maven downloaded any jars it needed. Not so with b7 - I found the only way to get it to work was to add the dependencies from plugin project.xml's to my own project.xml, run maven, and after that I could remove the extraneous dependencies. Wierd. Again - shurely this isn't what everyone else is seeing?

Cheers,
Baz



--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to