Hi Juan, Stefan, More inline...
On 1 sept. 2010, at 14:03, Stefan Seelmann wrote: > Hi Juan, > > we reorganized the project layout and build lately and it is now > necessary to build the trunk using > mvn clean install -Pstudio-full > the first time. My bad, I forgot to update the documentation on the website after the reorganization. Sorry about it. I will update the page on the website today. > Subsequent builds don't require the activation of that profile. We > changed this to speed up the subsequent builds. However this caused > problems several times, maybe we should consider to revert this > change. Do you really think so ? I think that it should be ok with an up-to-date documentation.rrrr It saves a lot of time to skip the build of the 'not-code' plugins (like external libraries, help and features plugins). Regards, Pierre-Arnaud > Kind Regards, > Stefan > > > 2010/9/1 Juan Asensio Sánchez <[email protected]>: >> Hi >> >> I am trying to translate and compile Studio to Spanish. The first problem I >> have, is about compiling the source just after the checkout from SVN. I hve >> done these steps: >> >> svn co http://svn.apache.org/repos/asf/directory/studio/trunk >> apacheds-studio >> cd apacheds-studio >> mvn clean install >> >> After download lots of dependencies, i get this error: >> >> ============================================================================================================================================== >> >> Downloading: >> http://repo1.maven.org/maven2/org/apache/directory/studio/org.apache.commons.lang/2.3/org.apache.commons.lang-2.3.jar >> [INFO] Unable to find resource >> 'org.apache.directory.studio:org.apache.commons.lang:jar:2.3' in repository >> central (http://repo1.maven.org/maven2) >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve dependencies for one or more projects in the >> reactor. Reason: Missing: >> ---------- >> 1) org.apache.directory.studio:org.apache.commons.lang:jar:2.3 >> >> 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=org.apache.commons.lang -Dversion=2.3 -Dpackaging=jar >> -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=org.apache.commons.lang -Dversion=2.3 -Dpackaging=jar >> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> Path to dependency: >> 1) org.apache.directory.studio:common.core:jar:2.0.0-SNAPSHOT >> 2) org.apache.directory.studio:org.apache.commons.lang:jar:2.3 >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> org.apache.directory.studio:common.core:jar:2.0.0-SNAPSHOT >> >> from the specified remote repositories: >> apache.snapshots (http://repository.apache.org/snapshots), >> central (http://repo1.maven.org/maven2) >> >> ============================================================================================================================================== >> >> I have checked if >> http://repo1.maven.org/maven2/org/apache/directory/studio/org.apache.commons.lang/2.3/org.apache.commons.lang-2.3.jar >> exists, but it doesn't, so I think some pom.xml is invalid. What should I do >> next? (I am not a good developer, I just will use this for translate and >> compile to test the translation). >> >> Regards. >> >>
