Commit Graph

236 Commits

Author SHA1 Message Date
kschrader
293ea5e04e Stephen McConnell <mcconnell@apache.org> writes:
The following patch corrects a number of bugs in the maven-report.xml.
The bugs include not checking for the existance of the tasks.xml and
changes.xml which results in links being added to the report summary
page that don't refer to anything.
Cheers, Steve.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112965 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 16:08:33 +00:00
evenisse
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


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112964 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 15:20:47 +00:00
kaz
c62c5c2576 Fixing mvdb's patch to make it actually work ;-)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112963 13f79535-47bb-0310-9956-ffa450edef68
2003-02-20 22:28:36 +00:00
kaz
96e68fd82d Applying patch from Martin van den Bemt <mllist@mvdb.net>. Adds a new
optionally footer section and corrects the copyright symbol.  Thanks
Martin.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112962 13f79535-47bb-0310-9956-ffa450edef68
2003-02-20 22:04:03 +00:00
jvanzyl
5b756361ae o fixing report name. Thanks to steve mconnell.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112961 13f79535-47bb-0310-9956-ffa450edef68
2003-02-20 20:10:23 +00:00
bwalding
f53e4ad959 o MAVEN-213: Removes maven.test.failure between each run of console
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112960 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 08:25:24 +00:00
bwalding
ae4cf5f0d6 o MAVEN-213: We'll do it in console plugin instead
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112959 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 08:24:00 +00:00
bwalding
4b9ca61b78 o MAVEN-213: Removes maven.test.failure between each run of test:test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112958 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 08:12:00 +00:00
bwalding
02528681e6 o MAVEN-269: There was an erroneous call to velocity's getText method when the argument would
probably be null.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112957 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 06:33:32 +00:00
bwalding
603d7ce668 o MAVEN-239: Formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112956 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 06:01:38 +00:00
bwalding
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112955 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 06:00:00 +00:00
bwalding
12618d09e2 o Upgrade to jdepend 2.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112954 13f79535-47bb-0310-9956-ffa450edef68
2003-02-19 05:50:26 +00:00
bwalding
e47d6647c9 o MAVEN-282: Added missing braces to if statements
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112953 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 14:21:35 +00:00
evenisse
2b3fc1d81b typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112952 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 13:12:32 +00:00
bwalding
4863f893d5 o MAVEN-282: <location> requirement removed. Now calculates at start of site.jsl
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112951 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 10:59:37 +00:00
bwalding
5f5faba0d6 o MAVEN-282: Removed <location> elements
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112950 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 10:58:40 +00:00
bwalding
346372e942 o MAVEN-282: Location is now set by site.jsl
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112949 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 10:57:15 +00:00
evenisse
fd8b9814c9 correction of MAVEN-280.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112948 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 09:58:15 +00:00
bwalding
bb57c2d925 o MAVEN-277: Delimiter is now changable.Get delim from character after scm eg
scm|cvs (delim is |)


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112947 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 20:53:42 +00:00
bwalding
390b6095ea o MAVEN-277: Delimiter is now changable
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112946 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 20:53:05 +00:00
evenisse
eb22223c3c correction of MAVEN-279.
Thanks to  Henning Schmiedehausen .


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112945 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 17:31:55 +00:00
evenisse
511a4fb389 correction of MAVEN-278.
Thanks to  Henning Schmiedehausen .


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112944 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 17:31:35 +00:00
bwalding
50206a3e2f o MAVEN-277: Improved string tokenizer that doesn't skip tokens
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112943 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 11:24:49 +00:00
bwalding
db74b969de o Make the logExecute function correctly number the log messages
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112942 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 09:59:07 +00:00
kaz
906c47cefa Added missing dep which would cause a build failure on 1.3.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112941 13f79535-47bb-0310-9956-ffa450edef68
2003-02-17 04:42:02 +00:00
bwalding
e1e560c2da o MAVEN-276: Initial checkin. Product is functional, but not optimised for simplicity / performance
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112940 13f79535-47bb-0310-9956-ffa450edef68
2003-02-16 23:05:23 +00:00
bwalding
b97acf616b o Added reminder to refresh the project
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112939 13f79535-47bb-0310-9956-ffa450edef68
2003-02-16 21:58:10 +00:00
dion
2c538444c2 Simplified filter
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112938 13f79535-47bb-0310-9956-ffa450edef68
2003-02-16 14:14:27 +00:00
dion
b2f390701a Fix from Stephen McConnell re: incomplete copying done by site:fsdeploy
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112937 13f79535-47bb-0310-9956-ffa450edef68
2003-02-16 14:13:53 +00:00
dion
fd9212facc Fix use of import and parse with file objects
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112936 13f79535-47bb-0310-9956-ffa450edef68
2003-02-15 14:47:39 +00:00
bwalding
d08348b17d o About to do weird and wonderful things to the xdoc plugin. Tighten your seatbelts.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112935 13f79535-47bb-0310-9956-ffa450edef68
2003-02-15 14:08:02 +00:00
bwalding
4aee0192e0 o Rhino classes on classpath to stop javascript warning
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112934 13f79535-47bb-0310-9956-ffa450edef68
2003-02-15 08:04:30 +00:00
bwalding
3ef9dc7575 o Rhino classes on classpath to stop javascript warning, additional code to disable scripting parsing
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112933 13f79535-47bb-0310-9956-ffa450edef68
2003-02-15 08:04:20 +00:00
bwalding
349f2ab930 o Renamed f to fileToCheck
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112932 13f79535-47bb-0310-9956-ffa450edef68
2003-02-15 08:03:23 +00:00
jvanzyl
fd8370dc46 o Using jelly expression so that the node comes out unescape so the user
can actually see what they are changing.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112931 13f79535-47bb-0310-9956-ffa450edef68
2003-02-14 19:28:46 +00:00
jvanzyl
ccd84ffb82 o don't need the properties/classloader thing anymore.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112930 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 18:12:48 +00:00
bwalding
c1696c3abf o Fixed a whole lot of broken bits in the eclipse classfile generation section
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112929 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 15:23:31 +00:00
bwalding
4339dcbacf o Property doc change
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112928 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 15:23:04 +00:00
bwalding
4c918f684a o Fixing eclipse plugin, contained mucho stupidity (all mine)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112927 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 15:22:48 +00:00
jvanzyl
dc228b8534 o fixing links and generation output directory so that the tag lib
docs now come out on the site correctly.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112926 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 02:29:47 +00:00
jvanzyl
1296fd6b48 o Updating JellyDoc plugin so that it can hooked dynamically into the site
using the dyna-site goal.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112925 13f79535-47bb-0310-9956-ffa450edef68
2003-02-13 01:44:13 +00:00
jvanzyl
33f38f75d0 o tasklist doesn't have a compile time dependency on the vdoclet plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112923 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 22:11:45 +00:00
jvanzyl
1d4aabfe0b o fix for transitive dynatag dependency problem.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112922 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 21:49:37 +00:00
jvanzyl
0dba0615e7 o MSV is ok. Putting back in and preparing for installer ball.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112921 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 21:21:38 +00:00
jvanzyl
318428618d o Removing offending files. Removed plugin deps due to non distribution
issues but left the files in the repo.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112920 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 15:02:06 +00:00
jvanzyl
9d61d688e3 PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112919 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 00:57:41 +00:00
jvanzyl
1c84e0f811 o more libs that can't be disted.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112918 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 00:10:07 +00:00
jvanzyl
4529bdfb59 PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112917 13f79535-47bb-0310-9956-ffa450edef68
2003-02-11 23:54:00 +00:00
jvanzyl
b525bff2f4 o removed the deployer code and therefore the need for none dist jars.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112916 13f79535-47bb-0310-9956-ffa450edef68
2003-02-11 23:18:41 +00:00
jvanzyl
49d0ed8dd9 o updating all plugin POMs.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112915 13f79535-47bb-0310-9956-ffa450edef68
2003-02-11 22:33:56 +00:00