Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

cvs commit: jakarta-turbine-jcs maven.xml: msg#00004

Subject: cvs commit: jakarta-turbine-jcs maven.xml
asmuts      2003/11/06 09:53:42

  Modified:    .        maven.xml
  Log:
  couldn't run rmic as postgoal for jar since the base did not exist.
  
  I had to make it separate for now.  Call "maven rmic" to run rmic.  These 
will not be in the jar right now unless you run jar again.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-turbine-jcs/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml 6 Nov 2003 06:00:21 -0000       1.4
  +++ maven.xml 6 Nov 2003 17:53:42 -0000       1.5
  @@ -12,7 +12,7 @@
     </preGoal>
   
   
  -  <postgoal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
  +  <goal name="rmic" xmlns:j="jelly:core" xmlns:u="jelly:util">
   
       <property
         name="mavenDependencyClasspath"
  @@ -53,6 +53,6 @@
         </classpath>
       </rmic> 
   
  -  </postgoal>
  +  </goal>
   
   </project>


<Prev in Thread] Current Thread [Next in Thread>