Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-28 Thread Erik Hatcher
Sorry for the delay - was offline for the weekend...
I didn't change the value of those properties, actually.  I just 
changed 'value' to 'location' (sorry, its my picky Ant build file 
syntax checker in me :).

But I see Stefan fixed up Gump.
Thanks!
Erik
On Saturday, April 26, 2003, at 03:14  PM, Jesse Stockall wrote:
On Fri, 2003-04-25 at 15:04, Erik Hatcher wrote:
Update of /cvsroot/xdoclet/xjavadoc
In directory sc8-pr-cvs1:/tmp/cvs-serv27780
Modified Files:
build.xml
Log Message:
Fix for Gump.  XJD-21
Index: build.xml
===
RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** build.xml   15 Apr 2003 08:57:57 -  1.49
--- build.xml   25 Apr 2003 19:04:12 -  1.50
***
*** 3,9 
  
 
!
!
!
This has broken the Gump runs for anything that depends on XJavadoc
All the other projects are still looking in xjavadoc/build/lib instead
of xjavadoc/target
--
Jesse Stockall <[EMAIL PROTECTED]>

---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel



Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-28 Thread Stefan Bodewig
On Sun, 27 Apr 2003, Aslak Hellesøy <[EMAIL PROTECTED]> wrote:

> What projects are you referring to?

Projects that declare a dependency on xjavadoc in Gump will check in
the old location as this is where Gump tells them to look for the jar.

> Where do they specify the xjavadoc/build/lib folder?


the  element inside the .

> Is there anything I can do to update them?

Tell us before/when you change the location ;-)

Erik has commit access to the Gump module as has/will have any other
xdoclet committer who happens to be an Apache committer as well.

I'll fix it in a few minutes.

Stefan


Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-28 Thread Stefan Bodewig
On 26 Apr 2003, Jesse Stockall <[EMAIL PROTECTED]> wrote:

> This has broken the Gump runs for anything that depends on XJavadoc

Which is in part Gump's failure, or so.

Gump declares where the jars are in the descriptor, and if the
location changes, the descriptor will need to be adapted.  I'll take
care of it (but will be too late for this night's run as it has
already started).

Stefan


RE: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-27 Thread Aslak Hellesøy


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jesse
> Stockall
> Sent: 26. april 2003 21:14
> To: xdoclet-devel@lists.sourceforge.net
> Cc: Ant Developers List
> Subject: Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50
>
>
> On Fri, 2003-04-25 at 15:04, Erik Hatcher wrote:
> > Update of /cvsroot/xdoclet/xjavadoc
> > In directory sc8-pr-cvs1:/tmp/cvs-serv27780
> >
> > Modified Files:
> > build.xml
> > Log Message:
> > Fix for Gump.  XJD-21
> >
> > Index: build.xml
> > ===
> > RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
> > retrieving revision 1.49
> > retrieving revision 1.50
> > diff -C2 -r1.49 -r1.50
> > *** build.xml   15 Apr 2003 08:57:57 -  1.49
> > --- build.xml   25 Apr 2003 19:04:12 -  1.50
> > ***
> > *** 3,9 
> >   
> >  
> > !
> > !
> > !
> >
>
> This has broken the Gump runs for anything that depends on XJavadoc
>
> All the other projects are still looking in xjavadoc/build/lib instead
> of xjavadoc/target
>

The Ant build has been modified to follow the same file structure as Maven
(we have a dual build systsm). If other projects are looking in
xjavadoc/build/lib I think they should be updated.

What projects are you referring to?
Where do they specify the xjavadoc/build/lib folder?
Is there anything I can do to update them?

Aslak

>
> --
> Jesse Stockall <[EMAIL PROTECTED]>
>
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> ___
> xdoclet-devel mailing list
> xdoclet-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel



Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-26 Thread Jesse Stockall
On Fri, 2003-04-25 at 15:04, Erik Hatcher wrote:
> Update of /cvsroot/xdoclet/xjavadoc
> In directory sc8-pr-cvs1:/tmp/cvs-serv27780
> 
> Modified Files:
>   build.xml 
> Log Message:
> Fix for Gump.  XJD-21
> 
> Index: build.xml
> ===
> RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
> retrieving revision 1.49
> retrieving revision 1.50
> diff -C2 -r1.49 -r1.50
> *** build.xml 15 Apr 2003 08:57:57 -  1.49
> --- build.xml 25 Apr 2003 19:04:12 -  1.50
> ***
> *** 3,9 
>   
>  
> !
> !
> !
>   

This has broken the Gump runs for anything that depends on XJavadoc

All the other projects are still looking in xjavadoc/build/lib instead
of xjavadoc/target


-- 
Jesse Stockall <[EMAIL PROTECTED]>