Re: cvs commit: gump/project excalibur.xml

2004-11-22 Thread Niclas Hedhman
On Monday 22 November 2004 05:48, Brett Porter wrote:

 1. Project had no jakarta-velocity dependency
 2. Maven build started failing on velocity missing
 3. jakarta-velocity was added to gump descriptor to correct, though
 excalibur doesn't need it.

 What probably happened was the local repository was flushed - it was
 originally set up to have a series of dependencies for plugins.

So IIUIC, one of the plugins that is used to build Excalibur needs Velocity?
And that you don't need to declare that in a POM normally, and this shows up, 
since Maven is running -offline, and the plugin in question can't operate and 
can't download...

So, i.e. there shouldn't be a velocity dependency in the Excalibur Gump 
descriptor, but we should ensure that the Maven installation is proper.

 Who has access to brutus enough to help me start planning where to
 install Maven as it gets built so that other projects can use it? Adam
 was the main person I spoke to initially and has been very busy/quiet
 lately.

AFAIK, most people around here; Stefano, Adam, Stefan, me, Leo and probably 
others.

Cheers
Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



Re: cvs commit: gump/project excalibur.xml

2004-11-21 Thread Leo Simons
Hi gang!
[EMAIL PROTECTED] wrote:
bodewig 2004/11/18 02:08:04
  Modified:project  excalibur.xml
  Log:
  new dependency on velocity
  
snip/
  +depend project=jakarta-velocity/
I don't get it. What's going on? Why are things failing? AFAIK excalibur 
doesn't use velocity...

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


Re: cvs commit: gump/project excalibur.xml

2004-11-21 Thread Niclas Hedhman
On Sunday 21 November 2004 21:29, Leo Simons wrote:

+depend project=jakarta-velocity/

 I don't get it. What's going on? Why are things failing? AFAIK excalibur
 doesn't use velocity...

I know, and asked the same question some time ago.

I can only conclude that Maven needs it somehow and doesn't have it.

Cheers
Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



Re: cvs commit: gump/project excalibur.xml

2004-11-21 Thread Brett Porter
Is this a Maven generated descriptor adding them in, or hand-rolled
and added because Maven needs it?

Velocity should only be required by Maven if you are running site, xdoc, etc.

Getting this sorted out is getting really close to the top of my list
(it was going to be after the 1.0.1 release, but some small issues
have cropped up that are forcing a 1.0.2 release), so I'll get to it
after that.

Building Maven in gump and having the plugins look after their own
dependencies will stop this happening.

Cheers,
Brett


On Sun, 21 Nov 2004 21:44:02 +0800, Niclas Hedhman [EMAIL PROTECTED] wrote:
 On Sunday 21 November 2004 21:29, Leo Simons wrote:
 
 +depend project=jakarta-velocity/
 
  I don't get it. What's going on? Why are things failing? AFAIK excalibur
  doesn't use velocity...
 
 I know, and asked the same question some time ago.
 
 I can only conclude that Maven needs it somehow and doesn't have it.
 
 
 
 Cheers
 Niclas
 --
+--//---+
   / http://www.bali.ac/
  / http://niclas.hedhman.org /
 +--//---+
 
 -
 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]



Re: cvs commit: gump/project excalibur.xml

2004-11-21 Thread Niclas Hedhman
On Monday 22 November 2004 03:43, Brett Porter wrote:
 Is this a Maven generated descriptor adding them in, or hand-rolled
 and added because Maven needs it?

Not sure what you mean.
Projects in Excalibur suddenly started reporting that some velocity-xxx.jar 
could not be found. The project.xml didn't have it declared, and AFAIK (Leo 
would know better) no code changes were made to the Excalibur codebase 
either.
Hence the surprise.

 Getting this sorted out is getting really close to the top of my list
 (it was going to be after the 1.0.1 release, but some small issues
 have cropped up that are forcing a 1.0.2 release), so I'll get to it
 after that.

This brings up the issue; Gump seems to be using 1.0. Is that sufficient or is 
an upgrade recommended?

Cheers
Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



