Thx for help. Yes i've got maven 2.0.4 installed.
Running mvn install in the framework directory - the ones where all shale parts are in - results in this error: mvn install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.shale ArtifactId: shale-master Version: 2-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.shale:shale-master:pom:2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) Don't know what to do here, any hints? Torsten Am Donnerstag, den 26.10.2006, 21:35 -0700 schrieb Wendy Smoak: > On 10/26/06, Torsten Krah <[EMAIL PROTECTED]> wrote: > > > Checked out the shale repository, but i am new to maven and its build > > system, any hints are appreciated how to build the test app, so i can > > have a closer look at the new dialogs :-) > > Assuming you have Maven 2 installed, from the framework directory, > type 'mvn install'. > > Then from the example app you're interested in, 'mvn install' again, > and you should find the .war file in the 'target' directory. > > This may not work perfectly due to some recent infrastructure work at > Apache. Let us know if you have any trouble and we'll work through > it. > > This is slightly out of date... http://shale.apache.org/building.html >
