DateAuthorFiles/Message
2002-08-23 14:30:01 Jason van Zyl xdocs/reference/developer-guide.xml - v1.1
o Adding stub for developer guide.
2002-08-23 14:25:06 Jason van Zyl xdocs/reference/index.xml - v1.5
xdocs/reference/naming-conventions.xml - v1.4
xdocs/reference/navigation.xml - v1.5
xdocs/reference/pom-processing.xml - v1.4
xdocs/reference/repository-layout.xml - v1.3
xdocs/reference/user-guide.xml - v1.6
o Reorganizing most of the user documentation into a user guide. The order
  is still not right but it's a first attempt.
2002-08-23 14:23:24 Kurt Schrader build-bootstrap.xml - v1.158
Adding the IDEA plug-in to the distribution.
2002-08-23 13:43:45 Jason van Zyl xdocs/reference/dirlayout.xml - v1.2
o Updating the directory layout document
2002-08-23 13:34:15 Jason van Zyl xdocs/reference/index.xml - v1.4
xdocs/reference/properties.xml - v1.8
o Just get rid of the properties.xml file. Everything is being moved over
  to the user guide and it's just plain out-of-date.
2002-08-23 13:22:54 Jason van Zyl xdocs/reference/user-guide.xml - v1.5
o Add some content to the "Build" as Thomas Mahler had some questions about
  how to to get the build to work and how to use proxies.
2002-08-23 12:26:33 Jason van Zyl src/java/org/apache/maven/app/Maven.java - v1.101
o Adding Javadoc
o More accessor use
o Placed the processing of System properties and the end of the properties
  processing chain so that they have the final say.
2002-08-23 12:25:02 Jason van Zyl src/java/org/apache/maven/app/App.java - v1.15
o Consider properties set with -D to be system properties and they will
  be processed correctly in Maven::loadProperties().
2002-08-23 11:42:14 Jason van Zyl xdocs/reference/user-guide.xml - v1.4
o Correcting usage
2002-08-23 11:33:01 Jason van Zyl xdocs/reference/user-guide.xml - v1.3
o Update the documentation on how the properties are processed. Any property
  specified on the CLI using the -Dproperty=value convention will override
  any previously set value.
2002-08-23 04:14:37 Jason van Zyl src/java/org/apache/maven/app/MavenJellyContext.java - v1.16
o Adding project verifier tag
2002-08-23 04:09:25 Jason van Zyl src/java/org/apache/maven/app/MavenJellyContext.java - v1.15
o Adding context tags in preparation for using the jelly context as a
  conduit of all the info that needs to be shared between the various
  components so that I can get rid of all the accessor crap in the
  project verifier and the plugin manager.
2002-08-23 03:17:20 Jason van Zyl src/java/org/apache/maven/MavenUtils.java - v1.43
src/java/org/apache/maven/app/App.java - v1.14
src/java/org/apache/maven/app/Maven.java - v1.100
src/java/org/apache/maven/app/PluginManager.java - v1.30
src/plugins-build/dependency/src/java/org/apache/maven/dependency/PackageProjectMap.java - v1.2
src/test/java/org/apache/maven/project/ProjectInheritanceTest.java - v1.9
src/test/java/org/apache/maven/project/ProjectInterpolationTest.java - v1.4
src/test/java/org/apache/maven/project/ProjectMapperTest.java - v1.15
o Refactoring of the core to try and encapsulate everything to do with
  Maven in Maven.java and simply using the App.java as a CLI harness.

