Hi List-users,
tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
http://directory.apache.org/apacheds/1.0/building.html
Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows
Version 1.4.4.
Started build with clean maven repository. The checkout command "svn
co http://...." was successful. The ongoing "mvn install" command was
also successful.
Then I tried to build the installers with these steps:
cd apacheds
cd server-installers
mav install
Thats not successful and ends up in the following error message.
Maybe someone can give me a hint/tip to solve this problem?
TIA
Markus Pohle
E:\Temp\20070808\apacheds-10-trunks\apacheds>cd server-installers
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers>mvn install
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building ApacheDS Server Installers
[INFO] task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] artifact org.apache.directory.daemon:daemon-plugin: checking
for updates from central
[INFO] snapshot
org.apache.directory.daemon:daemon-plugin:1.0.3-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot
org.apache.directory.daemon:daemon-parent:1.0.3-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot
org.apache.directory.server:apacheds-server-main:1.0.3-SNAPSHOT:
checking for updates from apache.snapsh
ots
[INFO] snapshot
org.apache.directory.server:apacheds-parent:1.0.3-SNAPSHOT: checking
for updates from apache.snapshots
[INFO] snapshot
org.apache.directory.shared:shared-ldap:0.9.5.6-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot
org.apache.directory.shared:shared-parent:0.9.5.6-SNAPSHOT: checking
for updates from apache.snapshots
[INFO] snapshot
org.apache.directory.shared:shared-asn1:0.9.5.6-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot
org.apache.directory.server:apacheds-server-ssl:1.0.3-SNAPSHOT:
checking for updates from apache.snapsho
ts
[INFO] snapshot
org.apache.directory.server:apacheds-server-jndi:1.0.3-SNAPSHOT:
checking for updates from apache.snapsh
ots
[INFO] snapshot
org.apache.directory.server:apacheds-protocol-changepw:1.0.3-SNAPSHOT:
checking for updates from apache.
snapshots
[INFO] snapshot
org.apache.directory.server:apacheds-kerberos-shared:1.0.3-SNAPSHOT:
checking for updates from apache.sn
apshots
[INFO] snapshot
org.apache.directory.server:apacheds-protocol-shared:1.0.3-SNAPSHOT:
checking for updates from apache.sn
apshots
[INFO] snapshot
org.apache.directory.server:apacheds-core:1.0.3-SNAPSHOT: checking for
updates from apache.snapshots
[INFO] snapshot
org.apache.directory.server:apacheds-core-shared:1.0.3-SNAPSHOT:
checking for updates from apache.snapsh
ots
[INFO] snapshot
org.apache.directory.server:apacheds-protocol-ntp:1.0.3-SNAPSHOT:
checking for updates from apache.snaps
hots
[INFO] snapshot
org.apache.directory.server:apacheds-protocol-kerberos:1.0.3-SNAPSHOT:
checking for updates from apache.
snapshots
[INFO] snapshot
org.apache.directory.server:apacheds-protocol-ldap:1.0.3-SNAPSHOT:
checking for updates from apache.snap
shots
[INFO] snapshot
org.apache.directory.shared:shared-asn1-codec:0.9.5.6-SNAPSHOT:
checking for updates from apache.snapsho
ts
[INFO] snapshot
org.apache.directory.server:apacheds-server-tools:1.0.3-SNAPSHOT:
checking for updates from apache.snaps
hots
[WARNING]
Artifact
org.apache.directory.daemon:daemon-bootstrappers:jar:1.0.2:provided
retains local scope 'provided' over
riding broader scope 'compile'
given by a dependency. If this is not intended, modify or
remove the local scope.
Downloading:
http://repo1.maven.org/maven2/org/apache/directory/daemon/daemon-bootstrappers/1.0.2/daemon-bootstrappers-1
.0.2.jar
29K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.
0.3-SNAPSHOT.jar
[WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is
invalid. It will be ignored for artifact resolution.
Reason: Failed to validate POM
[INFO] snapshot
org.apache.directory.daemon:daemon-bootstrappers:1.0.3-SNAPSHOT:
checking for updates from apache.snapsh
ots
[INFO] [daemon:generate {execution: default}]
cmd[0] = svn
cmd[1] = export
cmd[2] =
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
cmd[3] =
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\images\src
svn: Die URL
?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171 existiert
nicht
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Execution of ' svn export
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
E:\Temp\2007080
8\apacheds-10-trunks\apacheds\server-installers\target\images\src '
resulted in a non-zero exit value: 1
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Wed Aug 08 18:23:48 CEST 2007
[INFO] Final Memory: 7M/15M
[INFO]
------------------------------------------------------------------------