cvs commit: maven-plugins/java/xdocs changes.xml

2004-12-03 Thread brett
brett   2004/12/03 23:50:16

  Modified:java project.xml
   java/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  ChangesPath
  1.27  +6 -1  maven-plugins/java/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml   29 Jun 2004 13:43:16 -  1.26
  +++ project.xml   4 Dec 2004 07:50:16 -   1.27
  @@ -23,7 +23,7 @@
 3
 maven-java-plugin
 Maven Java Plug-in
  -  1.5-SNAPSHOT
  +  1.5
 
 Compile java code
 http://maven.apache.org/reference/plugins/java/
  @@ -44,6 +44,11 @@
 1.4
 1.4
 MAVEN_JAVA_1_4
  +
  +
  +  1.5
  +  1.5
  +  MAVEN_JAVA_1_5
   
 
 
  
  
  
  1.15  +1 -1  maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml   7 Oct 2004 18:45:35 -   1.14
  +++ changes.xml   4 Dec 2004 07:50:16 -   1.15
  @@ -25,7 +25,7 @@
   Kurt Schrader
 
 
  -
  +
 Make it work by 
default with any version of the JDK
 Deprecate dependency handle
 Use assert taglib for tests
  
  
  

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



Re: cvs commit: maven-plugins/java/xdocs changes.xml properties.xml

2004-10-07 Thread Brett Porter
Vincent,
I'd like to see a stronger documentation of this change. To the end 
user, they don't see that if they build on JDK 1.4 now, it won't deploy 
to JDK 1.3.

This would break my work environment, with the only changelog being: 
"Make it work by default with any version of the JDK"

Thanks,
Brett
[EMAIL PROTECTED] wrote:
vmassol 2004/10/07 11:45:35
 Modified:java plugin.jelly plugin.properties
  java/xdocs changes.xml properties.xml
 Log:
 Make it work with any version of the JDK. fixes MPJAVA-22.
 
 Revision  ChangesPath
 1.30  +4 -1  maven-plugins/java/plugin.jelly
 
 Index: plugin.jelly
 ===
 RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
 retrieving revision 1.29
 retrieving revision 1.30
 diff -u -r1.29 -r1.30
 --- plugin.jelly	6 Jul 2004 12:37:18 -	1.29
 +++ plugin.jelly	7 Oct 2004 18:45:35 -	1.30
 @@ -48,7 +48,6 @@
excludes="**/package.html"
debug="${maven.compile.debug}"
deprecation="${maven.compile.deprecation}"
 -  target="${maven.compile.target}"
optimize="${maven.compile.optimize}">

  
 @@ -115,6 +114,10 @@


  
 +  
 +
 +  
 +



 
 
 
 1.11  +0 -2  maven-plugins/java/plugin.properties
 
 Index: plugin.properties
 ===
 RCS file: /home/cvs/maven-plugins/java/plugin.properties,v
 retrieving revision 1.10
 retrieving revision 1.11
 diff -u -r1.10 -r1.11
 --- plugin.properties	12 Jun 2004 23:38:35 -	1.10
 +++ plugin.properties	7 Oct 2004 18:45:35 -	1.11
 @@ -17,5 +17,3 @@
  # ---
  # P L U G I N P R O P E R T I E S
  # ---
 -
 -maven.compile.target = 1.1
 
 
 
 1.14  +1 -0  maven-plugins/java/xdocs/changes.xml
 
 Index: changes.xml
 ===
 RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
 retrieving revision 1.13
 retrieving revision 1.14
 diff -u -r1.13 -r1.14
 --- changes.xml	6 Jul 2004 12:37:18 -	1.13
 +++ changes.xml	7 Oct 2004 18:45:35 -	1.14
 @@ -26,6 +26,7 @@


  
 +  Make it work by default with any version of the JDK
Deprecate dependency handle
Use assert taglib for tests
  
 
 
 
 1.14  +1 -3  maven-plugins/java/xdocs/properties.xml
 
 Index: properties.xml
 ===
 RCS file: /home/cvs/maven-plugins/java/xdocs/properties.xml,v
 retrieving revision 1.13
 retrieving revision 1.14
 diff -u -r1.13 -r1.14
 --- properties.xml	12 Jun 2004 23:38:35 -	1.13
 +++ properties.xml	7 Oct 2004 18:45:35 -	1.14
 @@ -176,9 +176,7 @@
  
