You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Morgan Delagrange <mo...@apache.org> on 2001/07/02 19:03:51 UTC

Re: Work on DBTags and XSL, release 2, and etcetera

Wow, thanks!  I'll get on it.

On Sat, 30 Jun 2001, Glenn Nielsen wrote:

> Morgan Delagrange wrote:
> > 
> > On Wed, 13 Jun 2001, Glenn Nielsen wrote:
> > 
> > > re DBTags:
> > >
> > > It would make the nightly build and releases easier if /home/cvs/jakarta-taglibs/jdbc
> > > were renamed to /home/cvs/jakarta-taglibs/dbtags on daedalus, and any references to
> > > using the "jdbc" directory inside DBTags changed to "dbtags".  You should just
> > > be able to do an "mv jdbc dbtags" in /home/cvs/jakarta-taglibs on daedalus.
> > 
> > Does that work?  I didn't want to move the directories, because I wanted
> > to maintain the CVS history.  Although I suppose that since DBTags is
> > still pre-release, it doesn't really matter that much.
> > 
> > OK, as long as it is safe to rename CVS directories, I'll do so.  I'm
> > assuming that you've renamed directories before and that it doesn't cause
> > any problems with the CVS metadata.
> >
> 
> The following directory name changes should be made.
> 
> jakarta-taglibs/jdbc/src/org/apache/taglibs/jdbc  
>   ->  jakarta-taglibs/jdbc/src/org/apache/taglibs/dbtags
> 
> jakarta-taglibs/jdbc  ->  jakarta-taglibs/dbtags
> 
> The following link shows how to move a directory within the repository.
> 
> http://cvsbook.red-bean.com/cvsbook.html#I_need_to_move_files_around_without_losing_revision_history
> 
> Then update jakarta-taglibs/build.xml so that the target is dbtags instead of jdbc.
> And update the package declarations in the java source files in
> jakarta-taglibs/dbtags/src/org/apache/taglibs/dbtags/*
> so that they use package org.apache.taglibs.dbtags.
> 
> Thanks,
> 
> Glenn
> 
> ----------------------------------------------------------------------
> Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> MOREnet System Programming               |  * if iz ina coment.      |
> Missouri Research and Education Network  |  */                       |
> ----------------------------------------------------------------------
> 


Re: Work on DBTags and XSL, release 2, and etcetera

Posted by Morgan Delagrange <mo...@apache.org>.
Thanks for the help.  I thought I did a find and replace on the whole
tree, but I must have just done the source tree.

On Tue, 3 Jul 2001, Glenn Nielsen wrote:

> Thanks for changing jdbc to dbtags.  I had to fix a couple things to get
> the build to work.  But its all done now.
> 
> Glenn
> 
> Morgan Delagrange wrote:
> > 
> > Wow, thanks!  I'll get on it.
> > 
> > On Sat, 30 Jun 2001, Glenn Nielsen wrote:
> > 
> > > Morgan Delagrange wrote:
> > > >
> > > > On Wed, 13 Jun 2001, Glenn Nielsen wrote:
> > > >
> > > > > re DBTags:
> > > > >
> > > > > It would make the nightly build and releases easier if /home/cvs/jakarta-taglibs/jdbc
> > > > > were renamed to /home/cvs/jakarta-taglibs/dbtags on daedalus, and any references to
> > > > > using the "jdbc" directory inside DBTags changed to "dbtags".  You should just
> > > > > be able to do an "mv jdbc dbtags" in /home/cvs/jakarta-taglibs on daedalus.
> > > >
> > > > Does that work?  I didn't want to move the directories, because I wanted
> > > > to maintain the CVS history.  Although I suppose that since DBTags is
> > > > still pre-release, it doesn't really matter that much.
> > > >
> > > > OK, as long as it is safe to rename CVS directories, I'll do so.  I'm
> > > > assuming that you've renamed directories before and that it doesn't cause
> > > > any problems with the CVS metadata.
> > > >
> > >
> > > The following directory name changes should be made.
> > >
> > > jakarta-taglibs/jdbc/src/org/apache/taglibs/jdbc
> > >   ->  jakarta-taglibs/jdbc/src/org/apache/taglibs/dbtags
> > >
> > > jakarta-taglibs/jdbc  ->  jakarta-taglibs/dbtags
> > >
> > > The following link shows how to move a directory within the repository.
> > >
> > > http://cvsbook.red-bean.com/cvsbook.html#I_need_to_move_files_around_without_losing_revision_history
> > >
> > > Then update jakarta-taglibs/build.xml so that the target is dbtags instead of jdbc.
> > > And update the package declarations in the java source files in
> > > jakarta-taglibs/dbtags/src/org/apache/taglibs/dbtags/*
> > > so that they use package org.apache.taglibs.dbtags.
> > >
> > > Thanks,
> > >
> > > Glenn
> > >
> > > ----------------------------------------------------------------------
> > > Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> > > MOREnet System Programming               |  * if iz ina coment.      |
> > > Missouri Research and Education Network  |  */                       |
> > > ----------------------------------------------------------------------
> > >
> 
> -- 
> ----------------------------------------------------------------------
> Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> MOREnet System Programming               |  * if iz ina coment.      |
> Missouri Research and Education Network  |  */                       |
> ----------------------------------------------------------------------
> 


