You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by sc...@apache.org on 2005/05/16 19:12:50 UTC

svn commit: r170410 - in /incubator/hermes/trunk: maven.xml project.xml src/java/org/apache/ws/notification/topics/util/TopicUtils.java

Author: scamp
Date: Mon May 16 10:12:49 2005
New Revision: 170410

URL: http://svn.apache.org/viewcvs?rev=170410&view=rev
Log: (empty)

Modified:
    incubator/hermes/trunk/maven.xml
    incubator/hermes/trunk/project.xml
    incubator/hermes/trunk/src/java/org/apache/ws/notification/topics/util/TopicUtils.java

Modified: incubator/hermes/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/maven.xml?rev=170410&r1=170409&r2=170410&view=diff
==============================================================================
--- incubator/hermes/trunk/maven.xml (original)
+++ incubator/hermes/trunk/maven.xml Mon May 16 10:12:49 2005
@@ -22,7 +22,15 @@
     </j:if>
     <j:if test="${context.getVariable('idea.project.iml') != null}" >
        <attainGoal name="idea-update"/>
-    </j:if>    
+    </j:if>   
+        
+  </preGoal>
+
+  <preGoal name="java:jar-resources">
+  	<mkdir dir="${basedir}/src/java/wsdl" />
+	<copy todir="${basedir}/src/java/wsdl">
+        <fileset dir="${maven.src.dir}/wsdl" includes="**/*.wsdl, **/*.xsd" />
+    </copy>  
   </preGoal>
 
   <postGoal name="test:compile">
@@ -107,6 +115,7 @@
     <!-- Delete empty WEB-INF/tld/ dir that war plugin created -->
     <delete dir="${maven.war.webapp.dir}/WEB-INF/tld" />    
     
+    <mkdir dir="${maven.war.webapp.dir}/wsdl" />    
   </postGoal>
 
   <goal name="extract-wsdl-jar">

Modified: incubator/hermes/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/project.xml?rev=170410&r1=170409&r2=170410&view=diff
==============================================================================
--- incubator/hermes/trunk/project.xml (original)
+++ incubator/hermes/trunk/project.xml Mon May 16 10:12:49 2005
@@ -519,6 +519,11 @@
                 <filtering>false</filtering>
             </resource>      
 
+           <resource>
+             <directory>src/wsdl</directory>
+             <targetPath>wsdl</targetPath>             
+	   </resource>
+
         </resources>
         
     </build>

Modified: incubator/hermes/trunk/src/java/org/apache/ws/notification/topics/util/TopicUtils.java
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/java/org/apache/ws/notification/topics/util/TopicUtils.java?rev=170410&r1=170409&r2=170410&view=diff
==============================================================================
--- incubator/hermes/trunk/src/java/org/apache/ws/notification/topics/util/TopicUtils.java (original)
+++ incubator/hermes/trunk/src/java/org/apache/ws/notification/topics/util/TopicUtils.java Mon May 16 10:12:49 2005
@@ -131,6 +131,9 @@
 
     /**
      * Initializes the Topic, TopicExpressionDialects and FixedTopicSet resource properties
+     *
+     * </br>
+     * <strong>NOTE this MUST be called last in the Resource.init() method to ensure all topics get registered</strong>
      * </br>
      * FixedTopicSet will be set based on the value returned from the {@see TopicSpaceSet#isFixed()} method.
      * </br>



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