Error with ANT build for red5


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Error with ANT build for red5
# 1  
Old 06-09-2010
Error with ANT build for red5

I installed java at usr/local/jdk directory. My Java Version is 1.6.0_05. I have installed apache ant version 1.8.1 in folder opt/ant successfully. And later on I have installed RED 5.0.9 final version at /opt/ant directory.

But I am getting error while building ant at RED5 , I got following errors

Code:
Buildfile: /opt/red5/build.xml
  [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

-library.check:
     [echo] Java: java.home is /usr/java/jdk1.6.0_05/jre and the target version is 1.6
     [echo] Ant: ant.home is /opt/ant and the target version is Apache Ant version 1.8.1 compiled on April 30 2010

-java6.check:
     [echo] Using Java 1.6

prepare:

compile:
     [echo] javac version: 1.6
     [echo] Not using the Eclipse IDE
     [echo] Compiler adapter name: modern
  [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

compile-core:
  [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be found.

retrieve:

BUILD FAILED
/opt/red5/build.xml:217: The following error occurred while executing this line:
/opt/red5/build.xml:231: The following error occurred while executing this line:
/opt/red5/build.xml:176: Problem: failed to create task or type antlib:org.apache.ivy.ant:settings
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
        -/opt/ant/lib
        -/root/.ant/lib
        -a directory added on the command line with the -lib argument


Total time: 1 second
                                                                            e.ivy.ant:settings

Please guide me , what should be cause of this error and how to rectify this error for ANT build.

Last edited by pludi; 06-09-2010 at 05:57 PM.. Reason: code tags, please...
# 2  
Old 09-16-2010
installa ant-ivy
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-la

Have no idea on what the below error message is: Process not running: /opt/java15/jdk/bin/java -classpath /opt/apache/apache-ant-1.7.0-mod/lib/ant-launcher.jar org.apache.tools.ant.launch.Launcher -buildfile build.xml dist. Any help? (3 Replies)
Discussion started by: gull05
3 Replies

2. UNIX for Dummies Questions & Answers

Adding SDK Build on Kernel Source Build

Hi, So I downloaded this kernel source and was able to build it successfully. But I want to add this SDK source code inside, can anyone help me how to do this? Note that the SDK source can be built by itself. I added the SDK in the main Makefile: init-y := init/ #added SDK... (0 Replies)
Discussion started by: h0ujun
0 Replies

3. Programming

Build Error

I am facing a problem while building the device driver code. I am using suse linux "2.6.31.5-0.1-desktop" on my Laptop. I have copied a folder containing self written device driver files from Mandriva linux to my system having Suse Linux. I copied the entire folder in "/home/netuser/sun/".... (4 Replies)
Discussion started by: rupeshkp728
4 Replies

4. Solaris

Error at ndiswrapper build

Today I tried to generate ndis Solaris driver. Problem is when I try to compile ndiswapper following instructions on opensolaris site. ndis wrapper (Community Group laptop.ndis) - XWiki My version of Solaris $ uname -a SunOS pc001 5.10 Generic_142910-17 i86pc i386 i86pc ... (0 Replies)
Discussion started by: solaris_user
0 Replies

5. UNIX for Dummies Questions & Answers

Red5 Server Installation

Hello, I Have a Problem... I have a Debian server where I would like Red5 instalation. Now I have the Red5 0.9.1 loaded on my server and want to instalation with *make* the server and it did not work. I keep getting this message here.: I have ant-ivy also already installed and all of the... (1 Reply)
Discussion started by: JungBoy1988
1 Replies

6. UNIX for Dummies Questions & Answers

Help with red5 process

Hello, I have installed red5 on my linux server successfully at folder opt/red5. Installation is successful and red5 is also running successfully but everytime I have to execute sh ./red5.sh start command at my server red5 directory using putty. After some time red5 process automatically... (4 Replies)
Discussion started by: ninadgac
4 Replies

7. UNIX for Advanced & Expert Users

Functionality of ant build and ant deploy unix commands

I have made some code changes in the corresponding java file for date formatting purpose so that it supports upgraded sybase version from 12.6 to 12.7 and have build the code and deployed using the following UNIX commands. ant build ant deploy. "ant build" executes the build.xml which is... (1 Reply)
Discussion started by: vmpcit
1 Replies

8. UNIX for Dummies Questions & Answers

Build Error: error: dereferencing pointer to incomplete type

I'm getting the following Error: prepare_pcap.c: In function `prepare_pkts': prepare_pcap.c:127: error: dereferencing pointer to incomplete type prepare_pcap.c:138: error: dereferencing pointer to incomplete type ==================================== This is the part of the relevant... (8 Replies)
Discussion started by: katwala
8 Replies

9. Solaris

build error

dears i working in solaris and when i type make for report it gives me the error kindly can you help me what is the reason -bash-3.00$ make BPSEXT130 make: Warning: File `BPSEXT130.rc' has modification time 12 s in the future make BPSEXT130.c make: Entering directory... (3 Replies)
Discussion started by: murad.jaber
3 Replies
Login or Register to Ask a Question