rubys       01/06/01 19:04:59

  Modified:    proposal/gump/profile gump.xml
               proposal/gump/project lucene.xml
  Log:
  - Add lucene to the gump profile
  - Add ant and a JAXP compliant parser to the dependency list
  - Specify the resolved directory for javacc as the lucene build
    currently presumes that it can be found relative to the current
    working directory (which for gump is one level higher)
  
  Note: build fails on Windows as the zip file is corrupt (non-binary?)
  
  Suggestion for lucene: home directories typically don't have "/lib"
  tacked onto them; move this from the end of .home to the beginning
  of .zip.
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-alexandria/proposal/gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/profile/gump.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gump.xml  2001/05/31 19:29:50     1.3
  +++ gump.xml  2001/06/02 02:04:58     1.4
  @@ -62,6 +62,7 @@
     <project href="project/jdom.xml"/>
     <project href="project/jtidy.xml"/>
     <project href="project/junit.xml"/>
  +  <project href="project/lucene.xml"/>
     <project href="project/rhino.xml"/>
     <project href="project/scarab.xml"/>
     <project href="project/town.xml"/>
  
  
  
  1.2       +5 -1      jakarta-alexandria/proposal/gump/project/lucene.xml
  
  Index: lucene.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/lucene.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lucene.xml        2001/06/02 01:26:29     1.1
  +++ lucene.xml        2001/06/02 02:04:59     1.2
  @@ -7,17 +7,21 @@
   
     <cvs repository="sourceforge" host-prefix="cvs.lucene" dir="lucene"/>
   
  +  <depend project="jakarta-ant"/>
  +  <depend project="xml-xerces"/>
     <depend project="javacc"/>
   
     <ant target="jar">
       <property name="version" value="gump"/>
  +    <property name="javacc.home" reference="home" project="javacc"/>
     </ant>
   
     <jar name="lucene-gump.jar"/>
   
     <!-- not available via CVS -->
     <project name="javacc">
  -    <jar name="lib/JavaCC.zip"/>
  +    <home nested="lib"/>
  +    <jar name="JavaCC.zip"/>
     </project>
   
   </project>
  
  
  

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

Reply via email to