On Mon, Nov 24, 2008 at 7:37 PM, bytelock <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > Thanks for the quick reply. > > You were right. I had a wrong configuration in installing Postfix. I just > reconfigured Postfix and now my app is building successfully. =) > > I have a question though. Just out of curiosity, why is a SMTP needed for > building the apps?
It's not necessary for building. You can run "mvn package" w/o having it installed. Or use "mvn install -Dmaven.test.skip=true" to skip tests. The integration tests depend on it being available since they're testing the app in a container. It wouldn't be a bad idea to make e-mailing optional where people could simply disable that feature. Matt > > > - bytelock > > > mraible wrote: > > > > Are you sure Postfix is running and working correctly? > > > > Matt > > > > On Sun, Nov 23, 2008 at 11:57 PM, bytelock <[EMAIL PROTECTED]> wrote: > >> > >> Hi guys, > >> > >> I'm kinda new in using appfuse and I had this error on my initial run of > >> the > >> "mvn" command for JSF Modular archetype. I'm currently doing my project > >> in > >> ubuntu hardy with java 1.6.0_07. > >> > >> [ERROR] BUILD ERROR > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Error executing ant tasks > >> > >> Embedded error: The following error occurred while executing this line: > >> /home//dev/workspace/myProject/web/src/test/resources/web-tests.xml:165: > >> Wrong document title found!. Expected value ".*Main Menu.*" but got > "Sign > >> Up > >> | AppFuse". > >> > >> I've searched the forum for other posts about this and found this link > >> http://issues.appfuse.org/browse/APF-1053 > >> http://issues.appfuse.org/browse/APF-1053 . It's under windows but I > >> still > >> tried doing the fix. I installed Postfix for SMTP. When I tried to run > >> "mvn" > >> command again. The build freezes on the "PasswordHint" section. > >> > >> Now I don't know if the fix works for hardy since I'm not able to finish > >> the > >> build. Is there any configurations maybe that I missed out? Any ideas on > >> fixing this? Thanks in advance. :-D > >> > >> - bytelock > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/JSF-Modular-initial-build-fail.-tp20655783s2369p20655783.html > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/JSF-Modular-initial-build-fail.-tp20655783s2369p20674163.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
