cruise control " Warning: -configfile=/cruisecontrol.xml not understood. Ignoring."
Dear All,
I am using cruiseconrol with ant to build sar files,
./cruisecontrol.sh -configfile=/cruisecontrol.xml
-port=1024
when i am running above command to build, it is giving
me following error
"Warning: -configfile=/cruisecontrol.xml not
understood. Ignoring.
Warning: -port=1024 not understood. Ignoring.
Exception in thread "main"
java.lang.NoClassDefFoundError: CruiseControl
at 0x40268e17:
java.lang.Throwable.Throwable(java.lang.String)
(/usr/lib/./libgcj.so.3)
at 0x4025bc8e:
java.lang.Error.Error(java.lang.String)
(/usr/lib/./libgcj.so.3)
at 0x4025d6b6:
java.lang.LinkageError.LinkageError(java.lang.String)
(/usr/lib/./libgcj.so.3)
at 0x4025eb36:
java.lang.NoClassDefFoundError.NoClassDefFoundError(java.lang.String)
(/usr/lib/./libgcj.so.3)
at 0x402ad075: gnu.gcj.runtime.FirstThread.run()
(/usr/lib/./libgcj.so.3)
at 0x4024fc4c: _Jv_ThreadRun(java.lang.Thread)
(/usr/lib/./libgcj.so.3)
at 0x4021c8ac: _Jv_RunMain(java.lang.Class, byte
const, int, byte const, boolean)
(/usr/lib/./libgcj.so.3)
at 0x08048910: ?? (??:0)
at 0x42015574: __libc_start_main
(/lib/tls/libc.so.6)
at 0x080486c1: ?? (??:0)"
So, why it is ignoring configfile and port parameter.
What could be the possible cause.
I even tried replacing equal to sign(=) to space(" ")
as
-configfile /cruisecontrol.xml -port 1024
but again it is giving me same error. even my config
file is correct becz. it is working perfect with other
m/c.
Plz. suggest something,
any help appreciated.
Any help appreciated.
-jack
|