Re: cvs commit: gump/project jetty.xml

2004-11-17 Thread Stefan Bodewig
On 17 Nov 2004, [EMAIL PROTECTED] wrote:

   Will it work to reference the Jar file directly within the
   checkedout sources??

Yes.

Although I prefer to create a separate project inside of the module
descriptor in cases like this.  Something like

project name=xapool
  jar name=extra/ext/xapool.jar/
/project

and a depend name=xapool/.

This allows us to switch to self-built projects or installed packages
later.

Stefan

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



Re: cvs commit: gump/project jetty.xml

2004-10-19 Thread Stefan Bodewig
On 19 Oct 2004, [EMAIL PROTECTED] wrote:

   it seems that jetty-plus is not able to compile because it can't
   see its own JMX stuff

Among other things.  I don't think we have org.enhydra.jdbc or
org.objectweb.transaction.jta in Gump yet.

   NOTE: jetty-plus doesn't seem to pickup the gump-build classpath,
   how do we inject it in?

Why do you think so?

Stefan

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



Re: cvs commit: gump/project jetty.xml

2004-10-19 Thread Stefan Bodewig
On Tue, 19 Oct 2004, Stefano Mazzocchi [EMAIL PROTECTED] wrote:
 Stefan Bodewig wrote:
 
 On 19 Oct 2004, [EMAIL PROTECTED] wrote:
 
  NOTE: jetty-plus doesn't seem to pickup the gump-build classpath,
  how do we inject it in?
 Why do you think so?
 
 http://brutus.apache.org/gump/public/jetty/jetty-plus/gump_work/build_jetty_jetty-plus.html
 
 look in the build section, it's classpath environment is
 completely different and picked up from the local directories.

its expanded.classpath property is different from the CLASSPATH
environment (which looks fine).

Digging into the build file, this really is supposed to be a path of
local jars - only that Ant will completely ignore it when it is used
in java, javac or junit.

Nothing special here.

Stefan

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



cvs commit: gump/project jetty.xml

2004-08-20 Thread ajack
ajack   2004/08/20 13:35:34

  Modified:project  jetty.xml
  Log:
  Work in progress...
  
  Revision  ChangesPath
  1.17  +3 -0  gump/project/jetty.xml
  
  Index: jetty.xml
  ===
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jetty.xml 18 Aug 2004 13:49:05 -  1.16
  +++ jetty.xml 20 Aug 2004 20:35:34 -  1.17
  @@ -48,7 +48,10 @@
   
   depend project=ant/
   depend project=jetty inherit=all/
  +depend project=jta/
  + 
   work nested=extra/plus/classes/
  + 
   jar name=lib/org.mortbay.jetty.plus.jar/
   jar name=lib/org.mortbay.jaas.jar/
   license name=LICENSE.TXT/
  
  
  

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



cvs commit: gump/project jetty.xml

2004-08-18 Thread ajack
ajack   2004/08/18 06:49:05

  Modified:project  jetty.xml
  Log:
  Start work on jetty-plus.
  
  Revision  ChangesPath
  1.16  +14 -1 gump/project/jetty.xml
  
  Index: jetty.xml
  ===
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jetty.xml 1 Jun 2004 11:03:18 -   1.15
  +++ jetty.xml 18 Aug 2004 13:49:05 -  1.16
  @@ -26,7 +26,7 @@
   module=Jetty/
 
 project name=jetty
  -packageorg.mortbay/package
  +packageorg.mortbay.jetty/package
   
   ant target=jetty.jar/
   
  @@ -38,6 +38,19 @@
   work nested=classes/
   
   jar name=lib/org.mortbay.jetty.jar/
  +license name=LICENSE.TXT/
  +  /project
  +
  +  project name=jetty-plus
  +packageorg.mortbay.jetty.plus/package
  +
  +ant target=jars basedir=extra/plus/
  +
  +depend project=ant/
  +depend project=jetty inherit=all/
  +work nested=extra/plus/classes/
  +jar name=lib/org.mortbay.jetty.plus.jar/
  +jar name=lib/org.mortbay.jaas.jar/
   license name=LICENSE.TXT/
 /project
   
  
  
  

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



cvs commit: gump/project jetty.xml

2004-06-01 Thread bodewig
bodewig 2004/06/01 04:03:18

  Modified:project  jetty.xml
  Log:
  Case of extension was wrong
  
  Revision  ChangesPath
  1.15  +1 -1  gump/project/jetty.xml
  
  Index: jetty.xml
  ===
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- jetty.xml 28 May 2004 11:11:47 -  1.14
  +++ jetty.xml 1 Jun 2004 11:03:18 -   1.15
  @@ -38,7 +38,7 @@
   work nested=classes/
   
   jar name=lib/org.mortbay.jetty.jar/
  -license name=LICENSE.txt/
  +license name=LICENSE.TXT/
 /project
   
   /module
  
  
  

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



cvs commit: gump/project jetty.xml

2004-05-28 Thread bodewig
bodewig 2004/05/28 04:11:47

  Modified:project  jetty.xml
  Log:
  license name change
  
  Revision  ChangesPath
  1.14  +1 -1  gump/project/jetty.xml
  
  Index: jetty.xml
  ===
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jetty.xml 6 May 2004 16:03:40 -   1.13
  +++ jetty.xml 28 May 2004 11:11:47 -  1.14
  @@ -38,7 +38,7 @@
   work nested=classes/
   
   jar name=lib/org.mortbay.jetty.jar/
  -license name=LICENSE.html/
  +license name=LICENSE.txt/
 /project
   
   /module
  
  
  

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