o Fixed ProjectVerifier which was causing the grief today.
PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-22 19:40:43 Stéphane Mor src/java/org/apache/maven/CreateDependencyClasspath.java - v1.3
src/java/org/apache/maven/MavenUtils.java - v1.42
src/java/org/apache/maven/MetaPropertiesRule.java - v1.2
src/java/org/apache/maven/app/JellyUtils.java - v1.4
src/java/org/apache/maven/app/Maven.java - v1.99
src/java/org/apache/maven/app/PluginManager.java - v1.29
src/java/org/apache/maven/app/ProjectVerifier.java - v1.4
src/java/org/apache/maven/app/RepoConfigException.java - v1.4
src/java/org/apache/maven/java/BaseVisitor.java - v1.12
src/java/org/apache/maven/java/DepVisitor.java - v1.6
src/java/org/apache/maven/java/ImportStatementVisitor.java - v1.2
src/java/org/apache/maven/java/JavaClass.java - v1.2
src/java/org/apache/maven/java/JavaDocTagTokenizer.java - v1.2
src/java/org/apache/maven/java/JavaDocVisitor.java - v1.5
src/java/org/apache/maven/java/Method.java - v1.3
src/java/org/apache/maven/java/NodeTokenizer.java - v1.2
src/java/org/apache/maven/java/NodeViewVisitor.java - v1.3
src/java/org/apache/maven/java/SourceTool.java - v1.6
src/java/org/apache/maven/jelly/tags/ServerStartedCheckTag.java - v1.3
src/java/org/apache/maven/jelly/tags/project/AddPathTag.java - v1.4
src/java/org/apache/maven/jelly/tags/project/MavenTag.java - v1.6
src/java/org/apache/maven/project/BaseObject.java - v1.15
src/java/org/apache/maven/project/Build.java - v1.13
src/java/org/apache/maven/project/Dependency.java - v1.17
src/java/org/apache/maven/project/MailingList.java - v1.5
src/java/org/apache/maven/project/Organization.java - v1.4
src/java/org/apache/maven/project/Plugin.java - v1.2
src/java/org/apache/maven/project/Profile.java - v1.6
src/java/org/apache/maven/project/Project.java - v1.39
src/java/org/apache/maven/project/Repository.java - v1.7
src/java/org/apache/maven/project/Resources.java - v1.2
src/java/org/apache/maven/project/SourceModification.java - v1.2
src/java/org/apache/maven/project/Version.java - v1.2
src/java/org/apache/maven/project/Workspace.java - v1.5
src/java/org/apache/maven/project/repository/AbstractRepository.java - v1.2
src/java/org/apache/maven/project/repository/CvsRepository.java - v1.2
src/java/org/apache/maven/project/repository/Repository.java - v1.2
src/java/org/apache/maven/project/repository/SubversionRepository.java - v1.2
src/java/org/apache/maven/repository/AbstractArtifact.java - v1.4
src/java/org/apache/maven/repository/Artifact.java - v1.4
src/java/org/apache/maven/util/HttpUtils.java - v1.8
src/java/org/apache/maven/util/StringInputStream.java - v1.2
make checkstyle happy
2002-08-22 18:34:48 Vincent Massol src/plugins-build/xdoc/site.dvsl - v1.10
added "Last published" before date to show that the date represents the last publication, not the current date ... :-)
2002-08-22 17:00:33 Stéphane Mor src/java/org/apache/maven/app/CLIManager.java - v1.11
make checkstyle happy
2002-08-22 14:59:55 Vincent Massol src/plugins-build/statcvs/.cvsignore - v1.1
src/plugins-build/statcvs/maven.xml - v1.1
src/plugins-build/statcvs/plugin.jelly - v1.1
src/plugins-build/statcvs/project.properties - v1.1
src/plugins-build/statcvs/project.xml - v1.1
New plugin that generates CVS statistics in the form of HTML reports. Pretty rough at the moment (see comments in plugin.jelly). An example of what it does is available at http://jakarta.apache.org/~vmassol/statcvs/
2002-08-22 14:44:09 Jason van Zyl src/plugins-build/jbuilder/.cvsignore - v1.1
src/plugins-build/jbuilder/library.dvsl - v1.1
src/plugins-build/jbuilder/maven.xml - v1.1
src/plugins-build/jbuilder/plugin.jelly - v1.1
src/plugins-build/jbuilder/project.properties - v1.1
src/plugins-build/jbuilder/project.xml - v1.1
src/plugins-build/jbuilder/toolbox.props - v1.1
src/plugins-build/jbuilder/xdocs/index.xml - v1.1
src/plugins-build/jbuilder/xdocs/properties.xml - v1.1
branches:  1.1.1;
Initial revision
2002-08-22 14:44:09 Jason van Zyl src/plugins-build/jbuilder/.cvsignore - v1.1.1.1
src/plugins-build/jbuilder/library.dvsl - v1.1.1.1
src/plugins-build/jbuilder/maven.xml - v1.1.1.1
src/plugins-build/jbuilder/plugin.jelly - v1.1.1.1
src/plugins-build/jbuilder/project.properties - v1.1.1.1
src/plugins-build/jbuilder/project.xml - v1.1.1.1
src/plugins-build/jbuilder/toolbox.props - v1.1.1.1
src/plugins-build/jbuilder/xdocs/index.xml - v1.1.1.1
src/plugins-build/jbuilder/xdocs/properties.xml - v1.1.1.1
JBuilder plugin
2002-08-22 14:37:39 Kurt Schrader src/plugins-build/eclipse/xdocs/index.xml - v1.2
Spelling
2002-08-22 14:37:06 Jason van Zyl project.properties - v1.28
project.xml - v1.195
src/test/java/org/apache/maven/project/ProjectMapperTest.java - v1.14
xdocs/reference/user-guide.xml - v1.2
o Added a test to make sure a property is interpolated in the POM, not
  complete so commented out.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-22 14:34:04 Jason van Zyl src/java/org/apache/maven/app/App.java - v1.13
