Not sure if anyone has a better answer, but you can follow my detailed blog post <http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/>on setting up a Pivot project in Maven and then import the Maven project into eclipse.
Michael Bushe Software Architect/Developer [email protected] www.bushe.com On Sat, Jan 23, 2010 at 2:43 PM, Mohammed Benabdallah <benabdallah.ma@ gmail.com> wrote: > Good evening, > > I'm new on the liste, and i already have a question : > > The demo of Pivot are on a JAR file, but what if we want to use eclipse, I > mean that in the demo war file we have this architecture : > > pivot-demos > |_________*src *(EMPTY) > |_________*WebContent *(All HTML file that call Java Classes) > |_________|__________*lib *(Contain pivot-demos-1.4.jar, all the classes > for the demo) > > > But in an Eclipse (or NetBeans or a Standard Maven) project, the sources > are in *src *folder, and when i create an HTML file in the *WebContent *I > have an error message saying > >> * Application class name is required >> * > > > Does any body already work with Eclipse in an Pivot project ? is there any > plugin for Pivot ? > > Thanks for your time. > > -- > Cordialement. > Benabdallah Mohammed > > > >
