You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Cornellious Mann <co...@yahoo.com> on 2001/09/27 03:52:45 UTC

Problem with javac and sourcepath

Has anyone seen a problem with javac where it doesn't
like the "sourcepath" option?  Sorry, I don't have the
error message.  I am using JDK 1.3.1, so I'm sure what
the problem is.

=====
Regards,
Cornellious Mann

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com

Re: escaping '$'

Posted by Shyam Koppikar <vk...@tds.net>.
----- Original Message ----- 
From: "Conor MacNeill" <co...@cortexebusiness.com.au>
To: <an...@jakarta.apache.org>; <jo...@arrizza.com>
Sent: Wednesday, September 26, 2001 7:51 PM
Subject: RE: escaping '$'


> $$ escapes $
> 
> 
> > -----Original Message-----
> > From: JohnA [mailto:john.mlist1@arrizza.com]
> > Sent: Thursday, 27 September 2001 12:43 PM
> > To: ant-user@jakarta.apache.org
> > Subject: escaping '$'
> > 
> > 
> > I have a directory with a leading '$' in the name (on win2k). I 
> > am currently
> > using this in a fileset:
> > 
> >         <exclude name="?3rdparty/**/*" />
> > 
> > Is there a better way?
> > 
> > John
> > 
> >


RE: escaping '$'

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
$$ escapes $


> -----Original Message-----
> From: JohnA [mailto:john.mlist1@arrizza.com]
> Sent: Thursday, 27 September 2001 12:43 PM
> To: ant-user@jakarta.apache.org
> Subject: escaping '$'
> 
> 
> I have a directory with a leading '$' in the name (on win2k). I 
> am currently
> using this in a fileset:
> 
>         <exclude name="?3rdparty/**/*" />
> 
> Is there a better way?
> 
> John
> 
> 

escaping '$'

Posted by JohnA <jo...@arrizza.com>.
I have a directory with a leading '$' in the name (on win2k). I am currently
using this in a fileset:

        <exclude name="?3rdparty/**/*" />

Is there a better way?

John


RE: Problem with javac and sourcepath

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
This problem occurs when you are running under JDK 1.3 but invoking a 1.1
compiler, which doesn't support the -sourcepath option. Can you check your
classpaths and setup?

Conor


> -----Original Message-----
> From: Cornellious Mann [mailto:cornermann@yahoo.com]
> Sent: Thursday, 27 September 2001 11:53 AM
> To: ant-user@jakarta.apache.org
> Subject: Problem with javac and sourcepath
>
>
> Has anyone seen a problem with javac where it doesn't
> like the "sourcepath" option?  Sorry, I don't have the
> error message.  I am using JDK 1.3.1, so I'm sure what
> the problem is.
>
> =====
> Regards,
> Cornellious Mann
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
> Messenger. http://im.yahoo.com
>