src/java/org/apache/maven/app/ProjectVerifier.java - v1.3
o More core refactoring
2002-08-22 14:33:36 Jason van Zyl src/java/org/apache/maven/app/Maven.java - v1.98
o Slowly moving the lifecycle to runtimeInitialize so we can see what's
  going on
o All properties are now loaded in loadProperties including the
  driver.properties. We had to separate this from initializeDriver()
  because all the properties need to be processed, then the project needs
  to be created because the POM is accessed in driver.jelly.
2002-08-22 13:08:17 Vincent Massol src/plugins-build/eclipse/plugin.jelly - v1.4
print information on what's happening
2002-08-22 13:02:54 Vincent Massol src/plugins-build/perforce/.cvsignore - v1.1
add target to ignore list
2002-08-22 01:44:01 Jason van Zyl src/java/org/apache/maven/app/Maven.java - v1.97
src/java/org/apache/maven/app/ProjectVerifier.java - v1.2
o refactoring the ProjectVerifier to try and get all the logic inside
  the single class so it can be the default implementation of a defined
  interface eventually. Or work in conjunction with the 'repository'
  package which will allow the specificiation and behaviour of the
  local repository.
2002-08-22 01:29:10 Jason van Zyl src/java/org/apache/maven/util/HttpUtils.java - v1.7
o Only report the "Not modified - so not downloaded" message unless
  in the verbose mode
o Only report "Getting XXX" when we're actually getting a file. Got rid
  of the annoying messages saying it's "getting" and then saying it
  "hasn't been modified".
2002-08-22 00:44:00 Jason van Zyl src/java/org/apache/maven/ProjectVerifier.java - v1.31
src/java/org/apache/maven/app/App.java - v1.12
src/java/org/apache/maven/app/Maven.java - v1.96
src/java/org/apache/maven/app/PluginManager.java - v1.28
src/java/org/apache/maven/app/ProjectVerifier.java - v1.1
o Moving project verifier to the app package
o Fixing CCE with maven.mode.online
2002-08-22 00:42:05 Jason van Zyl src/java/org/apache/maven/app/MavenJellyContext.java - v1.14
o Creating a pass thru boolean converter. Fixing a ClassCastException
  with the maven.mode.online being set in a properties file specifically
  but added the conversion in a single place so we can optimize it
  later if there's a better way using beanutils or whatever.
