Re: cvs commit: jakarta-commons/validator maven.xml

2004-04-05 Thread dion
Is there a reason we can't use the resources element to do this?

--
dIon Gillard, Multitask Consulting



[EMAIL PROTECTED] wrote on 04/04/2004 07:19:14 AM:

 dgraham 2004/04/03 13:19:14
 
   Modified:validator maven.xml
   Log:
   Simplified copying validator dtd files.
 
   Revision  ChangesPath
   1.5   +9 -11 jakarta-commons/validator/maven.xml
 
   Index: maven.xml
   ===
   RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
   retrieving revision 1.4
   retrieving revision 1.5
   diff -u -r1.4 -r1.5
   --- maven.xml   29 Feb 2004 09:48:28 -   1.4
   +++ maven.xml   3 Apr 2004 21:19:14 -   1.5
   @@ -13,6 +13,7 @@
   See the License for the specific language governing permissions 
and
   limitations under the License.
--
   +
project default=java:jar
 
  preGoal name=xdoc:jelly-transform
   @@ -21,25 +22,22 @@
 
  postGoal name=java:compile
 
   -copytodir=${maven.build.dir}/classes/
   +copy todir=${maven.build.dir}/classes/
  fileset dir=${pom.build.sourceDirectory}
  excludes=**/*.java/
/copy
 
   -copytodir=${maven.build.dir}
 /classes/org/apache/commons/validator/resources/
   -  file=${basedir}/conf/share/validator_1_0.dtd/
   -
   -copytodir=${maven.build.dir}
 /classes/org/apache/commons/validator/resources/
   -  file=${basedir}/conf/share/validator_1_0_1.dtd/
   -
   -copytodir=${maven.build.dir}
 /classes/org/apache/commons/validator/resources/
   -  file=${basedir}/conf/share/validator_1_1.dtd/
   +copy todir=${maven.build.dir}
 /classes/org/apache/commons/validator/resources/
   +  fileset dir=${basedir}/conf/share
   +  includes=validator*.dtd/
   +/copy
 
   -copytodir=${maven.build.dir}/classes/
   +copy todir=${maven.build.dir}/classes/
  fileset dir=${javascript.home}
  includes=**/*.js/
/copy
 
  /postGoal
 
   -/project
   \ No newline at end of file
   +/project
   +
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: cvs commit: jakarta-commons/validator maven.xml

2004-04-05 Thread David Graham
I was wondering that myself this weekend but chose the path of least
resistance when trying to get Validator building properly again.  Patches
are welcome.

David

--- [EMAIL PROTECTED] wrote:
 Is there a reason we can't use the resources element to do this?
 
 --
 dIon Gillard, Multitask Consulting
 
 
 
 [EMAIL PROTECTED] wrote on 04/04/2004 07:19:14 AM:
 
  dgraham 2004/04/03 13:19:14
  
Modified:validator maven.xml
Log:
Simplified copying validator dtd files.
  
Revision  ChangesPath
1.5   +9 -11 jakarta-commons/validator/maven.xml
  
Index: maven.xml
===
RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maven.xml   29 Feb 2004 09:48:28 -   1.4
+++ maven.xml   3 Apr 2004 21:19:14 -   1.5
@@ -13,6 +13,7 @@
See the License for the specific language governing permissions 
 and
limitations under the License.
 --
+
 project default=java:jar
  
   preGoal name=xdoc:jelly-transform
@@ -21,25 +22,22 @@
  
   postGoal name=java:compile
  
-copytodir=${maven.build.dir}/classes/
+copy todir=${maven.build.dir}/classes/
   fileset dir=${pom.build.sourceDirectory}
   excludes=**/*.java/
 /copy
  
-copytodir=${maven.build.dir}
  /classes/org/apache/commons/validator/resources/
-  file=${basedir}/conf/share/validator_1_0.dtd/
-
-copytodir=${maven.build.dir}
  /classes/org/apache/commons/validator/resources/
-  file=${basedir}/conf/share/validator_1_0_1.dtd/
-
-copytodir=${maven.build.dir}
  /classes/org/apache/commons/validator/resources/
-  file=${basedir}/conf/share/validator_1_1.dtd/
+copy todir=${maven.build.dir}
  /classes/org/apache/commons/validator/resources/
+  fileset dir=${basedir}/conf/share
+  includes=validator*.dtd/
+/copy
  
-copytodir=${maven.build.dir}/classes/
+copy todir=${maven.build.dir}/classes/
   fileset dir=${javascript.home}
   includes=**/*.js/
 /copy
  
   /postGoal
  
