You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2001/12/03 04:03:08 UTC

cvs commit: jakarta-jetspeed/build build.properties build.xml

taylor      01/12/02 19:03:08

  Modified:    build    build.properties build.xml
  Log:
  - fixed deploy target to deploy to catalina webapp
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-jetspeed/build/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.properties	2001/11/26 16:35:42	1.4
  +++ build.properties	2001/12/03 03:03:08	1.5
  @@ -20,5 +20,5 @@
   tomcat.home.40=g:/server/catalina
   # orion.home.14=c:\orion-1.4.5
   # weblogic.home.51=c:\weblogic-5.1
  -#install.war=/apache/catalina/webapps
  +install.war=/apache/catalina/webapps
   
  
  
  
  1.115     +0 -1      jakarta-jetspeed/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/build/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml	2001/11/29 14:13:35	1.114
  +++ build.xml	2001/12/03 03:03:08	1.115
  @@ -80,7 +80,6 @@
       <property name="build.dest.dir" value="${build.dir}/classes"/>        
       <property name="javadocs.destdir" value="docs/api"/>    
       <property name="release.dir" value="${project.name}-${project.version}/"/>
  -    <property name="install.war" value="${build.dir}/webapp"/>    
   
       <!-- Miscellaneous settings -->
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-jetspeed/build build.properties build.xml

Posted by Chris Kimpton <ki...@yahoo.com>.
Hi,

> >
> Okay, I seem to have the unique need for a hot deploy of the class
> files.
> So I will change my 'deploy' target to use another property, and
> follow your
> suggestions below for the install target.

I guess you copy your webapp into tomcats "webapps/jetspeed"
directory or similar.  Then tomcat auto-creates a context for it....

> Although I really don't understand what you are doing, copying
> files to
> bin/webapp.

Whereas I like to give myself more work to do ... and create a
context for jetspeed in tomcat, which then points at my jetspeed
workarea.

I get the same hot deploy on classes etc, but all the jetspeed files
are in one area...

Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-jetspeed/build build.properties build.xml

Posted by David Sean Taylor <da...@bluesunrise.com>.
> >   -#install.war=/apache/catalina/webapps
> >   +install.war=/apache/catalina/webapps
> >
>
Okay, I seem to have the unique need for a hot deploy of the class files.
So I will change my 'deploy' target to use another property, and follow your
suggestions below for the install target.
Although I really don't understand what you are doing, copying files to
bin/webapp.
But hell, if that works for you then Im happy as long as you dont break my
stuff.


> Can I suggest that we put the default install.war setting back into
> the build.xml (I believe it gets overridden by anything in
> build.properties).
>
> We could then move the build.properties file to something like
> build.properties.sample - and remove the actual build.properties file
> from CVS - people can then have their local overrides?
>
> I am not 100% on the best use of ant - so I maybe way off target here
> - but the current settings in CVS mean that the install target is
> useless for me... and I am selfish   ;-)
>
> Just my one euro worth...
>
> Chris
>
> =====
> Need somewhere to Live in London? - Then go to http://freeflats.com
>
> __________________________________________________
> Do You Yahoo!?
> Buy the perfect holiday gifts at Yahoo! Shopping.
> http://shopping.yahoo.com
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-jetspeed/build build.properties build.xml

Posted by Chris Kimpton <ki...@yahoo.com>.
Hi,

>   -#install.war=/apache/catalina/webapps
>   +install.war=/apache/catalina/webapps
>    

...but what if you don't work this way...

Can I suggest that we put the default install.war setting back into
the build.xml (I believe it gets overridden by anything in
build.properties).

We could then move the build.properties file to something like
build.properties.sample - and remove the actual build.properties file
from CVS - people can then have their local overrides?

I am not 100% on the best use of ant - so I maybe way off target here
- but the current settings in CVS mean that the install target is
useless for me... and I am selfish   ;-)

Just my one euro worth...

Chris

=====
Need somewhere to Live in London? - Then go to http://freeflats.com

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>