Re: tools.jar not found

2015-04-28 Thread Earl Hood
On Tue, Apr 28, 2015 at 8:51 AM, Alan Snyder wrote: > Why not just postpone issuing the message until a task is attempted > that needs the JDK? Agreed. But I guess it would require updating such tasks since it is likely that such tasks today will likely just error out by not being able to load a

Re: tools.jar not found

2015-04-28 Thread Alan Snyder
Why not just postpone issuing the message until a task is attempted that needs the JDK? > On Apr 28, 2015, at 6:42 AM, Jan Matèrne (jhm) wrote: > > I could implement a "suppress system property" > (ant.suppress.toolsjar.warning). > But I am not convinced of that idea ... > > What do the oth

AW: tools.jar not found

2015-04-28 Thread jhm
Gesendet: Dienstag, 28. April 2015 09:32 > An: Ant Users List > Betreff: Re: tools.jar not found > > Hi Jan, > > The DITA Open Toolkit uses ANT to build docs. This is a question that > comes up occasionally on the DITA Users forum. > > A number of document CMS products

RE: tools.jar not found

2015-04-28 Thread John J. Hughes II
; gruener.heinr...@web.de Subject: RE: tools.jar not found In windows system, SET JAVA_HOME e.g. "SET JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_31" before running the ant build file. -Original Message- From: John J. Hughes II [mailto:johnhug...@function-g.com] Sent: Monday, April 27,

Re: tools.jar not found

2015-04-28 Thread David J. B. Hollis
Logged(event); >} else { >System.out.println("tools-message suppressed"); >} >} > > } > >> -Ursprüngliche Nachricht- >> Von: Earl Hood [mailto:earlh...@gmail.com] >> Gesendet: Dienstag, 28. April 2015 07:38 &g

AW: tools.jar not found

2015-04-28 Thread jhm
} else { System.out.println("tools-message suppressed"); } } } > -Ursprüngliche Nachricht- > Von: Earl Hood [mailto:earlh...@gmail.com] > Gesendet: Dienstag, 28. April 2015 07:38 > An: Ant Users List > Betreff: Re: tools.jar not found >

Re: tools.jar not found

2015-04-27 Thread Earl Hood
On Tue, Apr 28, 2015 at 12:12 AM, Jan Matèrne (jhm) wrote: > Ant is a build tool. For some tasks (for example javac, javadoc) the tools > from the Java _Development_ Kit are required. > If you run with just a Java _Runtime_ Environment most of its tasks could be > used, but not all - hence the war

AW: tools.jar not found

2015-04-27 Thread jhm
n: Soni, Ashish IN BLR STS [mailto:ashish.s...@siemens.com] > Gesendet: Dienstag, 28. April 2015 06:41 > An: user@ant.apache.org; gruener.heinr...@web.de > Betreff: RE: tools.jar not found > > In windows system, SET JAVA_HOME e.g. "SET JAVA_HOME=C:\Program Files > (x86)\Ja

RE: tools.jar not found

2015-04-27 Thread Soni, Ashish IN BLR STS
#x27;; gruener.heinr...@web.de Subject: RE: tools.jar not found Run what with JDK? Run it with the jdk. Am 27.04.2015 um 18:26 schrieb John J. Hughes II: > All, > > > > I have searched online and can't fine and answer so please bear with me. > > > > When I run ANT i

RE: tools.jar not found

2015-04-27 Thread John J. Hughes II
Run what with JDK? Run it with the jdk. Am 27.04.2015 um 18:26 schrieb John J. Hughes II: > All, > > > > I have searched online and can't fine and answer so please bear with me. > > > > When I run ANT it says it can't find tools in the JRE lib, why is it > looking there? > > > > If I cop

Re: tools.jar not found

2015-04-27 Thread Grüner Heinrich
Run it with the jdk. Am 27.04.2015 um 18:26 schrieb John J. Hughes II: All, I have searched online and can't fine and answer so please bear with me. When I run ANT it says it can't find tools in the JRE lib, why is it looking there? If I copy tools.jar from the JDK to the JRE li

tools.jar not found

2015-04-27 Thread John J. Hughes II
All, I have searched online and can't fine and answer so please bear with me. When I run ANT it says it can't find tools in the JRE lib, why is it looking there? If I copy tools.jar from the JDK to the JRE lib it works fine but that will break on the next update so I would prefer to fix

Re: tools.jar not found

2007-05-20 Thread Conor MacNeill
Bryan, You need a JDK, not a JRE. The JDK includes tools.jar Conor bryan rasmussen wrote: > Hi, > I would like to use ant to build fop, but unfortunately when I try to > use ant it tells me that tools.jar is not found in my jre > installation. so where do I get tools.jar. > > thanks, > bryan >

tools.jar not found

2007-05-20 Thread bryan rasmussen
Hi, I would like to use ant to build fop, but unfortunately when I try to use ant it tells me that tools.jar is not found in my jre installation. so where do I get tools.jar. thanks, bryan - To unsubscribe, e-mail: [EMAIL PROTEC