cvs commit: gump/project jakarta-cactus.xml

2004-05-22 Thread vmassol
vmassol 2004/05/22 14:16:47

  Modified:project  jakarta-cactus.xml
  Log:
  added new jsp.jar which is required to build the Cactus framework project
  
  Revision  ChangesPath
  1.45  +2 -0  gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- jakarta-cactus.xml17 May 2004 06:34:49 -  1.44
  +++ jakarta-cactus.xml22 May 2004 21:16:47 -  1.45
  @@ -52,6 +52,7 @@
   
 depend property=j2ee.jar project=jakarta-servletapi/
 depend property=servlet.jar project=jakarta-servletapi/
  +  depend property=jsp.jar project=jakarta-servletapi/
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging 
id=commons-logging/
 depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
  @@ -106,6 +107,7 @@
   
 depend property=j2ee.jar project=jakarta-servletapi-4/
 depend property=servlet.jar project=jakarta-servletapi-4/
  +  depend property=jsp.jar project=jakarta-servletapi-4/
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging 
id=commons-logging/
 depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
  
  
  

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



cvs commit: gump/project jakarta-cactus.xml

2004-05-14 Thread vmassol
vmassol 2004/05/14 04:02:15

  Modified:project  jakarta-cactus.xml
  Log:
  Add new required jars
  
  Revision  ChangesPath
  1.41  +3 -0  gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- jakarta-cactus.xml5 Apr 2004 10:18:35 -   1.40
  +++ jakarta-cactus.xml14 May 2004 11:02:15 -  1.41
  @@ -57,6 +57,7 @@
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  +  depend property=mockobjects.jar project=mockobjects id=core/
   
   /ant
 
  @@ -105,6 +106,8 @@
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  +  depend property=mockobjects.jar project=mockobjects id=core/
  +  depend property=jetty.jar project=jetty/
   
   /ant
 
  
  
  

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



cvs commit: gump/project jakarta-cactus.xml

2004-04-02 Thread vmassol
vmassol 2004/04/02 00:01:44

  Modified:project  jakarta-cactus.xml
  Log:
  As suggested by Stefan, trying to overcome some Gumpy limitation/bug with classpath 
not being well formed when using depend elements (with ids) in ant.
  
  Revision  ChangesPath
  1.38  +8 -2  gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- jakarta-cactus.xml16 Mar 2004 22:06:22 -  1.37
  +++ jakarta-cactus.xml2 Apr 2004 08:01:44 -   1.38
  @@ -492,8 +492,8 @@
   
 !-- Note: We cannot use the jstl and standard jars from CVS HEAD as
  they require Servlet API 2.4 and JSP API 2.0 --
  -  depend property=jstl.jar project=jstl-jsp-12 id=jstl/
  -  depend property=standard.jar project=jstl-jsp-12 id=standard/
  +  property name=jstl.jar project=jstl-jsp-12 id=jstl/
  +  property name=standard.jar project=jstl-jsp-12 id=standard/
   
 depend property=nekohtml.jar project=nekohtml id=nekohtml/
 depend property=cactus.jar project=jakarta-cactus-framework-13/
  @@ -511,6 +511,12 @@
   depend project=aspectj/
   depend project=jakarta-cactus-integration-ant-13/
   depend project=commons-httpclient-2.0-branch inherit=runtime/
  +
  +!-- Note 2004/04/02: These 2 depends should ideally been moved in 
  + the ant definition. However it seems that Gumpy has some 
  + issues ATM with this --
  +depend project=jstl-jsp-12 id=jstl/
  +depend project=jstl-jsp-12 id=standard/
   
   work nested=samples/servlet/target-13/test/classes/java/
   work nested=samples/servlet/target-13/test/classes/cactus/
  
  
  

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



cvs commit: gump/project .cvsignore

2004-04-01 Thread vmassol
vmassol 2004/04/01 23:55:02

  Modified:project  .cvsignore
  Log:
  one more ignore file (eclipse project file)
  
  Revision  ChangesPath
  1.2   +1 -0  gump/project/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/gump/project/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore26 Jun 2003 06:05:05 -  1.1
  +++ .cvsignore2 Apr 2004 07:55:02 -   1.2
  @@ -1 +1,2 @@
   nobuild
  +.project
  
  
  

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



cvs commit: gump/project jakarta-cactus.xml

2004-03-16 Thread vmassol
vmassol 2004/03/16 14:06:22

  Modified:project  jakarta-cactus.xml
  Log:
  The Cactus team has decided to use the HttpClient 2.x branch (because HttpClient 
HEAD is now for version 3.x which is not backward compatible and which also require a 
user-impacting change).
  
  Revision  ChangesPath
  1.37  +9 -9  gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- jakarta-cactus.xml11 Mar 2004 10:24:22 -  1.36
  +++ jakarta-cactus.xml16 Mar 2004 22:06:22 -  1.37
  @@ -53,7 +53,7 @@
 depend property=j2ee.jar project=jakarta-servletapi/
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging id=all/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  @@ -101,7 +101,7 @@
 depend property=j2ee.jar project=jakarta-servletapi-4/
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging id=all/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  @@ -292,7 +292,7 @@
   
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=cactus.jar project=jakarta-cactus-framework-12/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=commons.logging.jar project=commons-logging id=all/
 depend property=eclipse.ant.core.jar project=eclipse id=antsupport/
 depend property=eclipse.core.boot.jar project=eclipse id=boot/
  @@ -356,7 +356,7 @@
   
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=cactus.jar project=jakarta-cactus-framework-12/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=commons.logging.jar project=commons-logging id=all/
 depend property=eclipse.ant.core.jar project=eclipse id=antsupport/
 depend property=eclipse.core.boot.jar project=eclipse id=boot/
  @@ -426,7 +426,7 @@
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging
   id=all/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  @@ -445,7 +445,7 @@
   depend project=jakarta-tomcat inherit=runtime/
   depend project=aspectj/
   depend project=jakarta-cactus-integration-ant-12/
  -depend project=commons-httpclient inherit=runtime/
  +depend project=commons-httpclient-2.0-branch inherit=runtime/
   
   work nested=samples/servlet/target-12/test/classes/java/
   work nested=samples/servlet/target-12/test/classes/cactus/
  @@ -485,7 +485,7 @@
 depend property=log4j.jar project=logging-log4j id=log4j/
 depend property=commons.logging.jar project=commons-logging 
   id=all/
  -  depend property=commons.httpclient.jar project=commons-httpclient/
  +  depend property=commons.httpclient.jar 
project=commons-httpclient-2.0-branch/
 depend property=httpunit.jar project=httpunit/
 depend property=aspectjrt.jar project=aspectj id=aspectjrt/
 depend property=junit.jar project=junit/
  @@ -510,7 +510,7 @@
   depend project=jakarta-tomcat-4.0 inherit=runtime/
   depend project=aspectj/
   depend project=jakarta-cactus-integration-ant-13/
  -depend project=commons-httpclient inherit=runtime/
  +depend project=commons-httpclient-2.0-branch inherit=runtime/
   
   work nested=samples/servlet/target-13/test/classes/java/
   work nested=samples/servlet/target-13/test/classes/cactus/
  @@ -555,7 +555,7 @@
 depend property=servlet.jar project=jakarta-servletapi-4/
 depend property