- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ant build issues
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:32 PM
03-08-2006 09:32 PM
Ant build issues
I am trying to build Ant on HPUX 11.11 and above. According to README.hp its requires only to jar files xercesImpl.jar and xml-apis.jar.
Its not building all deliverable jar files correctly because of some external jar files missing. Those are some 18 jar files.List is attached. But all the jar files are not available in the web(Only four are missing those are IContract.jar Stylebook.jar xalan.jar,JAI - Java Advanded Imaging jar files).
Build is failing if i try to include some of these external jar files.
How to resolve this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:36 PM
03-08-2006 09:36 PM
Re: Ant build issues
You can download precompiled ant package from Internet express suite,
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Also, it is available from here as well,
http://www.signal42.com/mirrors/apache/ant/binaries/apache-ant-1.6.5-bin.zip
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:39 PM
03-08-2006 09:39 PM
Re: Ant build issues
Ya i did that. But i wanted to build from the source code.
-Ambika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 09:46 PM
03-08-2006 09:46 PM
Re: Ant build issues
Can you give me a clear picture of what is missing ? Those are some 18 jar files.List is attached. But all the jar files are not available in the web(Only four are missing those are IContract.jar Stylebook.jar xalan.jar,JAI - Java Advanded Imaging jar files). ???
-Arun
P.S Remember to assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 10:03 PM
03-08-2006 10:03 PM
Re: Ant build issues
According to README.hp ant requires only two jar files xercesImpl.jar and xml-apis.jar. If we build using this we will get required jar files but they will be empty jar files they will not contain actual class files inside.
According to Ant open source website we should include those 18 jar files from the web. My question is wether we should take those external jar files or not. If we should, then IContract.jar Stylebook.jar xalan.jar,JAI - Java Advanded Imaging jar files are not available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 10:10 PM
03-08-2006 10:10 PM
Re: Ant build issues
Yes, to a build a successful "ant" from source, you need to install all the 18 jar specified. When i did the build for earlier versions, i installed all jar files and built it.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 10:15 PM
03-08-2006 10:15 PM
Re: Ant build issues
I am unable to get IContract.jar Stylebook.jar xalan.jar,JAI - Java Advanded Imaging jar files these jar files. Can you tell me the location of these jar files? From where you got those Jar files?
-Ambika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 10:23 PM
03-08-2006 10:23 PM
Re: Ant build issues
IContract.jar
This should be inside Ant source, Check out properly.
Stylebook.jar
http://xmlgraphics.apache.org/fop/index.html
xalan.jar
Xalan is part of Internet Express, you can download from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
JAI - Java Advanded Imaging jar
This is part of JDK, check in /opt/java1.4/
or /opt/java1.5
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 10:29 PM
03-08-2006 10:29 PM
Re: Ant build issues
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
-Arun