Commit Graph

  • a8d856afe1 fix bad jelly dion 2003-02-27 21:52:08 +00:00
  • df558cc6bb - fixed a defect causing the OM classes to be regenerated every time - fixed a bad reference to the plugin.properties file. This was due to a slight change in the plugin's directory name after the move into the maven cvs repo - Removed the annoying echo messages telling the user what the plugin is doing. quintonm 2003-02-27 16:45:42 +00:00
  • a242b819c4 Buggy but working deploy snapshot jar target. Warning: the jar to deploy must be in the same directory as you run the goal dion 2003-02-27 15:29:50 +00:00
  • 309f86cb87 o MAVEN-300: Multithreaded jalopy is not reliable. Non thread-safe perl5compiler bwalding 2003-02-27 12:27:50 +00:00
  • 95ebcf3852 Apply patch from Jim Crossley. Thanks. evenisse 2003-02-27 10:30:33 +00:00
  • adcec2136e Torque plugin moved from the torque cvs repository. quintonm 2003-02-26 23:30:46 +00:00
  • 31ab82a2c7 Updated the documentation to reflect the change I just made. kaz 2003-02-26 20:35:59 +00:00
  • dbff6d84c1 No need to explicity copy over the images as they are included in the generic copying of resources. kaz 2003-02-26 19:59:10 +00:00
  • b341a59997 I can't build without grant being added to linkcheck. The tests always fail with a class not found error. This fixes that. kschrader 2003-02-26 19:57:21 +00:00
  • b7d07b2a29 While reading the user list, someone was asking about how to include excel files in his site. Rather than make some "special" directory, I've modified the xdoc plugin to copy over anything from the xdoc directory instead of just *.htm[l] files. This excludes the CVS directories and any *.xml files. kaz 2003-02-26 19:49:55 +00:00
  • c10b4e20f7 Add -x parameter for bypass error messages evenisse 2003-02-26 16:16:20 +00:00
  • 14a61fc50b Add encoding support for tasklist evenisse 2003-02-25 11:50:54 +00:00
  • dff505dcbf o Applied patch from Adam Murdoch (email title : "[patch] Fix maven.xdoc.date") o Made slight mods to fix navigation-top not displaying o Made inline css mods to make bottom-right actually display at bottom right bwalding 2003-02-25 08:06:34 +00:00
  • f897211eb8 Fix mysql lgpl file dion 2003-02-25 07:51:33 +00:00
  • 5734707c96 Fix mm.mysql lgpl file dion 2003-02-25 07:49:18 +00:00
  • 738b988de7 More text licenses dion 2003-02-25 07:41:06 +00:00
  • 0cd4db3427 Remove # from file name when working out local names dion 2003-02-25 06:59:50 +00:00
  • 81a8e2060d Add eclipse and change from html to text for some lgpl licenses dion 2003-02-25 06:55:26 +00:00
  • d8691c38ba delete file before downloading so windows doesn't get casing screwed dion 2003-02-25 06:52:14 +00:00
  • 234a137b13 add rename-licenses for audit dion 2003-02-25 06:00:24 +00:00
  • f72d9aacb0 Text version of maven license dion 2003-02-25 05:49:10 +00:00
  • 296d782062 Add repository plugin I've been using for audit process dion 2003-02-25 02:46:34 +00:00
  • 9a627a8a0e Fix bug generating goals dion 2003-02-25 02:29:32 +00:00
  • 94f6de921f o MAVEN-292: Should now work with reactor bwalding 2003-02-24 14:04:25 +00:00
  • b61a95320d o MAVEN-292: Should now work with reactor bwalding 2003-02-24 13:58:54 +00:00
  • f28181ac81 o MAVEN-290: Don't transform changes.xml normally. Added changes plugin as default bwalding 2003-02-24 13:06:09 +00:00
  • d163728443 o MAVEN-290: Use changes.xml again bwalding 2003-02-24 13:05:07 +00:00
  • 8628833cb9 *** empty log message *** bwalding 2003-02-24 13:04:09 +00:00
  • 41c56b8b8e Applied patch from Adam Murdoch on 2002-02-18 dion 2003-02-23 17:59:27 +00:00
  • 902d17f64e o Removed excess debug logs bwalding 2003-02-23 16:09:08 +00:00
  • c6dc70ab19 o Consolidate reporting model bwalding 2003-02-23 15:57:38 +00:00
  • 9873992dfe o Add new report deregister goal, modify register goal for slightly modified report method bwalding 2003-02-23 15:57:06 +00:00
  • 7ade43c7a6 Fix parameters that were URL but broken under windows dion 2003-02-23 12:51:19 +00:00
  • 8a55953b1d Add xerces so jdk1.3 build works Add commons-logging from j2ee plugin dependencies dion 2003-02-23 11:38:02 +00:00
  • 654c24fd74 Make junit tests fork so it's easier to pick up dependency errors dion 2003-02-23 11:36:29 +00:00
  • 4c0c5e116d Fix resource location to new plugin-resources directory dion 2003-02-23 11:33:22 +00:00
  • af35238eab Add commons-logging dependency. Remove old ear code dion 2003-02-23 11:30:03 +00:00
  • aa891b3d5f o MAVEN-286: Now enabled by default. Recognises proxies, not as many spurious messages. bwalding 2003-02-22 00:37:39 +00:00
  • a649b56599 o See previous commit for details. Missed this line when committing. bwalding 2003-02-21 22:46:19 +00:00
  • 16871565cd o MAVEN-283: Use absolute paths for src / dest dir. Required for basedir's with .. in them bwalding 2003-02-21 22:42:30 +00:00
  • 7fceb0810d o Due to the variations between projects, some projects are passing in full paths and others are relative paths. This change checks to see if the path has already been appended to ${basedir}. If not, it prepends basedir. JXRBean now expects something that will slot directly into new File(path). bwalding 2003-02-21 22:33:53 +00:00
  • 574f0cbfae o MAVEN-289: Apply patch from Eric Weidner to handle local repositories bwalding 2003-02-21 22:00:51 +00:00
  • 0a882b8dac Adding velocity to the list of deps. kaz 2003-02-21 22:00:27 +00:00
  • 293ea5e04e Stephen McConnell <mcconnell@apache.org> writes: kschrader 2003-02-21 16:08:33 +00:00
  • 47bcefd504 Correction of java web start bug defines here : o http://forum.java.sun.com/thread.jsp?thread=275890&forum=38&message=1336773 o http://developer.java.sun.com/developer/bugParade/bugs/4739089.html evenisse 2003-02-21 15:20:47 +00:00
  • c62c5c2576 Fixing mvdb's patch to make it actually work ;-) kaz 2003-02-20 22:28:36 +00:00
  • 96e68fd82d Applying patch from Martin van den Bemt <mllist@mvdb.net>. Adds a new optionally footer section and corrects the copyright symbol. Thanks Martin. kaz 2003-02-20 22:04:03 +00:00
  • 5b756361ae o fixing report name. Thanks to steve mconnell. jvanzyl 2003-02-20 20:10:23 +00:00
  • f53e4ad959 o MAVEN-213: Removes maven.test.failure between each run of console bwalding 2003-02-19 08:25:24 +00:00
  • ae4cf5f0d6 o MAVEN-213: We'll do it in console plugin instead bwalding 2003-02-19 08:24:00 +00:00
  • 4b9ca61b78 o MAVEN-213: Removes maven.test.failure between each run of test:test bwalding 2003-02-19 08:12:00 +00:00
  • 02528681e6 o MAVEN-269: There was an erroneous call to velocity's getText method when the argument would probably be null. bwalding 2003-02-19 06:33:32 +00:00
  • 603d7ce668 o MAVEN-239: Formatting bwalding 2003-02-19 06:01:38 +00:00
  • bfb9a31478 o MAVEN-239: Not sure how this regressed. For some reason there was a whole lot of whitespace being added. Trim the strings for safety. bwalding 2003-02-19 06:00:00 +00:00
  • 12618d09e2 o Upgrade to jdepend 2.5 bwalding 2003-02-19 05:50:26 +00:00
  • e47d6647c9 o MAVEN-282: Added missing braces to if statements bwalding 2003-02-18 14:21:35 +00:00
  • 2b3fc1d81b typo evenisse 2003-02-18 13:12:32 +00:00
  • 4863f893d5 o MAVEN-282: <location> requirement removed. Now calculates at start of site.jsl bwalding 2003-02-18 10:59:37 +00:00
  • 5f5faba0d6 o MAVEN-282: Removed <location> elements bwalding 2003-02-18 10:58:40 +00:00
  • 346372e942 o MAVEN-282: Location is now set by site.jsl bwalding 2003-02-18 10:57:15 +00:00
  • fd8b9814c9 correction of MAVEN-280. evenisse 2003-02-18 09:58:15 +00:00
  • bb57c2d925 o MAVEN-277: Delimiter is now changable.Get delim from character after scm eg scm|cvs (delim is |) bwalding 2003-02-17 20:53:42 +00:00
  • 390b6095ea o MAVEN-277: Delimiter is now changable bwalding 2003-02-17 20:53:05 +00:00
  • eb22223c3c correction of MAVEN-279. Thanks to Henning Schmiedehausen . evenisse 2003-02-17 17:31:55 +00:00
  • 511a4fb389 correction of MAVEN-278. Thanks to Henning Schmiedehausen . evenisse 2003-02-17 17:31:35 +00:00
  • 50206a3e2f o MAVEN-277: Improved string tokenizer that doesn't skip tokens bwalding 2003-02-17 11:24:49 +00:00
  • db74b969de o Make the logExecute function correctly number the log messages bwalding 2003-02-17 09:59:07 +00:00
  • 906c47cefa Added missing dep which would cause a build failure on 1.3. kaz 2003-02-17 04:42:02 +00:00
  • e1e560c2da o MAVEN-276: Initial checkin. Product is functional, but not optimised for simplicity / performance bwalding 2003-02-16 23:05:23 +00:00
  • b97acf616b o Added reminder to refresh the project bwalding 2003-02-16 21:58:10 +00:00
  • 2c538444c2 Simplified filter dion 2003-02-16 14:14:27 +00:00
  • b2f390701a Fix from Stephen McConnell re: incomplete copying done by site:fsdeploy dion 2003-02-16 14:13:53 +00:00
  • fd9212facc Fix use of import and parse with file objects dion 2003-02-15 14:47:39 +00:00
  • d08348b17d o About to do weird and wonderful things to the xdoc plugin. Tighten your seatbelts. bwalding 2003-02-15 14:08:02 +00:00
  • 4aee0192e0 o Rhino classes on classpath to stop javascript warning bwalding 2003-02-15 08:04:30 +00:00
  • 3ef9dc7575 o Rhino classes on classpath to stop javascript warning, additional code to disable scripting parsing bwalding 2003-02-15 08:04:20 +00:00
  • 349f2ab930 o Renamed f to fileToCheck bwalding 2003-02-15 08:03:23 +00:00
  • fd8370dc46 o Using jelly expression so that the node comes out unescape so the user can actually see what they are changing. jvanzyl 2003-02-14 19:28:46 +00:00
  • ccd84ffb82 o don't need the properties/classloader thing anymore. jvanzyl 2003-02-13 18:12:48 +00:00
  • c1696c3abf o Fixed a whole lot of broken bits in the eclipse classfile generation section bwalding 2003-02-13 15:23:31 +00:00
  • 4339dcbacf o Property doc change bwalding 2003-02-13 15:23:04 +00:00
  • 4c918f684a o Fixing eclipse plugin, contained mucho stupidity (all mine) bwalding 2003-02-13 15:22:48 +00:00
  • dc228b8534 o fixing links and generation output directory so that the tag lib docs now come out on the site correctly. jvanzyl 2003-02-13 02:29:47 +00:00
  • 1296fd6b48 o Updating JellyDoc plugin so that it can hooked dynamically into the site using the dyna-site goal. jvanzyl 2003-02-13 01:44:13 +00:00
  • 33f38f75d0 o tasklist doesn't have a compile time dependency on the vdoclet plugin. jvanzyl 2003-02-12 22:11:45 +00:00
  • 1d4aabfe0b o fix for transitive dynatag dependency problem. jvanzyl 2003-02-12 21:49:37 +00:00
  • 0dba0615e7 o MSV is ok. Putting back in and preparing for installer ball. jvanzyl 2003-02-12 21:21:38 +00:00
  • 318428618d o Removing offending files. Removed plugin deps due to non distribution issues but left the files in the repo. jvanzyl 2003-02-12 15:02:06 +00:00
  • 9d61d688e3 PR: Obtained from: Submitted by: Reviewed by: jvanzyl 2003-02-12 00:57:41 +00:00
  • 1c84e0f811 o more libs that can't be disted. jvanzyl 2003-02-12 00:10:07 +00:00
  • 4529bdfb59 PR: Obtained from: Submitted by: Reviewed by: jvanzyl 2003-02-11 23:54:00 +00:00
  • b525bff2f4 o removed the deployer code and therefore the need for none dist jars. jvanzyl 2003-02-11 23:18:41 +00:00
  • 49d0ed8dd9 o updating all plugin POMs. jvanzyl 2003-02-11 22:33:56 +00:00
  • 676ae0e853 o getting snapshot graduator working. jvanzyl 2003-02-11 22:10:43 +00:00
  • 5e6113f446 o Adding POM editor that graduates snapshot plugin versions. jvanzyl 2003-02-11 22:01:13 +00:00
  • f9c3f9af91 o getting rid of snap. jvanzyl 2003-02-11 21:20:24 +00:00
  • 779ff6c7a9 o flipping snapshot jvanzyl 2003-02-11 21:16:56 +00:00
  • 9890641ec2 o getting rid of snap. jvanzyl 2003-02-11 21:14:42 +00:00
  • ffb38d3330 o getting rid of snaps. jvanzyl 2003-02-11 21:14:01 +00:00
  • 4a5a69791e o update before tagging and letting it loose. PR: Obtained from: Submitted by: Reviewed by: jvanzyl 2003-02-11 16:45:08 +00:00