[appfuse-user] mvn clean install site:site not working

2009-02-13 Thread Mischa Dasberg
I just checked out appfuse using the following goal: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-spring -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -DartifactId=myproject Aft

Re: [appfuse-user] mvn clean install site:site not working

2009-02-13 Thread Matt Raible
This looks suspicious: -Dpackaging=classes Are you running this command from the top-level? Matt 2009/2/13 Mischa Dasberg > > I just checked out appfuse using the following goal: > > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-modular-spring

Re: [appfuse-user] mvn clean install site:site not working

2009-02-13 Thread Mischa
On the top level. -- View this message in context: http://www.nabble.com/mvn-clean-install-site%3Asite-not-working-tp21991846s2369p21994294.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscrib

Re: [appfuse-user] Linux / Tomcat issue

2009-02-13 Thread Nathan Anderson
But at least now you can say to your ISP that it works perfectly in your local environment. ;) Sounds like the next step it to findout how the ISP instance of Tomcat is different than the binaries provided by Apache. Nathan On 2/12/09, Waldo Rochow wrote: > Nathan, > > Thanks. This got me think

Re: [appfuse-user] mvn clean install site:site not working

2009-02-13 Thread Matt Raible
Does it help if you change your AppFuse repository (in pom.xml) to: http://oss.sonatype.org/content/repositories/appfuse-releases Matt On Fri, Feb 13, 2009 at 4:03 AM, Mischa wrote: > > On the top level. > > -- > View this message in context: > http://www.nabble.com/mvn-clean-install-site%3Asi

Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-13 Thread Anil Gangolli
We recently used Javascript (using Rhino) for something that sounds similar. In Java 1.6, there is a generic scripting API with Rhino shipped with the SDK. We were unable to use Java 1.6 yet at build time for compatibility reasons but we are essentially using the same combination. Groovy woul

[appfuse-user] Utilizing Core Archetype & Exposing Managers as WebServices

2009-02-13 Thread Arash.R
Hello all I am only interested in core archetype but I also want to take advantage of XFire functionality and exposing the managers as webservices as described. Of course there is no src/main/webapp in core and there is no jetty-plugin defined in core pom. I managed to add the jetty plugin i

Re: [appfuse-user] Utilizing Core Archetype & Exposing Managers as WebServices

2009-02-13 Thread Matt Raible
It should be possible. What kind of errors are you seeing? You need to make sure your project has packaging of type "war". We hope to add an appfuse-ws archetype for 2.1. http://issues.appfuse.org/browse/APF-897 Matt On Fri, Feb 13, 2009 at 10:54 AM, Arash.R wrote: > > Hello all > I am only

Re: [appfuse-user] Mathematical formula implementation in Java/JEE

2009-02-13 Thread Yogesh Bhardwaj
Thanks for the detailed explanation Anil! I agree that Drools might be an overkill for this requirement. I am looking at Groovy and shall take a look at Rhino as well. Thanks, Yogesh From: Anil Gangolli To: users@appfuse.dev.java.net Sent: Friday, February 1