Re: cvs commit: gump/project excalibur.xml

2004-11-21 Thread Brett Porter
On Mon, 22 Nov 2004 05:19:29 +0800, Niclas Hedhman [EMAIL PROTECTED] wrote:
 On Monday 22 November 2004 03:43, Brett Porter wrote:
  Is this a Maven generated descriptor adding them in, or hand-rolled
  and added because Maven needs it?
 
 Not sure what you mean.

I'm not sure what you mean either :)

Let me get clear on what I think was what happened:
1. Project had no jakarta-velocity dependency
2. Maven build started failing on velocity missing
3. jakarta-velocity was added to gump descriptor to correct, though
excalibur doesn't need it.

What probably happened was the local repository was flushed - it was
originally set up to have a series of dependencies for plugins. In
Maven, plugin dependencies are fetched alongside a project's, so if
velocity it being fetched and not in project.xml, it is because one of
the plugins being used by the goals being called needs it.

The solution is to have the plugins built in gump, using the proper
dependencies in gump. The workaround is to have the missing jar placed
in the local repository.

Maven could be clearer on why it is downloading a certain dependency,
so I'll raise a feature request on that.

 This brings up the issue; Gump seems to be using 1.0. Is that sufficient or is
 an upgrade recommended?

I was holding off asking this because I wanted to be building Maven
itself. Since 1.0.2 should only be a couple of weeks off, it might be
worth waiting for that, though I don't think any of these bugs will be
affecting current gump users.

Who has access to brutus enough to help me start planning where to
install Maven as it gets built so that other projects can use it? Adam
was the main person I spoke to initially and has been very busy/quiet
lately.

Cheers,
Brett

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



Re: cvs commit: gump/project excalibur.xml

2004-11-18 Thread Stefan Bodewig
On Thu, 18 Nov 2004, Niclas Hedhman [EMAIL PROTECTED] wrote:
 On Thursday 18 November 2004 18:08, [EMAIL PROTECTED] wrote:
 
   +depend project=jakarta-velocity/
   +depend project=jakarta-velocity/
   +depend project=jakarta-velocity/
 
 This report by Maven is highly strange, since I can't find that
 Excalibur has a velocity dependency.

In my experience this tends to happen quite often.

commons-xo has been building with a far smaller set of dependencies
using Ant than the Maven project file required.  Same is true for a
few other Maven projects I looked into.

Stefan

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



Re: cvs commit: gump/project excalibur.xml

2004-11-18 Thread Niclas Hedhman
On Thursday 18 November 2004 20:15, Stefan Bodewig wrote:
 On Thu, 18 Nov 2004, Niclas Hedhman [EMAIL PROTECTED] wrote:
  On Thursday 18 November 2004 18:08, [EMAIL PROTECTED] wrote:
+depend project=jakarta-velocity/
+depend project=jakarta-velocity/
+depend project=jakarta-velocity/
 
  This report by Maven is highly strange, since I can't find that
  Excalibur has a velocity dependency.

 In my experience this tends to happen quite often.

 commons-xo has been building with a far smaller set of dependencies
 using Ant than the Maven project file required.  Same is true for a
 few other Maven projects I looked into.

Ok. But in this case this dependencies has appeared out of nowhere, since 
those excalibur projects used to build in Gump with Maven, and AFAIK no 
changes has been made to them... IMHO, quite weird.

Cheers
Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



Re: cvs commit: gump/project excalibur.xml xml-xalan.xml

2004-10-19 Thread Niclas Hedhman
On Tuesday 19 October 2004 19:19, [EMAIL PROTECTED] wrote:
 bodewig 2004/10/19 04:19:55

   Modified:project  excalibur.xml xml-xalan.xml
   Log:
   having the same jar with two ids seems to drop one id leading to the
 breakage for jstl and others

You will need to modify maven.py as well, since Artifacts with type=boot 
seems to not be generating the maven.jar.xalan=  override, in which case you 
get a Artifact not found.
I have been trying before with manual property declarations for that, but 
unable to succeed.


