You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by dsarris <ch...@gmail.com> on 2005/06/23 16:29:49 UTC

Windows path problems

Hi 

I tried to set a classpath ref in Windows, but ant keeps adding the
drive letter.
For example:

apache_commons_net.root.dir =
C:/Java_Libraries/Apache/commons-net/commons-net-1.4.0
apache_commons_net.framework.jar =
${apache_commons_net.root.dir}/commons-net-1.4.0.jar

is used in 

	<path id="framework.class.path">	
		<filelist dir="/">
			<file name="${apache_commons_net.framework.jar}" />
		</filelist>		
	</path>

Using ant with verbose enabled the following message appears:
 [javac] Using modern compiler
E:\C:\Java_Libraries\Apache\commons-net\commons-net-1.4.0\commons-net-1.4.0.jar
from path as it doesn't exist

Of course nothing can be compiled.

ANy help would be appreciated


-- 
"I'm still here, you bastards!"
-- Papillon

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org