Re: classpath problem using the java task

2006-07-05 Thread James Fuller
to access env vars (http://ant.apache.org/manual/index.html) and then echo out. though its best to leave nothing to chance and completely control either via a batch script that runs Ant or definition in ant build file things like PATH, etc... gl, Jim Fuller ---

Re: classpath problem using the java task

2006-07-05 Thread James Abley
ant -v or ant -d for more verbose output as to what ANT is doing. Jeffrey E Care wrote: Check out your property definition for appserver-home. Jeffrey E. (Jeff) Care [EMAIL PROTECTED]

Re: classpath problem using the java task

2006-07-04 Thread Jeffrey E Care
Check out your property definition for appserver-home. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer Douglas Dunn <

Re: classpath problem using the java task

2006-07-04 Thread Dominique Devienne
From http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html#options -jar Execute a program encapsulated in a JAR file. The first argument is the name of a JAR file instead of a startup class name. In order for this option to work, the manifest of the JAR file must contain a line of the f

classpath problem using the java task

2006-07-04 Thread Douglas Dunn
Like many programmers, I pride myself in no wasting other programmer's time by always making a best effort to find my own answers. BUT, I have just spend almost the entire Forth of July trying to find out why this VERY BASIC ant project fails. The problem is that ant cannot find the j2ee.jar ext