Re: Work on DBTags and XSL, release 2, and etcetera

Posted by Glenn Nielsen <gl...@voyager.apg.more.net>.
Thanks for changing jdbc to dbtags.  I had to fix a couple things to get
the build to work.  But its all done now.

Glenn

Morgan Delagrange wrote:
> 
> Wow, thanks!  I'll get on it.
> 
> On Sat, 30 Jun 2001, Glenn Nielsen wrote:
> 
> > Morgan Delagrange wrote:
> > >
> > > On Wed, 13 Jun 2001, Glenn Nielsen wrote:
> > >
> > > > re DBTags:
> > > >
> > > > It would make the nightly build and releases easier if /home/cvs/jakarta-taglibs/jdbc
> > > > were renamed to /home/cvs/jakarta-taglibs/dbtags on daedalus, and any references to
> > > > using the "jdbc" directory inside DBTags changed to "dbtags".  You should just
> > > > be able to do an "mv jdbc dbtags" in /home/cvs/jakarta-taglibs on daedalus.
> > >
> > > Does that work?  I didn't want to move the directories, because I wanted
> > > to maintain the CVS history.  Although I suppose that since DBTags is
> > > still pre-release, it doesn't really matter that much.
> > >
> > > OK, as long as it is safe to rename CVS directories, I'll do so.  I'm
> > > assuming that you've renamed directories before and that it doesn't cause
> > > any problems with the CVS metadata.
> > >
> >
> > The following directory name changes should be made.
> >
> > jakarta-taglibs/jdbc/src/org/apache/taglibs/jdbc
> >   ->  jakarta-taglibs/jdbc/src/org/apache/taglibs/dbtags
> >
> > jakarta-taglibs/jdbc  ->  jakarta-taglibs/dbtags
> >
> > The following link shows how to move a directory within the repository.
> >
> > http://cvsbook.red-bean.com/cvsbook.html#I_need_to_move_files_around_without_losing_revision_history
> >
> > Then update jakarta-taglibs/build.xml so that the target is dbtags instead of jdbc.
> > And update the package declarations in the java source files in
> > jakarta-taglibs/dbtags/src/org/apache/taglibs/dbtags/*
> > so that they use package org.apache.taglibs.dbtags.
> >
> > Thanks,
> >
> > Glenn
> >
> > ----------------------------------------------------------------------
> > Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
> > MOREnet System Programming               |  * if iz ina coment.      |
> > Missouri Research and Education Network  |  */                       |
> > ----------------------------------------------------------------------
> >

-- 
----------------------------------------------------------------------
Glenn Nielsen             glenn@more.net | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------