-/project
\ No newline at end of file
+/project
+
  
  
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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



cvs commit: jakarta-commons/validator maven.xml

2004-04-03 Thread dgraham
dgraham 2004/04/03 13:19:14

  Modified:validator maven.xml
  Log:
  Simplified copying validator dtd files.
  
  Revision  ChangesPath
  1.5   +9 -11 jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 29 Feb 2004 09:48:28 -  1.4
  +++ maven.xml 3 Apr 2004 21:19:14 -   1.5
  @@ -13,6 +13,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
   --
  +
   project default=java:jar
   
 preGoal name=xdoc:jelly-transform
  @@ -21,25 +22,22 @@
   
 postGoal name=java:compile
   
  -copytodir=${maven.build.dir}/classes/
  +copy todir=${maven.build.dir}/classes/
 fileset dir=${pom.build.sourceDirectory}
 excludes=**/*.java/
   /copy
   
  -copy
todir=${maven.build.dir}/classes/org/apache/commons/validator/resources/
  -  file=${basedir}/conf/share/validator_1_0.dtd/
  -
  -copy
todir=${maven.build.dir}/classes/org/apache/commons/validator/resources/
  -  file=${basedir}/conf/share/validator_1_0_1.dtd/
  -
  -copy
todir=${maven.build.dir}/classes/org/apache/commons/validator/resources/
  -  file=${basedir}/conf/share/validator_1_1.dtd/
  +copy 
todir=${maven.build.dir}/classes/org/apache/commons/validator/resources/
  +  fileset dir=${basedir}/conf/share
  +  includes=validator*.dtd/
  +/copy
   
  -copytodir=${maven.build.dir}/classes/
  +copy todir=${maven.build.dir}/classes/
 fileset dir=${javascript.home}
 includes=**/*.js/
   /copy
   
 /postGoal
   
  -/project
  \ No newline at end of file
  +/project
  +
  
  
  

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



cvs commit: jakarta-commons/validator maven.xml

2004-04-03 Thread dgraham
dgraham 2004/04/03 13:35:31

  Modified:validator maven.xml
  Log:
  Use src/javacript directory to copy js files.  Using ${javascript.home} 

  copied them to the wrong directory for some reason.
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- maven.xml 3 Apr 2004 21:19:14 -   1.5
  +++ maven.xml 3 Apr 2004 21:35:31 -   1.6
  @@ -33,7 +33,7 @@
   /copy
   
   copy todir=${maven.build.dir}/classes/
  -  fileset dir=${javascript.home}
  +  fileset dir=src/javascript
 includes=**/*.js/
   /copy
   
  
  
  

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



cvs commit: jakarta-commons/validator maven.xml

2003-08-19 Thread rleland
rleland 2003/08/19 21:19:15

  Modified:validator maven.xml
  Log:
  Enable html-xdoc for Validator 1.0.2 javadoc
  For a documentation system you gotta dig into the
  source code to get this to work. Sometimes
  you can't see the trees for the Forrest
  
  Revision  ChangesPath
  1.3   +4 -0  jakarta-commons/validator/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/jakarta-commons/validator/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml 5 Jun 2003 01:26:19 -   1.2
  +++ maven.xml 20 Aug 2003 04:19:15 -  1.3
  @@ -1,5 +1,9 @@
   project default=java:jar
   
  +  preGoal name=xdoc:jelly-transform
  +attainGoal name=html2xdoc/
  +  /preGoal
  +
 postGoal name=java:compile
   
   copytodir=${maven.build.dir}/classes/
  
  
  

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