Richard Wallace wrote:

Is the <activeByDefault /> flag working for profiles? I've got the following profiles.xml

<profiles>
 <profile>
   <id>tomcat-local</id>
   <activation>
     <activeByDefault/>
     <property>
       <name>tomcat</name>
       <value>local</value>
     </property>
   </activation>
   <properties>
     <tomcat.server>tomcat-local</tomcat.server>
     <tomcat.url>http://localhost:8080/manager</tomcat.url>
   </properties>
 </profile>
</profiles>

Shouldn't you put a value in the <activeByDefault> tag? Like <activeByDefault>true</activeByDefault>

- Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to