Cheers
Niclas-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



Re: cvs commit: gump/project excalibur.xml xml-xalan.xml

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

 You will need to modify maven.py as well, since Artifacts with
 type=boot seems to not be generating the maven.jar.xalan=
 override, in which case you get a Artifact not found.

Hmm, sounds like a bug to me.

Stefan

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



Re: cvs commit: gump/project excalibur.xml xml-xalan.xml

2004-10-19 Thread Stefan Bodewig
On Tue, 19 Oct 2004, Stefan Bodewig [EMAIL PROTECTED] wrote:
 On Tue, 19 Oct 2004, Niclas Hedhman [EMAIL PROTECTED] wrote:
 
 You will need to modify maven.py as well, since Artifacts with
 type=boot seems to not be generating the maven.jar.xalan=
 override, in which case you get a Artifact not found.
 
 Hmm, sounds like a bug to me.

which seems to be fixed with revision 54102
http://cvs.apache.org/viewcvs.cgi/gump/trunk/python/gump/core/build/maven.py?r1=53813r2=54102p1=gump/trunk/python/gump/build/maven.pyp2=gump/trunk/python/gump/build/maven.pyroot=Apache-SVN

which in turn should appear in the live branch (which I understand is
running on brutus) since revision 54593 about eight days ago.

When have you last tried to use type=boot together with maven
jar overrides?

Stefan

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



Re: cvs commit: gump/project excalibur.xml xml-xalan.xml

2004-10-19 Thread Niclas Hedhman
On Tuesday 19 October 2004 22:03, Stefan Bodewig wrote:

 When have you last tried to use type=boot together with maven
 jar overrides?

try??

If you get excalibur-logger back working, then Excalibur will break on 
excalibur-xmlutil, where I found this symptom.

Xalan is (was) in the bootclasspath, yet Maven complained of missing 
dependency. I don't know where to find the overrides file, or even if I have 
access to it.


Cheers
Niclas
-- 
   +--//---+
  / http://www.bali.ac/
 / http://niclas.hedhman.org / 
+--//---+


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



cvs commit: gump/project excalibur.xml

2004-09-20 Thread bodewig
bodewig 2004/09/20 02:14:29

  Modified:project  excalibur.xml
  Log:
  hard-coded versions
  
  Revision  ChangesPath
  1.7   +2 -2  gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- excalibur.xml 19 Sep 2004 01:00:41 -  1.6
  +++ excalibur.xml 20 Sep 2004 09:14:29 -  1.7
  @@ -276,7 +276,7 @@
   mkdir dir=deprecated/event/api/target/classes /
   work nested=deprecated/event/api/target/classes /
   
  -jar name=target/excalibur-event-api-@@DATE@@.jar/
  +jar name=target/excalibur-event-api-2.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -921,7 +921,7 @@
   work nested=containerkit/lifecycle/api/target/test-classes/
   
   home nested=containerkit/lifecycle/api/
  -jar name=target/excalibur-lifecycle-api-@@DATE@@.jar id=api /
  +jar name=target/excalibur-lifecycle-api-1.2.jar id=api /
   
   junitreport nested=containerkit/lifecycle/api/target/docs/junitreports/
   
  
  
  

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



cvs commit: gump/project excalibur.xml

2004-09-20 Thread mcconnell
mcconnell2004/09/20 02:56:02

  Modified:project  excalibur.xml
  Log:
  excalibur-instrument contains duplicate build strategies - fixed (removed ant build 
reference), also added version reference to sync. with maven.
  
  Revision  ChangesPath
  1.8   +3 -5  gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- excalibur.xml 20 Sep 2004 09:14:29 -  1.7
  +++ excalibur.xml 20 Sep 2004 09:56:02 -  1.8
  @@ -633,16 +633,14 @@
   /maven
   packageorg.apache.avalon.excalibur.instrument/package
   
  +!--
   ant basedir=instrument target=jar buildfile=gump-build.xml
  -!-- optional dependencies --
   depend property=avalon-framework.jar project=avalon-framework-api/
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
  -
  -!-- test-time dependencies --
   depend property=junit.jar project=junit/
  -
   property name=project.version value=@@DATE@@/
   /ant
  +--
   
   !-- build-time dependencies --
   depend project=ant inherit=runtime/
  @@ -660,7 +658,7 @@
   work nested=containerkit/instrument/api/target/test-classes/
   
   home nested=containerkit/instrument/api//
  -jar name=target/excalibur-instrument-@@DATE@@.jar/
  +jar name=target/excalibur-instrument-1.2-dev.jar/
   
   junitreport nested=containerkit/instrument/api/target/docs/junitreports/
   
  
  
  

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



