Ooops... Sorry Felix.
A wrong dependency was set (I probably had this dependency in maven repository before, because when I dropped the repo, the error appeared). You should be able to pass this step, now. FYI, using '-Prelease' on a non Mac OS X machine fails at the moment, because the build of the module 'Mac OS X DMG' is dependent on a command line utility that only exists on Mac. I need to find a way to make this pass on any platform. Probably by creating a "fake" package on un-supported systems. It will the same thing with the 'Windows Installer Exe' module, if you don't have the 'makensis' command-line utility installed. I will try to find and give you the link to a webpage which describes the way to compile and install this utility. Regards, Pierre-Arnaud On 10 juin 2010, at 20:38, Felix Knecht wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 06/10/10 20:35, Felix Knecht wrote: >>> I tried to improve the way we generate distributions to reduce the amount >>> of tasks (and time) still done by hand when releasing a new version of >>> Studio. >>> I'm tired of wasting almost a full day when a new version needs to be >>> released... >> >> Good job. >> >> >>> I'd like to know what you think about it, if you could test it, and if we >>> can considering switching to this new build on trunk. >> >> fe...@asgard >> ~/svn/apache/directory/studio/branches/studio-improved-build $ mvn clean >> install -Prelease >> [INFO] Scanning for projects... >> [INFO] Reactor build order: >> >> ... >> >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] One or more required plugin parameters are invalid/missing for >> 'jar:sign' >> >> [0] Inside the definition for plugin 'maven-jar-plugin' specify the >> following: >> >> <configuration> >> ... >> <alias>VALUE</alias> >> </configuration> >> >> -OR- >> >> on the command line, specify: '-Djarsign.alias=VALUE' >> >> > > > mvn clean install (linux 64bit) --> > [ERROR] BUILD ERROR > [INFO] > - ------------------------------------------------------------------------ > [INFO] Failed to resolve dependencies for one or more projects in the > reactor. Reason: Missing: > - ---------- > 1) org.apache.directory.studio:application-linux-x86:tar.gz:1.5.4-SNAPSHOT > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.directory.studio > - -DartifactId=application-linux-x86 -Dversion=1.5.4-SNAPSHOT > - -Dpackaging=tar.gz -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > mvn deploy:deploy-file -DgroupId=org.apache.directory.studio > - -DartifactId=application-linux-x86 -Dversion=1.5.4-SNAPSHOT > - -Dpackaging=tar.gz -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.directory.studio:ApacheDirectoryStudio-linux-x86_64:pom:1.5.4-SNAPSHOT > 2) > org.apache.directory.studio:application-linux-x86:tar.gz:1.5.4-SNAPSHOT > > - ---------- > 1 required artifact is missing. > > for artifact: > > org.apache.directory.studio:ApacheDirectoryStudio-linux-x86_64:pom:1.5.4-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://repository.apache.org/snapshots), > central (http://repo1.maven.org/maven2) > >> Any ideas? >> >> Regards >> Felix > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.15 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkwRMSMACgkQ2lZVCB08qHET1ACfZivhZSQO3mx4LI+1PpKCSEml > aQUAmgJuM+1eFXxcxPzRpVoHNiR04r5l > =UUfP > -----END PGP SIGNATURE-----
