On 01/09/2014 08:23, Emma Sesmero wrote:
Hi all,
I am trying to build James beta 3 from the source code.
I am used to build the trunk version, which just needs "*mvn install*" to
create the zip that contains all the James folders and files.
I tried to build James beta 3 using "*mvn install*", but I did not obtain
the corresponding zip. I have tried "*mvn package*" and also tried "*mvn
package -Pwith-assembly*" but the result was the same, and the console
showed "*[WARNING] The requested profile "with-assembly" could not be
activated because it does not exist.*". I obtain the
james-server-container-spring-3.0-beta3.jar
in the container-spring/target folder, but not the zip anywhere.
Do you know what I should be doing?
Thank you in advance,
Emma
Hi,
If you have the 'config/war does not exist' you can try this solution :
In file app/pom.xml
Replace the line 897
<directory>src/main/config/war</directory>
by this new one :
<directory>../container/spring/src/main/resources</directory>
I think you have the JAMES-1544 problem :
https://issues.apache.org/jira/browse/JAMES-1544
Regards,
Philippe
---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org