Bug 119 - Ant won't execute compile steps on OS/2 BugRat Report#126
Summary: Ant won't execute compile steps on OS/2 BugRat Report#126
Status: RESOLVED WORKSFORME
Alias: None
Product: Ant
Classification: Unclassified
Component: Build Process (show other bugs)
Version: unspecified
Hardware: All other
: P1 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-16 15:16 UTC by Max Stempfhuber
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomcat Developers Mailing List 2000-09-16 15:16:58 UTC
Ant fails to build targets on OS/2 for two reasons:
1) Ant should handle OS/2 like Windwos NT when building the commandline in the Exec-Task.
2) The -classpath option used when calling javac doesn't include %classpath% and 
therefore the JVM file classes.zip can not be found
Comment 1 Stefan Bodewig 2001-03-15 06:57:11 UTC
Hmm, Max, which version of Ant are you using here? 

Could you please try Ant 1.3 - as it treats OS/2 the same way as Windows NT 
when it comes to executing a system command.

Which javac are you talking about in 2)?
Comment 2 Stefan Bodewig 2001-05-03 05:49:00 UTC
Max reported that Ant 1.3 works on OS/2.