Corresponds to the target attribute for the ant 
http://ant.apache.org/manual/CoreTasks/javac.html";>javac
 -  task.
 -  This value defaults to 1.1 so that builds on JDK 1.4 or later stil work on
 -  earlier JVMs.
 +  task. This value defaults to the Ant task default value.
  

  
 
 
 

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

 


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


cvs commit: maven-plugins/java/xdocs changes.xml properties.xml

2004-10-07 Thread vmassol
vmassol 2004/10/07 11:45:35

  Modified:java plugin.jelly plugin.properties
   java/xdocs changes.xml properties.xml
  Log:
  Make it work with any version of the JDK. fixes MPJAVA-22.
  
  Revision  ChangesPath
  1.30  +4 -1  maven-plugins/java/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- plugin.jelly  6 Jul 2004 12:37:18 -   1.29
  +++ plugin.jelly  7 Oct 2004 18:45:35 -   1.30
  @@ -48,7 +48,6 @@
 excludes="**/package.html"
 debug="${maven.compile.debug}"
 deprecation="${maven.compile.deprecation}"
  -  target="${maven.compile.target}"
 optimize="${maven.compile.optimize}">
 
   
  @@ -115,6 +114,10 @@
 
 
   
  +  
  +
  +  
  +
 
 
 
  
  
  
  1.11  +0 -2  maven-plugins/java/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.properties 12 Jun 2004 23:38:35 -  1.10
  +++ plugin.properties 7 Oct 2004 18:45:35 -   1.11
  @@ -17,5 +17,3 @@
   # ---
   # P L U G I N P R O P E R T I E S
   # ---
  -
  -maven.compile.target = 1.1
  
  
  
  1.14  +1 -0  maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml   6 Jul 2004 12:37:18 -   1.13
  +++ changes.xml   7 Oct 2004 18:45:35 -   1.14
  @@ -26,6 +26,7 @@
 
 
   
  +  Make it work by default 
with any version of the JDK
 Deprecate dependency handle
 Use assert taglib for tests
   
  
  
  
  1.14  +1 -3  maven-plugins/java/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/properties.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- properties.xml12 Jun 2004 23:38:35 -  1.13
  +++ properties.xml7 Oct 2004 18:45:35 -   1.14
  @@ -176,9 +176,7 @@
   
 Corresponds to the target attribute for the ant 
 http://ant.apache.org/manual/CoreTasks/javac.html";>javac
  -  task.
  -  This value defaults to 1.1 so that builds on JDK 1.4 or later stil 
work on
  -  earlier JVMs.
  +  task. This value defaults to the Ant task default value.
   
 
   
  
  
  

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



cvs commit: maven-plugins/java/xdocs changes.xml

2004-05-15 Thread brett
brett   2004/05/15 18:08:45

  Modified:java project.xml
   java/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  ChangesPath
  1.23  +6 -1  maven-plugins/java/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml   2 May 2004 14:04:49 -   1.22
  +++ project.xml   16 May 2004 01:08:44 -  1.23
  @@ -23,7 +23,7 @@
 3
 maven-java-plugin
 Maven Java Plug-in
  -  1.4-SNAPSHOT
  +  1.4
 
 Compile java code
 http://maven.apache.org/reference/plugins/java/
  @@ -44,6 +44,11 @@
 1.4
 1.4
 HEAD
  +
  +
  +  1.4
  +  1.4
  +  MAVEN_JAVA_1_4
   
 
 
  
  
  
  1.11  +17 -52maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml   8 May 2004 01:02:29 -   1.10
  +++ changes.xml   16 May 2004 01:08:45 -  1.11
  @@ -1,4 +1,5 @@
  -
  +
  +
   

cvs commit: maven-plugins/java/xdocs changes.xml

