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 2004/06/06 03:47:44 UTC

cvs commit: jakarta-jetspeed-2/portal maven.xml

taylor      2004/06/05 18:47:44

  Modified:    .        maven.xml .classpath
               portal   maven.xml
  Log:
  Added PAM PA to build, deploy goals
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.72      +9 -0      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- maven.xml	5 Jun 2004 05:07:37 -0000	1.71
  +++ maven.xml	6 Jun 2004 01:47:44 -0000	1.72
  @@ -224,6 +224,15 @@
                  postProcessing="false"
                  ignoreFailures="false"/>
   
  +     <maven:reactor
  +               basedir="${basedir}/applications/pam"
  +               includes="project.xml"
  +               excludes="applications/project.xml"
  +               goals="war:install"
  +               banner="Build and Install the PAM application WAR"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +
             <attainGoal name="copy.shared.deps" />
             <attainGoal name="check.patch.tomcat5.jaas.realm"/>
     </goal>
  
  
  
  1.41      +1 -0      jakarta-jetspeed-2/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/.classpath,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- .classpath	1 Jun 2004 13:18:09 -0000	1.40
  +++ .classpath	6 Jun 2004 01:47:44 -0000	1.41
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry excluding="**/CVS/*" kind="src" path="commons/src/java"/>
  +	<classpathentry excluding="**/CVS*" kind="src" path="applications/pam/src/java"/>
   	<classpathentry kind="src" path="components/page-manager/src/java"/>
   	<classpathentry kind="src" path="components/page-manager/src/test"/>
   	<classpathentry kind="src" path="components/capability/src/java"/>
  
  
  
  1.84      +15 -1     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- maven.xml	5 Jun 2004 05:08:05 -0000	1.83
  +++ maven.xml	6 Jun 2004 01:47:44 -0000	1.84
  @@ -20,7 +20,7 @@
            xmlns:maven="jelly:maven">
   
     <!-- Target of maven test:single test -->
  -<property name='testcase' value='org.apache.jetspeed.pipeline.TestPipeline'/>
  +<property name='testcase' value='org.apache.jetspeed.engine.TestEngine'/>
   
   <preGoal name="java:prepare-filesystem">
    	<echo message="====================================" />
  @@ -257,6 +257,12 @@
    	<attainGoal name="pam.template.deploy"/>
     </goal>
   
  +  <goal name="pam.pamdeploy">
  + 	<j:set var="pam.app.name" value="pam"/>
  + 	<j:set var="pam.app.war" value="../applications/pam/target/pam.war"/>
  + 	<attainGoal name="pam.template.deploy"/>
  +  </goal>
  +
     <goal name="pam.tsdeploy">
    	<j:set var="pam.app.name" value="testsuite"/>
    	<j:set var="pam.app.war" value="../../jakarta-pluto/testsuite/target/testsuite.war"/>
  @@ -281,6 +287,12 @@
    	<attainGoal name="pam.template.undeploy"/>
     </goal>
   
  +  <goal name="pam.pamundeploy">
  + 	<j:set var="pam.app.name" value="pam"/>
  + 	<j:set var="pam.app.type" value="webapp"/>
  + 	<attainGoal name="pam.template.undeploy"/>
  +  </goal>
  +
     <goal name="pam.tsundeploy">
    	<j:set var="pam.app.name" value="testsuite"/>
    	<j:set var="pam.app.type" value="webapp"/>
  @@ -352,6 +364,7 @@
     	 <attainGoal name="deploy" />
     	 <attainGoal name="pam.register" />
     	 <attainGoal name="pam.deploy" />
  +  	 <attainGoal name="pam.pamdeploy" />  	 
        <attainGoal name="pam.strutsdeploy" />
        <attainGoal name="pam.securitydeploy" />
        <attainGoal name="db.entities" />
  @@ -526,6 +539,7 @@
       <delete dir="${deploy.war.dir}/${webapp.name}"/>
       <delete file="${deploy.war.dir}/${webapp.name}.war"/>
       <delete dir="${deploy.war.dir}/HW_App"/>
  +    <delete dir="${deploy.war.dir}/pam"/>    
       <delete dir="${deploy.war.dir}/security"/>
       <delete dir="${deploy.war.dir}/struts-demo"/>
     </goal>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org