cancel
Showing results for 
Search instead for 
Did you mean: 

Run Explorer2

marcgr
Champ in-the-making
Champ in-the-making
Hi guys!

I'm trying to run Explorer2 (with Vaadin framework).
I mounted trunk repository 1 week ago (on a Eclipse Helios). I already have all necessary libraries by Maven and an apache-tomcat-6.0.32. Right now, I got Explorer2 as an independent java project and it seems that everything works fine.


I know that is a stupid question but  :roll:… How can I run it? How I compile it to make a war file or runnable web project?
(I don't usually use eclipse sorry  :? )

Thanks!
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
Use maven to create war-file, just run:

mvn clean install

The war will be available in your maven repository and in the /target/ folder of your project. You can easily start a jetty-server as well from maven, so you don't need to deploy your war to tomcat (jetty will be running on port 8080):
mvn clean install jetty:run

marcgr
Champ in-the-making
Champ in-the-making
Hi,

I'm doing it with Eclipse but is really easy (click on project -> Run As -> Maven clean / Maven install). The only problem is that seems that alfresco repositories server is temporarily down Smiley Frustrated

[WARNING] Could not transfer metadata org.activiti:activiti-engine:5.5-SNAPSHOT/maven-metadata.xml from/to activiti (http://maven.alfresco.com/nexus/content/repositories/activiti/😞 No response received after 60000
[WARNING] Could not transfer metadata org.activiti:activiti-engine:5.5-SNAPSHOT/maven-metadata.xml from/to activiti-third-party (http://maven.alfresco.com/nexus/content/repositories/activiti-thirdparty/😞 No response received after 60000
Downloading: http://maven.alfresco.com/nexus/content/repositories/activiti/org/activiti/activiti-engine/5.5-SNAPS...
Downloading: http://maven.alfresco.com/nexus/content/repositories/activiti-thirdparty/org/activiti/activiti-engin...

[ERROR] Failed to execute goal on project activiti-webapp-explorer2: Could not resolve dependencies

Maybe I configured it wrong…

Either way, really thanks Frederik for your quick answer.

frederikherema1
Star Contributor
Star Contributor
The repository is indeed down… I'll raise a ticket with IT