On Sat, 20 May 2006, Marco Mistroni wrote:
Hi,
> Hello Kenney,
> thanx for suggestion,but still getting
>
[snip]
> <settings>
> <profiles>
> <profile>
You should add a profile id:
<id>something</id>
> <activation>
> <activeByDefault/>
Sorry, missed this. You should put
<activateByDefault>true</activeByDefault> here.
> </activation>
> <properties>
> <deploy.directory>C:\Sw\jboss-4.0.4RC1\server\default\deploy
> </deploy.directory>
> </properties>
> </profile>
> </profiles>
Or you can put
<activeProfiles>
<activeProfile>something</activeProfile>
</activeProfiles>
here.
> </settings>
-- Kenney
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]