I've tried that one,
still get the same message
"can not read com/filip/swing/*.java"
even if I give it the whole path I get
"can not read /home/fhanik/com/filip/swing/*.java"
any more ideas?
Filip
Filip Hanik
Technical Architect
Pakana Corporation
[EMAIL PROTECTED]
415-371 9200 ext 3529
"Windows is a 32 bit patch to a 16 bit GUI based on a 8 bit operating system
written for a 4 bit processor by a 2 bit company which can not stand 1 bit
of competition."
----- Original Message -----
From: "Steve Donie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 11, 2001 1:48 PM
Subject: RE: <exec executable="javac"> not working on SunOS
> I think the problem is that you can't use multiple <arg line=...>
> statements. These should all be in one line I think,
> or as multiple <value=...> statements
>
> Steve
>
> -----Original Message-----
> From: Filip Hanik [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 11, 2001 2:59 PM
> To: [EMAIL PROTECTED]
> Subject: <exec executable="javac"> not working on SunOS
>
>
> the output into my manual_javac.log file is
> "can not read com/filip/swing/*.java"
>
> if I copy the command out into my shell environment, everything works
fine.
>
> any ideas why this would happen?
> below is the command I run,
>
> <exec dir="${src.dir}"
> executable="javac"
> output="manual_javac.log"
> failonerror="on">
> <arg line="-classpath
> ${javac.classpath}:${output.dir}:${classpath}"/>
> <arg line="-d ${output.dir}"/>
> <arg line="${src.dir}/com/filip/swing/*.java"/>
> <arg line="${src.dir}/com/filip/swing/applet/*.java"/>
> <arg line="${src.dir}/com/filip/swing/cache/*.java"/>
> <arg line="${src.dir}/com/filip/swing/field/*.java"/>
> <arg line="${src.dir}/com/filip/swing/model/*.java"/>
> <arg line="${src.dir}/com/filip/swing/renderer/*.java"/>
> <arg line="${src.dir}/com/filip/swing/test/*.java"/>
> <arg line="${src.dir}/com/filip/swing/util/*.java"/>
> </exec>
>
> thanks in advance
> Filip