You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by tu...@apache.org on 2003/07/02 01:00:56 UTC

cvs commit: jakarta-gump/project jakarta-struts.xml

turner      2003/07/01 16:00:56

  Modified:    project  jakarta-struts.xml
  Log:
  Add ANTLR dependency to Struts
  
  Revision  Changes    Path
  1.39      +1 -0      jakarta-gump/project/jakarta-struts.xml
  
  Index: jakarta-struts.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-struts.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- jakarta-struts.xml	26 Jun 2003 07:53:20 -0000	1.38
  +++ jakarta-struts.xml	1 Jul 2003 23:00:56 -0000	1.39
  @@ -16,6 +16,7 @@
         <depend property="jdbc20ext.jar" project="jdbc"/>
         <depend property="servlet.jar" project="jakarta-servletapi-4"/>
         <depend property="xerces.jar" project="xml-xerces" id="parser"/>
  +      <depend property="antlr.jar" project="antlr"/>
         <depend property="commons-beanutils.jar"   project="commons-beanutils"/>
         <depend property="commons-collections.jar" project="commons-collections"/>
         <depend property="commons-digester.jar"    project="commons-digester"/>
  
  
  

Re: cvs commit: jakarta-gump/project jakarta-struts.xml

Posted by Stefan Bodewig <bo...@apache.org>.
James,

On 1 Jul 2003, <tu...@apache.org> wrote:

>   Add ANTLR dependency to Struts

The project antlr defines two jars, antlr.jar and antlrall.jar.  If
you want to set a property to the path leading to one of the jars, you
have to use the id attribute to say which one you mean.

I've patched the descriptor to point to antlr.jar, hope this is what
you intended.

Please run the verify target in Gump's build file before you commit a
change, it would have told you:

,----
|      [java] Dropping project jakarta-struts because of Exception java.lang.Exception: Multiple jars defined by project "antlr" referenced by project "jakarta-struts"; an id attribute is required to select the one you want.
`----

Cheers

        Stefan