2002-08-21 23:21:03 Vincent Massol build-bootstrap.xml - v1.157
adding the clover plugins which works again ... :-)
2002-08-21 23:17:19 Vincent Massol src/plugins-build/clover/plugin.jelly - v1.4
added missing prereqs to have clover.initString initialized. It is working now! :-)
2002-08-21 23:06:12 Vincent Massol src/plugins-build/clover/project.xml - v1.10
removed ant from dependency as it is not needed and was put in the root.maven CL, thus causing problems
2002-08-21 23:06:35 Vincent Massol src/plugins-build/clover/plugin.jelly - v1.3
adding missing classpaths
2002-08-21 22:53:19 Vincent Massol src/plugins-build/clover/plugin.jelly - v1.2
need clover in the javac classpath
2002-08-21 22:44:14 Vincent Massol src/plugins-build/clover/project.xml - v1.9
added clover dependency and removed unneeded commons-lang one
2002-08-21 21:54:29 Vincent Massol src/plugins-build/site/plugin.jelly - v1.3
moved the generated and packaged website to ${maven.build.dir} instead of the top level directory
2002-08-21 21:39:28 Vincent Massol src/java/org/apache/maven/app/App.java - v1.11
checkstyle errors corrected
2002-08-21 21:28:02 Vincent Massol src/java/org/apache/maven/app/App.java - v1.10
checkstyle errors corrected
2002-08-21 21:27:44 Vincent Massol src/java/org/apache/maven/app/Maven.java - v1.95
checkstyle errors corrected
2002-08-21 21:04:19 Vincent Massol .cvsignore - v1.13
added Eclipse project files to ignore list. They can be easily generated anytime by typing "maven eclipse".
2002-08-21 21:03:13 Vincent Massol .cvsignore - v1.12
one more ignore file: build.properties
2002-08-21 21:01:58 Vincent Massol project.xml - v1.194
added missing URLs for Maven dependencies jars
2002-08-21 20:46:36 Vincent Massol xdocs/status.xml - v1.5
added news for maven b6 release
2002-08-21 16:51:15 Vincent Massol project.properties - v1.27
fixed quotes (they must not be there of course ...)
2002-08-21 15:48:46 Vincent Massol project.properties - v1.26
Display the date on the Maven web site
2002-08-21 13:20:36 Jason van Zyl xdocs/reference/user-guide.xml - v1.1
o Not even close to complete, but I said I would put the docs on properties
  processing in the user guide so we could discuss exactly how they should
  work before making it happen in the code.
2002-08-21 12:10:10 Jason van Zyl build-bootstrap.xml - v1.156
o Making sure that when maven builds with itself that it is starting
  with a clean slate.
PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-21 12:07:48 Jason van Zyl src/plugins-build/reactor/src/java/org/apache/maven/reactor/ReactorTag.java - v1.4
o Reactor tag only needs to call Maven.runtimeInit now
2002-08-21 12:07:22 Jason van Zyl src/java/org/apache/maven/jelly/tags/project/MavenTag.java - v1.5
o Maven tag only needs to call runtimeInit in the Maven bean
2002-08-21 12:06:58 Jason van Zyl src/java/org/apache/maven/app/App.java - v1.9
src/java/org/apache/maven/app/Maven.java - v1.94
o Making loadProperties() and loadProperties(file) in Maven.java private
o Moving loadProperties into the runtime initialization and making App.java
  use that in an attempt to move more into the Maven bean so it can be used
  from different environments.
2002-08-21 07:46:17 Bob McWhirter src/plugins-build/xdoc/plugin.jelly - v1.13
Fix to allow users to actually override the stylesheets.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-20 18:06:14 Bob McWhirter src/plugins-build/war/plugin.jelly - v1.4
Convering line-endings from wacky^M dos^M endings to
normal unix things.  Plus, fix to use the new getProperty()
instead of the older meta-info stuff.

PR: MAVEN-90
Submitted by: James CE Johnson <jcej@tragus.org>
2002-08-20 17:57:46 Bob McWhirter project.xml - v1.193
src/plugins-build/perforce/maven.xml - v1.1
src/plugins-build/perforce/plugin.jelly - v1.1
src/plugins-build/perforce/project.xml - v1.1
Plugin to enable the perforce tasks in ant-optional.  Needed to stuff
the ORO regexp jar into the classpath at the appropriate location.


