https://issues.apache.org/bugzilla/show_bug.cgi?id=50529

           Summary: Runtime reading data in a Java class
           Product: Ant
           Version: 1.8.2
          Platform: PC
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The <java> task does not allow to run a class with code like
=========================
import java.util.Scanner;
....
Scanner scanner=new Scanner(System.in);
long a=nextLong();
....
=========================
This was OK in ant 1.8.1.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to