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 @@
   
 cvs repository=sourceforge host-prefix=cvs.JRefactory dir=jrefactory 
  module=JRefactory/
  -  
  +  project name=jai
  +jar name=jar/jai_codec.jar/
  +jar name=jar/jai_core.jar/
  +  /project
  +
 project name=jrefactory
   packageorg.acm.seguin/package
   
  @@ -33,27 +37,26 @@
   depend project=jaxen/
   depend project=junit/
   depend project=dom4j/
  +depend project=jai/ 
  +depend project=jakarta-bcel/
   depend project=javacc/
  +depend project=saxpath/
   option project=jrefactory-prettynoclasspath//option
   work nested=ant.build/classes/
   work nested=test/classes/
   work nested=jar/ErrorList.jar/
   work nested=jar/ProjectViewer.jar/
  -work nested=jar/bcel.jar/
   work nested=jar/collect.jar/
   work nested=jar/core.jar/
   work nested=jar/coreplugin.jar/
   work nested=jar/findbugs.jar/
   work nested=jar/findbugsGUI.jar/
   work nested=jar/gjc-rt.jar/
  -work nested=jar/jai_codec.jar/
  -work nested=jar/jai_core.jar/
   work nested=jar/jbuilder.jar/
   work nested=jar/jedit.jar/
   work nested=jar/openide.jar/
   work nested=jar/primetime.jar/
   work nested=jar/proguard.jar/
  -work nested=jar/saxpath-1.0-fcs.jar/
   jar name=ant.build/lib/jrefactory.jar/
 /project
   
  
  
  

-
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:

 

 +work nested=jar/ErrorList.jar/
 +work nested=jar/ProjectViewer.jar/
 +work nested=jar/bcel.jar/
 +work nested=jar/collect.jar/
 +work nested=jar/core.jar/
 +work nested=jar/coreplugin.jar/
 +work nested=jar/findbugs.jar/
 +work nested=jar/findbugsGUI.jar/
 +work nested=jar/gjc-rt.jar/
 +work nested=jar/jai_codec.jar/
 +work nested=jar/jai_core.jar/
 +work nested=jar/jbuilder.jar/
 +work nested=jar/jedit.jar/
 +work nested=jar/openide.jar/
 +work nested=jar/primetime.jar/
 +work nested=jar/proguard.jar/
 +work nested=jar/saxpath-1.0-fcs.jar/
   

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

project name=jai
 jar name=jar/jai_codec.jar/
 jar name=jar/jai_core.jar/
/project
inside the module combined with depend project=jai/ 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-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 @@
 project name=jrefactory
   packageorg.acm.seguin/package
   
  -ant target=jar/
  +ant target=JRefactory.jar/
   depend project=ant inherit=runtime/
   depend project=xml-xerces/
   depend project=jaxen/
   depend project=junit/
  +depend project=dom4j/
  +depend project=javacc/
   option project=jrefactory-prettynoclasspath//option
   work nested=ant.build/classes/
   work nested=test/classes/
  +work nested=jar/ErrorList.jar/
  +work nested=jar/ProjectViewer.jar/
  +work nested=jar/bcel.jar/
  +work nested=jar/collect.jar/
  +work nested=jar/core.jar/
  +work nested=jar/coreplugin.jar/
  +work nested=jar/findbugs.jar/
  +work nested=jar/findbugsGUI.jar/
  +work nested=jar/gjc-rt.jar/
  +work nested=jar/jai_codec.jar/
  +work nested=jar/jai_core.jar/
  +work nested=jar/jbuilder.jar/
  +work nested=jar/jedit.jar/
  +work nested=jar/openide.jar/
  +work nested=jar/primetime.jar/
  +work nested=jar/proguard.jar/
  +work nested=jar/saxpath-1.0-fcs.jar/
   jar name=ant.build/lib/jrefactory.jar/
 /project
   
  
  
  

-
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]


Re: cvs commit: gump/project jrefactory.xml

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

   +work nested=jar/ErrorList.jar/
   +work nested=jar/ProjectViewer.jar/
   +work nested=jar/bcel.jar/
   +work nested=jar/collect.jar/
   +work nested=jar/core.jar/
   +work nested=jar/coreplugin.jar/
   +work nested=jar/findbugs.jar/
   +work nested=jar/findbugsGUI.jar/
   +work nested=jar/gjc-rt.jar/
   +work nested=jar/jai_codec.jar/
   +work nested=jar/jai_core.jar/
   +work nested=jar/jbuilder.jar/
   +work nested=jar/jedit.jar/
   +work nested=jar/openide.jar/
   +work nested=jar/primetime.jar/
   +work nested=jar/proguard.jar/
   +work nested=jar/saxpath-1.0-fcs.jar/

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

project name=jai
  jar name=jar/jai_codec.jar/
  jar name=jar/jai_core.jar/
/project

inside the module combined with depend project=jai/ 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]