Submitted by: James CE Johnson <jcej@tragus.org>
2002-08-20 14:53:45 Jason van Zyl src/java/org/apache/maven/app/Maven.java - v1.93
o correcting the javaodoc on the load order of properties.
2002-08-20 14:52:36 Jason van Zyl src/test/java/org/apache/maven/project/ProjectInheritanceTest.java - v1.8
src/test/java/org/apache/maven/project/ProjectMapperTest.java - v1.13
o update version
2002-08-20 14:02:05 Jason van Zyl project.xml - v1.192
o updating the version post release
PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-20 13:56:21 Jason van Zyl project.xml - v1.191
o updating versions
PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-20 12:33:54 Jason van Zyl src/java/org/apache/maven/app/Maven.java - v1.92
o I will remove the hardcoding later. James just noticed this.
2002-08-20 11:43:06 Jason van Zyl src/announcements/1.0-beta-2.ann - v1.1
src/announcements/1.0-beta-3.ann - v1.1
src/announcements/1.0-beta-4.ann - v1.1
src/announcements/1.0-beta-5.ann - v1.1
src/announcements/1.0-beta-6.ann - v1.1
src/announcements/beta2.announcement - v1.3
src/announcements/beta2.properties - v1.6
src/announcements/beta3.announcement - v1.6
src/announcements/beta3.properties - v1.4
src/announcements/beta4.announcement - v1.12
src/announcements/beta4.properties - v1.3
src/announcements/beta5.announcement - v1.6
src/announcements/beta5.properties - v1.2
o Using full version names in the announcement files and getting rid
  of the properties files as they have never been used.
2002-08-20 06:31:44 jon project.xml - v1.190
remove dumb mistake

(really drives me nuts that people don't test their changes before
checkin!)

-jon
2002-08-20 06:28:29 jon src/bin/maven.bat - v1.16
fixed the linefeeds to be DOS based instead of Unix.

-jon
2002-08-20 05:34:48 dIon Gillard project.xml - v1.189
Added Martin Cooper as a contributor
2002-08-20 05:33:11 dIon Gillard src/bin/maven.bat - v1.15
Patch from Martin Cooper to allow Win9x users to run Maven
2002-08-20 03:12:05 Jason van Zyl src/java/org/apache/maven/app/PluginManager.java - v1.27
o Committing start of working making the plugin manager acknowledge
  <properties/> inside a plugin's project.xml file.
2002-08-20 03:12:55 Jason van Zyl src/java/org/apache/maven/project/Plugin.java - v1.1
o Class which represents a plugin. Not being used yet.
2002-08-20 03:10:46 Jason van Zyl src/plugins-build/checkstyle/project.xml - v1.11
o Commenting out the properties defined within the plugin's project.xml
  until after the beta-6 release. It's my test plugin for the new plugin
  mechanism but the release will come first and then back to the plugin
  mechanism.
2002-08-20 03:09:35 Jason van Zyl src/java/org/apache/maven/project/BaseObject.java - v1.14
o Getting rid of debug cruft
2002-08-20 02:15:41 Jason van Zyl xdocs/faq.xml - v1.14
o Adding a quick blurb about copying dependencies to a given location. This
  can be changed to a reference to the user's guide which is currently
  vapourware.
2002-08-20 01:52:25 Jason van Zyl src/plugins-build/deploy/plugin.jelly - v1.8
o Allow an optional list of dep ids to be supplied to the copy-deps tag
  so that certain JARs can be excluded from the copy to the 'todir'.
2002-08-20 01:50:57 Jason van Zyl src/java/org/apache/maven/project/Project.java - v1.38
o Add a way to get a dependency object by id. Now used in the deploy:copy-deps
  tag so that a list of dep ids can be supplied to exclude certain
  dependency jars from being copied to the 'todir'.
