Hi all, I fixed this. The reason was, that pdfbox 0.7.2 is not available from the maven repo. So I set to use 0.7.1. 0.7.3 has additional dependencies, which would first have to be investigated....
Regards Felix Am Freitag, den 07.03.2008, 04:06 -0800 schrieb Continuum VMBuild Server: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=62321&projectId=537 > > Build statistics: > State: Failed > Previous State: Failed > Started at: Fri 7 Mar 2008 04:06:03 -0800 > Finished at: Fri 7 Mar 2008 04:06:13 -0800 > Total time: 9s > Build Trigger: Schedule > Build Number: 0 > Exit code: 1 > Building machine hostname: vmbuild.apache.org > Operating system : Linux(unknown) > Java Home version : > java version "1.6.0" > Java(TM) SE Runtime Environment (build 1.6.0-b105) > Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) > > Builder version : > Maven version: 2.0.7 > Java version: 1.6.0 > OS name: "linux" version: "2.6.20-16-server" arch: "i386" > > **************************************************************************** > SCM Changes: > **************************************************************************** > No files changed > > **************************************************************************** > Dependencies Changes: > **************************************************************************** > org.apache.sling:sling:1-incubator-SNAPSHOT > > > **************************************************************************** > Build Defintion: > **************************************************************************** > POM filename: pom.xml > Goals: clean install > Arguments: --batch-mode --non-recursive > Build Fresh: false > Always Build: false > Default Build Definition: true > Schedule: DEFAULT_SCHEDULE > Description: > > > **************************************************************************** > Test Summary: > **************************************************************************** > Tests: 0 > Failures: 0 > Total time: 0 > > **************************************************************************** > Output: > **************************************************************************** > [INFO] Scanning for projects... > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building jackrabbit-text-extractors bundle > [INFO] task-segment: [clean, install] > [INFO] > ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory /home/continuum/data/working-directory/537/target > [INFO] Deleting directory > /home/continuum/data/working-directory/537/target/classes > [INFO] Deleting directory > /home/continuum/data/working-directory/537/target/test-classes > [INFO] Deleting directory > /home/continuum/data/working-directory/537/target/site > Downloading: > http://repo1.maven.org/maven2/pdfbox/pdfbox/0.7.2/pdfbox-0.7.2.pom > Downloading: > http://repo1.maven.org/maven2/pdfbox/pdfbox/0.7.2/pdfbox-0.7.2.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) pdfbox:pdfbox:jar:0.7.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=pdfbox -DartifactId=pdfbox \ > -Dversion=0.7.2 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=pdfbox -DartifactId=pdfbox \ > -Dversion=0.7.2 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.sling:org.apache.sling.jackrabbit-text-extractors:bundle:1.4.0-0002-SNAPSHOT > 2) pdfbox:pdfbox:jar:0.7.2 > > ---------- > 1 required artifact is missing. > > for artifact: > > org.apache.sling:org.apache.sling.jackrabbit-text-extractors:bundle:1.4.0-0002-SNAPSHOT > > from the specified remote repositories: > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), > central (http://repo1.maven.org/maven2) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Fri Mar 07 04:06:13 PST 2008 > [INFO] Final Memory: 4M/9M > [INFO] > ------------------------------------------------------------------------ > > **************************************************************************** > >