2004-05-07 Thread brett
brett   2004/05/07 18:02:29

  Modified:java plugin.jelly
   java/xdocs changes.xml
  Log:
  PR: MPJAVA-18
  allow specifying external JDK
  
  Revision  ChangesPath
  1.27  +12 -0 maven-plugins/java/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- plugin.jelly  8 May 2004 00:57:44 -   1.26
  +++ plugin.jelly  8 May 2004 01:02:29 -   1.27
  @@ -73,6 +73,18 @@
   
 
 
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
  +  
  +  
  +
 
   
   
  
  
  
  1.10  +1 -0  maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml   8 May 2004 00:57:44 -   1.9
  +++ changes.xml   8 May 2004 01:02:29 -   1.10
  @@ -27,6 +27,7 @@
 
   
   
  +  Allow 
specifying a JDK to compile with other than the running one
 Add 
memory usage parameters to pass to the ant javac task
 Add source property, default to 1.3. This is 
required to use JDK 1.5.
   
  
  
  

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



cvs commit: maven-plugins/java/xdocs changes.xml properties.xml

2004-05-07 Thread brett
brett   2004/05/07 17:57:44

  Modified:java plugin.jelly
   java/xdocs changes.xml properties.xml
  Log:
  PR: MPJAVA-1
  Submitted by: Scott Foster
  add memory attributes to pass to javac task
  
  Revision  ChangesPath
  1.26  +10 -0 maven-plugins/java/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly  25 Mar 2004 05:43:19 -  1.25
  +++ plugin.jelly  8 May 2004 00:57:44 -   1.26
  @@ -91,6 +91,15 @@
 
 
   
  +
  +
  +  
  +
  +
  +
  +  
  +
  +
 
 
 
  @@ -100,6 +109,7 @@
 
   
 
  +
   
   
 
  
  
  
  1.9   +1 -0  maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml   30 Apr 2004 14:38:42 -  1.8
  +++ changes.xml   8 May 2004 00:57:44 -   1.9
  @@ -27,6 +27,7 @@
 
   
   
  +  Add 
memory usage parameters to pass to the ant javac task
 Add source property, default to 1.3. This is 
required to use JDK 1.5.
   
   
  
  
  
  1.11  +30 -0 maven-plugins/java/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/properties.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- properties.xml25 Mar 2004 05:43:19 -  1.10
  +++ properties.xml8 May 2004 00:57:44 -   1.11
  @@ -117,6 +117,36 @@
 
   
   
  +  maven.compile.memoryInitialSize
  +  Yes
  +  
  +
  +  Sets the initial memory size value passed to the VM when fork is set 
to true.
  +  Has no effect if fork is false.
  +
  +
  +  Corresponds to the memoryInitialSize attribute for the 
ant 
  +  http://ant.apache.org/manual/CoreTasks/javac.html";>javac
  +  task.
  +
  +  
  +
  +
  +  maven.compile.memoryMaximumSize
  +  Yes
  +  
  +
  +  Sets the maximum memory size value passed to the VM when fork is set 
to true.
  +  Has no effect if fork is false.
  +
  +
  +  Corresponds to the memoryMaximumSize attribute for the 
ant 
  +  http://ant.apache.org/manual/CoreTasks/javac.html";>javac
  +  task.
  +
  +  
  +
  +
 maven.compile.optimize
 Yes
 
  
  
  

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



cvs commit: maven-plugins/java/xdocs changes.xml properties.xml

2004-03-24 Thread brett
brett   2004/03/24 21:43:19

  Modified:java plugin.jelly plugin.properties
   java/xdocs changes.xml properties.xml
  Log:
  add maven.compile.source property. Needed to work under JDK 1.5.0
  
  Revision  ChangesPath
  1.25  +1 -0  maven-plugins/java/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- plugin.jelly  4 Mar 2004 18:35:34 -   1.24
  +++ plugin.jelly  25 Mar 2004 05:43:19 -  1.25
  @@ -48,6 +48,7 @@
 excludes="**/package.html"
 debug="${maven.compile.debug}"
 deprecation="${maven.compile.deprecation}"
  +  source="${maven.compile.source}"
 target="${maven.compile.target}"
 optimize="${maven.compile.optimize}">
 
  
  
  
  1.8   +2 -1  maven-plugins/java/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.properties 4 Mar 2004 18:35:34 -   1.7
  +++ plugin.properties 25 Mar 2004 05:43:19 -  1.8
  @@ -21,4 +21,5 @@
   # FIXME: Need to move these to the jar plugin
   maven.jar.manifest = ${maven.conf.dir}/Manifest.mf
   maven.jar.mainclass = 
  -maven.compile.target = 1.1
  \ No newline at end of file
  +maven.compile.target = 1.1
  +maven.compile.source = 1.3
  
  
  
  1.7   +4 -0  maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml   4 Mar 2004 18:35:34 -   1.6
  +++ changes.xml   25 Mar 2004 05:43:19 -  1.7
  @@ -26,6 +26,10 @@
   
 
   
  +
  +  Add source property, default to 1.3. This is 
