Hi there,
I tried to run Apache DS on AIX 5.3 TL5 on Power5 Architectur - but
with no success. I read this thread "Startup without binary" from
Juergen Weber from Feb, 06, 2007 what made me think of building Apache
DS from Source on my Windows XP system and then use this version and
work with the jar files without the platform depending daemon files. I
need to do this on Windows because on the AIX 5.3 TL5 machine I do not
have svn nor internet access nor any other development resources. Only
an IBM JDK in version 1.4.2 and 1.5. So, what I did is the following:
checked out from SVN with the following command:
svn co
http://svn.apache.org/repos/asf/directory/apacheds/branches/1.0-with-dependencies/
apacheds-10-trunks
cd to apacheds-10-trunks and did a "mvn install" - result was "build
successful"
then went to server-installers and did a "mvn install" - result was an error
I do get this error messages:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:site': Unable
to find the mojo
'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:site' in the
plugin 'org.apache.maven.plugins:maven-site-plugin'
org/apache/maven/doxia/module/xhtml/decoration/render/RenderingContext
[INFO]
------------------------------------------------------------------------
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal
'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:site': Unable
to find the mojo
'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:site' in the
plugin 'org.apache.maven.plugins:maven-site-plugin'
org/apache/maven/doxia/module/xhtml/decoration/render/RenderingContext
[INFO]
------------------------------------------------------------------------
Java Version: java version "1.5.0_10"
Maven Version: Maven version: 2.0.5
CLASSPATH=.;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip
JAVA_BIN=C:\Programme\Java\jdk1.5.0_10\bin
JAVA_HOME=C:\Programme\Java\jdk1.5.0_10
Path=C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\ATI Technologies\ATI Control Panel;C:\Programme\php-4.3.9;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Programme\Gemeinsame
Dateien\GTK\2.0\bin;C:\Programme\Rational\ClearCase\bin;C:\Programme\Rational\common;C:\Programme\Java\jdk1.5.0_10\bin;C:\Programme\svn-win32-1.4.3\bin;C:\Python24;C:\Python24\DLLs;C:\Programme\GNU\GnuPG;D:\_Developer\Maven\maven-2.0.5\bin
Anyone any idea why this happened?
Did anyone ever build Apache DS to run on AIX 5.3 on Power5 plattform?
Greetings
Markus