Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

ant install problem

Thread view: 
pcouas - 24 Oct 2005 08:27 GMT
Hi

I want install Ant, and i have following error message
       jaxp_parser_impl est nécessaire pour ant-1.6.2-3jpp

I have added jaxp.jar in my CLASSPATH, but without success

Where is my mistake
Regards
Philippe
Roedy Green - 24 Oct 2005 09:32 GMT
>I want install Ant, and i have following error message
>        jaxp_parser_impl est nécessaire pour ant-1.6.2-3jpp

look in ant.bat and make a modification similar to this to see exactly
that Ant is using as your classpath:

:runAntWithClasspath
echo "%_JAVACMD%" %ANT_OPTS% -classpath
"%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%"
org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%"
%ANT_CMD_LINE_ARGS%

"%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar"
"-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher
%ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
goto end

JAXP is part of JDK 1.5+.  That will be the easiest way to get it
installed.

see http://mindprod.com/jgloss/jdk.html

http://mindprod.com/jgloss/jaxp.html

Otherwise copy the jar to your various ext directories.

See http://mindprod.com/jgloss/classpath.html

Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.

pcouas - 24 Oct 2005 10:17 GMT
Hi,

I have tried to install ANT with RPM package from
http://www.jpackage.org/, but
perhaps it's better with tar file.

Philippe


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.