required to use JDK 1.5.
  +
  +
   
 
   Remove clean goals and jar goals. Clean goals and jar goals move to
  
  
  
  1.10  +16 -0 maven-plugins/java/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/properties.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- properties.xml4 Mar 2004 18:35:34 -   1.9
  +++ properties.xml25 Mar 2004 05:43:19 -  1.10
  @@ -147,6 +147,22 @@
 
   
   
  +  maven.compile.source
  +  Yes
  +  
  +
  +  Specifies the source version for the Java compiler.
  +
  +
  +  Corresponds to the source attribute for the ant 
  +  http://ant.apache.org/manual/CoreTasks/javac.html";>javac
  +  task.
  +  This value defaults to 1.3 so that builds on JDK 1.4 or later stil 
work on
  +  earlier JVMs. Valid values are 1.3, 1.4, 1.5.
  +
  +  
  +
  +
 maven.compile.target
 Yes
 
  
  
  

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



cvs commit: maven-plugins/java/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml

2004-03-04 Thread evenisse
evenisse2004/03/04 10:35:34

  Modified:java plugin.jelly plugin.properties project.properties
project.xml
   java/src/plugin-test maven.xml project.xml
   java/xdocs changes.xml goals.xml index.xml navigation.xml
properties.xml
  Log:
  Update to ASL v.2
  
  Revision  ChangesPath
  1.24  +18 -0 maven-plugins/java/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/java/plugin.jelly,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- plugin.jelly  14 Sep 2003 14:51:33 -  1.23
  +++ plugin.jelly  4 Mar 2004 18:35:34 -   1.24
  @@ -1,4 +1,22 @@
   
  +
  +
   
   http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# ---
  +
  +# ---
   # P L U G I N P R O P E R T I E S
   # ---
   
  
  
  
  1.4   +16 -0 maven-plugins/java/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/java/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties6 Jan 2004 19:07:37 -   1.3
  +++ project.properties4 Mar 2004 18:35:34 -   1.4
  @@ -1,4 +1,20 @@
   # ---
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#  http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# ---
  +
  +# ---
   # P R O J E C T  P R O P E R T I E S
   # ---
   
  
  
  
  1.19  +18 -0 maven-plugins/java/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml   2 Mar 2004 15:05:55 -   1.18
  +++ project.xml   4 Mar 2004 18:35:34 -   1.19
  @@ -1,4 +1,22 @@
   
  +
  +
   
   
 ../project.xml
  
  
  
  1.2   +17 -0 maven-plugins/java/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/src/plugin-test/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 22 Sep 2003 01:21:49 -  1.1
  +++ maven.xml 4 Mar 2004 18:35:34 -   1.2
  @@ -1,3 +1,20 @@
  +
   

  
  
  
  1.2   +18 -0 maven-plugins/java/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/src/plugin-test/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   22 Sep 2003 01:21:49 -  1.1
  +++ project.xml   4 Mar 2004 18:35:34 -   1.2
  @@ -1,4 +1,22 @@
   
  +
  +
   
   
 3
  
  
  
  1.6   +18 -0 maven-plugins/java/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml   29 Sep 2003 06:18:40 -  1.5
  +++ changes.xml   4 Mar 2004 18:35:34 -   1.6
  @@ -1,4 +1,22 @@
   
  +
  +
   
 
   Changes
  
  
  
  1.6   +18 -0 maven-plugins/java/xdocs/goals.xml
  
  Index: goals.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/go