Commit Graph

894 Commits

Author SHA1 Message Date
dion
4c0c5e116d Fix resource location to new plugin-resources directory
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112973 13f79535-47bb-0310-9956-ffa450edef68
2003-02-23 11:33:22 +00:00
dion
af35238eab Add commons-logging dependency.
Remove old ear code


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112972 13f79535-47bb-0310-9956-ffa450edef68
2003-02-23 11:30:03 +00:00
bwalding
aa891b3d5f o MAVEN-286: Now enabled by default. Recognises proxies, not as many spurious messages.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112971 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 00:37:39 +00:00
bwalding
a649b56599 o See previous commit for details. Missed this line when committing.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112970 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 22:46:19 +00:00
bwalding
16871565cd o MAVEN-283: Use absolute paths for src / dest dir. Required for basedir's with .. in them
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112969 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 22:42:30 +00:00
bwalding
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).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112968 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 22:33:53 +00:00
bwalding
574f0cbfae o MAVEN-289: Apply patch from Eric Weidner to handle local repositories
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112967 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 22:00:51 +00:00
kaz
0a882b8dac Adding velocity to the list of deps.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112966 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 22:00:27 +00:00
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