2002-08-20 01:49:53 Jason van Zyl src/java/org/apache/maven/project/BaseObject.java - v1.13
o Add a way to get the fully resolved list of properties.
2002-08-20 00:46:08 Jason van Zyl xdocs/faq.xml - v1.13
o removing checkstyle faq entries from the general FAQ.
2002-08-19 15:04:25 Bob McWhirter src/java/org/apache/maven/app/App.java - v1.8
Fix for time stats at the end of a run.  we were losing the minutes.

PR: MAVEN-82
2002-08-18 18:42:58 Vincent Massol src/plugins-build/aspectj/project.xml - v1.3
update to AspectJ 1.0.6 (latest version)
2002-08-18 18:34:19 Bob McWhirter src/plugins-build/latex/plugin.jelly - v1.3
Fixing latex plugin to devine the correct parent directory.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-18 18:28:44 Jason van Zyl xdocs/index.xml - v1.10
o fixing link to project descriptor
2002-08-18 18:27:52 Jason van Zyl xdocs/reference/project-descriptor.xml - v1.2
o fix link to XML Schema
2002-08-18 18:15:25 Jason van Zyl src/plugins-build/importscrubber/src/conf/Importscrubber.jnlp - v1.1
o moved to plugin
2002-08-18 18:14:16 Jason van Zyl src/conf/Importscrubber.jnlp - v1.2
o moving importscrubber jnlp to the plugin.
2002-08-18 17:59:43 Jason van Zyl src/tools/migrate-repo.pl - v1.1
o Adding perl script for converting a b4 repo to a b5+ repo. Thanks
  to James CE Johnson.
2002-08-18 17:49:26 Jason van Zyl project.xml - v1.188
o Adding a couple of simple meta property entries in the POM for testing. I
  will remove when the plugin changes are complete.
PR:
Obtained from:
Submitted by:
Reviewed by:
2002-08-18 17:48:14 Jason van Zyl src/plugins-build/antlr/project.xml - v1.10
src/plugins-build/aspectj/project.xml - v1.2
src/plugins-build/checkstyle/project.xml - v1.10
src/plugins-build/clover/project.xml - v1.8
src/plugins-build/dependency/project.xml - v1.18
src/plugins-build/dist/project.xml - v1.7
src/plugins-build/docbook/project.xml - v1.8
src/plugins-build/graph/project.xml - v1.15
src/plugins-build/javadoc/project.xml - v1.7
src/plugins-build/jdepend/project.xml - v1.11
src/plugins-build/jdiff/project.xml - v1.2
src/plugins-build/jxr/project.xml - v1.9
src/plugins-build/latex/project.xml - v1.6
src/plugins-build/pdf/project.xml - v1.9
src/plugins-build/pom/project.xml - v1.8
src/plugins-build/site/project.xml - v1.7
src/plugins-build/war/xdocs/properties.xml - v1.2
src/plugins-build/webserver/project.xml - v1.7
src/plugins-build/xdoc/project.xml - v1.14
o Updating all the plugins to use <properties/> instead of the ugly
  meta properties notation.
2002-08-18 17:47:08 Jason van Zyl src/test/java/org/apache/maven/project/ProjectMapperTest.java - v1.12
o Adding a couple simple tests to check for correct meta properties.
2002-08-18 17:46:19 Jason van Zyl src/java/org/apache/maven/MavenUtils.java - v1.41
o Modify the bean reader so that a rule is added that will allow the
  use of meta properties in the POM, or any other object type eventually
  used by Maven.
2002-08-18 17:45:28 Jason van Zyl src/java/org/apache/maven/MetaPropertiesRule.java - v1.1
o Simple digester rule for picking off meta properties.
2002-08-18 17:43:59 Jason van Zyl src/java/org/apache/maven/app/PluginManager.java - v1.26
o The plugin manager is using the new getProperty() method.
2002-08-18 17:43:33 Jason van Zyl src/java/org/apache/maven/project/BaseObject.java - v1.12
src/java/org/apache/maven/project/Dependency.java - v1.16
o All object in the POM can now store meta properties that are listed
  using the following pattern.

  <properties>
    <classloader>root</classloader>
    <sourceDirectory>src/java</sourceDirectory>
  </properties>

  Where we have:

  classloader = root
  sourceDirectory = src/java