Re: cvs commit: gump/project jrefactory.xml

2004-03-25 Thread Stefan Bodewig
On Wed, 24 Mar 2004, Antoine Lévy-Lambert <[EMAIL PROTECTED]>
wrote:

> collect.jar in jrefactory is not common-collections from apache

Looks like the collection classes for JDK 1.1.  Probably unneeded when
using a JVM 1.2+ - and thus for us.

Cheers

Stefan

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



Re: cvs commit: gump/project jrefactory.xml

2004-03-24 Thread Antoine Lévy-Lambert
Stefan,

thanks for your comments, I have just checked in what you have suggested.

collect.jar in jrefactory is not common-collections from apache (judging 
by the package names java.lang. ... )
It looks like something coming from Sun, and having to do with 
reflection or something like that, I am not
sure what it exactly is.

Cheers,
Antoine
Stefan Bodewig wrote:

On 23 Mar 2004, <[EMAIL PROTECTED]> wrote:

 

 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
   

ugly.

Any idea what the contents are?  bcel.jar sounds like jakarta-bcel,
collect could be commons-collections.  JAI could be an installed
package if other projects need it as well.  saxpath is already
somewhere as an installed package.
In general I'd rather use a technique like


 
 

inside the module combined with  in the project
for jars in CVS.  This enables us to switch between using a jar from
CVS, using an installed package and building a project from scratch
more easily.
Stefan

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



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


cvs commit: gump/project jrefactory.xml

2004-03-24 Thread antoine
antoine 2004/03/24 12:55:55

  Modified:project  jrefactory.xml
  Log:
  improving a little bit the descriptor, thanks to the remarks of Stefan
  
  Revision  ChangesPath
  1.17  +8 -5  gump/project/jrefactory.xml
  
  Index: jrefactory.xml
  ===
  RCS file: /home/cvs/gump/project/jrefactory.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jrefactory.xml23 Mar 2004 20:55:05 -  1.16
  +++ jrefactory.xml24 Mar 2004 20:55:55 -  1.17
  @@ -23,7 +23,11 @@
   
 
  -  
  +  
  +
  +
  +  
  +
 
   org.acm.seguin
   
  @@ -33,27 +37,26 @@
   
   
   
  + 
  +
   
  +
   
   
   
   
   
  -
   
   
   
   
   
   
  -
  -
   
   
   
   
   
  -
   
 
   
  
  
  

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



Re: cvs commit: gump/project jrefactory.xml

2004-03-23 Thread Stefan Bodewig
On 23 Mar 2004, <[EMAIL PROTECTED]> wrote:

>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +
>   +

ugly.

Any idea what the contents are?  bcel.jar sounds like jakarta-bcel,
collect could be commons-collections.  JAI could be an installed
package if other projects need it as well.  saxpath is already
somewhere as an installed package.

In general I'd rather use a technique like


  
  


inside the module combined with  in the project
for jars in CVS.  This enables us to switch between using a jar from
CVS, using an installed package and building a project from scratch
more easily.

Stefan

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



Re: cvs commit: gump/project jrefactory.xml

2004-03-23 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote:

antoine 2004/03/23 12:55:05

 Modified:project  jrefactory.xml
 Log:
 changed the target invoked for the jrefactory alone
 
 Revision  ChangesPath
 1.16  +20 -1 gump/project/jrefactory.xml
 
 Index: jrefactory.xml
 ===
 

Adam,

can you do a sanity check on my changes.

I changed the target invoked for the project jrefactory, because the all 
target redid the pretty project (I guess we do not want to build a project
twice in a run), and also it deleted the original jar produced in pretty 
and rebuilt it under another name, which the dependencies of pretty 
(xdoclet)
did not know.

Cheers,

Antoine

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


cvs commit: gump/project jrefactory.xml

2004-03-23 Thread antoine
antoine 2004/03/23 12:55:05

  Modified:project  jrefactory.xml
  Log:
  changed the target invoked for the jrefactory alone
  
  Revision  ChangesPath
  1.16  +20 -1 gump/project/jrefactory.xml
  
  Index: jrefactory.xml
  ===
  RCS file: /home/cvs/gump/project/jrefactory.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jrefactory.xml27 Feb 2004 09:22:56 -  1.15
  +++ jrefactory.xml23 Mar 2004 20:55:05 -  1.16
  @@ -27,14 +27,33 @@
 
   org.acm.seguin
   
  -
  +
   
   
   
   
  +
  +
   
   
   
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
 
   
  
  
  

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