cvs commit: gump/project excalibur.xml

2004-09-18 Thread mcconnell
mcconnell2004/09/18 18:00:42

  Modified:project  excalibur.xml
  Log:
  Update to include hard coded versions in outputs.
  
  Revision  ChangesPath
  1.6   +9 -7  gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- excalibur.xml 16 Sep 2004 16:43:56 -  1.5
  +++ excalibur.xml 19 Sep 2004 01:00:41 -  1.6
  @@ -1096,7 +1096,7 @@
   mkdir dir=components/pool/api/target/classes/
   
   home nested=components/pool/api/
  -jar name=target/excalibur-pool-api-@@DATE@@.jar/
  +jar name=target/excalibur-pool-api-2.0.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -1136,7 +1136,7 @@
   dir mkdir=components/pool/impl/target/classes/
   
   home nested=components/pool/impl/
  -jar name=target/excalibur-pool-impl-@@DATE@@.jar/
  +jar name=target/excalibur-pool-impl-2.0.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -1178,7 +1178,7 @@
   mkdir dir=components/pool/instrumented/target/classes/
   
   home nested=components/pool/instrumented/
  -jar name=target/excalibur-pool-instrumented-@@DATE@@.jar/
  +jar name=target/excalibur-pool-instrumented-2.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -1290,8 +1290,9 @@
   mkdir dir=components/thread/api/target/classes/
   
   home nested=components/thread/api/
  -jar name=target/excalibur-thread-api-@@DATE@@.jar/
  -
  +
  +jar name=target/excalibur-thread-api-2.0.0.jar/ 
  +
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
   /project
  @@ -1333,7 +1334,8 @@
   mkdir dir=components/thread/impl/target/classes/
   
   home nested=components/thread/impl/
  -jar name=target/excalibur-thread-impl-@@DATE@@.jar/
  +
  +jar name=target/excalibur-thread-impl-2.0.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -1379,7 +1381,7 @@
   mkdir dir=components/thread/instrumented/target/classes/
   
   home nested=components/thread/instrumented/
  -jar name=target/excalibur-thread-instrumented-@@DATE@@.jar/
  +jar name=target/excalibur-thread-instrumented-2.0.jar/
   
   nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  
  
  

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



cvs commit: gump/project excalibur.xml

2004-09-15 Thread mcconnell
mcconnell2004/09/15 16:06:26

  Modified:project  excalibur.xml
  Log:
  fix first line and comments
  
  Revision  ChangesPath
  1.3   +15 -20gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- excalibur.xml 14 Sep 2004 19:33:28 -  1.2
  +++ excalibur.xml 15 Sep 2004 23:06:26 -  1.3
  @@ -1,4 +1,4 @@
  -?xml version=1.0 ?
  +?xml version=1.0 ?
   !--
 Copyright 2001-2004 The Apache Software Foundation
   
  @@ -24,23 +24,24 @@
   
   svn repository=excalibur-svn dir=trunk/
   
  -!-- This project has been removed by the Excalibur community.
  -  project name=excalibur-compatibility
  -!-- this project is the merge of several packages which previously
  - existed seperately:
  + !-- 
  + This project has been removed by the Excalibur community.
  + The project was the merge of several packages which previously
  + existed seperately:
   
