Bug 119

Summary: Ant won't execute compile steps on OS/2 BugRat Report#126
Product: Ant Reporter: Max Stempfhuber <st>
Component: Build ProcessAssignee: Ant Notifications List <notifications>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: other   

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.