excalibur-cli
excalibur-collections
excalibur-concurrent
excalibur-io
  ---
  +  --
  +  !--
  +  project name=excalibur-compatibility
   packageorg.apache.avalon.excalibur/package
   
   ant basedir=compatibility target=jar buildfile=gump-build.xml
   property name=project.version value=@@DATE@@/
   /ant
   
  -!-- build-time dependencies --
   depend project=junit inherit=runtime/
   depend project=ant inherit=runtime/
   
  @@ -55,7 +56,7 @@
   junitreport nested=compatibility/target/docs/junitreports/
   
   /project
  ---
  +--
   
   project name=excalibur-component
   
  @@ -153,7 +154,8 @@
to=[EMAIL PROTECTED]/
   /project
   
  -!-- Project has been removed by the Excalibur community
  +!-- Project has been removed by the Excalibur community --
  +!--
   project name=excalibur-configuration
   packageorg.apache.excalibur.configuration/package
   
  @@ -164,27 +166,22 @@
   property name=do.checkstyle value=false/
   property name=skip.dependencies value=true/
   
  -!-- optional dependencies --
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
   property name=project.version value=@@DATE@@/
   /ant
   
  -!-- runtime dependencies --
   depend project=avalon-framework-api runtime=true/
   depend project=avalon-framework-legacy runtime=true/
   depend project=avalon-framework-impl runtime=true/
   depend property=isorelax.jar project=iso-relax runtime=true/
   depend project=jing runtime=true/
   
  -!-- test-time dependencies --
   depend property=junit.jar project=junit/
   
  -!-- build-time dependencies --
   depend project=ant inherit=runtime/
   depend project=xml-xerces/
   depend project=xml-xalan2/
   
  -!-- optional dependencies --
   option project=checkstyle inherit=runtime/
   
   work nested=configuration/target/classes/
  @@ -252,7 +249,7 @@
   packageorg.apache.excalibur.event/package
   !--
   ant basedir=event/api target=jar buildfile=gump-build.xml
  -!-- optional dependencies --
  +
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
   
   property name=package-version value=@@DATE@@/
  @@ -291,7 +288,7 @@
   packageorg.apache.excalibur.event/package
   !--
   ant basedir=event/impl target=jar buildfile=gump-build.xml
  -!-- optional dependencies --
  +
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
   
   property name=package-version value=@@DATE@@/
  @@ -607,13 +604,11 @@
   property name=project.version value=@@DATE@@/
   /ant
   
  -!-- build-time dependencies --
   depend project=ant inherit=runtime/
   depend project=xml-xerces/
   depend project=xml-xalan2/
   depend project=junit/
   
  -!-- optional dependencies --
   option project=checkstyle inherit=runtime/
   
   work nested=i18n/target/classes/
  @@ -758,9 +753,9 @@
   
   !--
   ant basedir=instrument-manager/http target=jar 
buildfile=gump-build.xml
  -!-- optional dependencies --
  +
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
  -!-- test-time dependencies --
  +
   property name=project.version value=@@DATE@@/
   property name=src.exclude.pattern value=**/package.html/
   /ant
  
  
  


cvs commit: gump/project excalibur.xml

2004-09-15 Thread mcconnell
mcconnell2004/09/15 16:14:39

  Modified:project  excalibur.xml
  Log:
  and a few more corrections
  
  Revision  ChangesPath
  1.4   +0 -5  gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- excalibur.xml 15 Sep 2004 23:06:26 -  1.3
  +++ excalibur.xml 15 Sep 2004 23:14:39 -  1.4
  @@ -794,9 +794,7 @@
   mkdir dir=instrument-manager/altrmi/target/classes/
   
   ant basedir=instrument-manager/altrmi target=jar 
buildfile=gump-build.xml
  -!-- optional dependencies --
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
  -!-- test-time dependencies --
   property name=project.version value=@@DATE@@/
   property name=src.exclude.pattern value=**/package.html/
   /ant
  @@ -814,12 +812,10 @@
   depend project=incubator-altrmi id=server-api/
   depend project=incubator-altrmi id=server-impl/
   
  -!-- build-time dependencies --
   depend project=ant inherit=runtime/
   depend project=xml-xerces/
   depend project=xml-xalan2/
   
  -!-- optional dependencies --
   option project=checkstyle inherit=runtime/
   
   work nested=instrument-manager/altrmi/target/classes/
  @@ -848,7 +844,6 @@
   
   !--
   ant basedir=instrument-client target=jar buildfile=gump-build.xml
  -!-- optional dependencies --
   property name=checkstyle.jar project=checkstyle 
reference=jarpath/
   
   property name=project.version value=@@DATE@@/
  
  
  

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



cvs commit: gump/project excalibur.xml

2004-09-14 Thread niclas
niclas  2004/09/14 12:33:28

  Modified:project  excalibur.xml
  Log:
  Putting back the notification, so I have something to go by to get things working 
again.
  
  Revision  ChangesPath
  1.2   +83 -11gump/project/excalibur.xml
  
  Index: excalibur.xml
  ===
  RCS file: /home/cvs/gump/project/excalibur.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- excalibur.xml 14 Sep 2004 19:28:47 -  1.1
  +++ excalibur.xml 14 Sep 2004 19:33:28 -  1.2
  @@ -108,7 +108,9 @@
   jar name=target/excalibur-component-@@DATE@@.jar id=component/
   
   junitreport nested=deprecated/component/target/docs/junitreports/
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-testcase
  @@ -147,6 +149,8 @@
   home nested=deprecated/testcase/
   jar name=target/excalibur-testcase-@@DATE@@.jar/
   
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   !-- Project has been removed by the Excalibur community
  @@ -229,7 +233,9 @@
   jar name=target/excalibur-datasource-@@DATE@@.jar/
   
   junitreport nested=components/datasource/target/docs/junitreports/
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   !-- don't use this one!!!
  @@ -273,6 +279,9 @@
   work nested=deprecated/event/api/target/classes /
   
   jar name=target/excalibur-event-api-@@DATE@@.jar/
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-event-impl
  @@ -323,7 +332,9 @@
   jar name=target/excalibur-event-impl-@@DATE@@.jar/
   
   !--junitreport nested=event/target/docs/junitreports/--
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-fortress-container-api
  @@ -362,7 +373,9 @@
   jar name=target/excalibur-fortress-container-api-@@DATE@@.jar/
   
   junitreport nested=fortress/container-api/target/test-reports/
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-fortress-container-impl
  @@ -416,8 +429,9 @@
   jar name=target/excalibur-fortress-container-impl-@@DATE@@.jar/
   
   junitreport nested=fortress/container-impl/target/test-reports/
  -
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-fortress-container-test
  @@ -480,8 +494,9 @@
   jar name=target/excalibur-fortress-container-test-@@DATE@@.jar/
   
   junitreport nested=fortress/container-test/target/test-reports/
  -
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-fortress-bean
  @@ -536,7 +551,9 @@
   jar name=target/excalibur-fortress-tools-@@DATE@@.jar/
   
   junitreport nested=fortress/bean/target/test-reports/
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-fortress-meta
  @@ -573,7 +590,9 @@
   jar name=target/excalibur-fortress-meta-@@DATE@@.jar/
   
   junitreport nested=fortress/meta/target/test-reports/
  -
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   !-- Project removed by the Excalibur community.
  @@ -643,6 +662,9 @@
   jar name=target/excalibur-instrument-@@DATE@@.jar/
   
   junitreport nested=containerkit/instrument/api/target/docs/junitreports/
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-instrument-spi
  @@ -680,6 +702,9 @@
   
   home nested=containerkit/instrument/mgr-api/
   jar name=target/excalibur-instrument-spi-@@DATE@@.jar/
  +
  +nag from=Gump Integration Build lt;[EMAIL PROTECTED]gt;
  + to=[EMAIL PROTECTED]/
   /project
   
   project name=excalibur-instrument-impl
  @@ -720,9 +745,11 @@
   
   home nested=containerkit/instrument/mgr-impl/
   jar name=target/excalibur-instrument-impl-@@DATE@@.jar/
  +
  +nag from=Gump