Re: IllegalAccessException running main

2003-01-18 Thread john guthrie
[EMAIL PROTECTED] Subject: IllegalAccessException running main maybe not an ant problem, but here's my setup: from build.xml --- from Main.java --- static public void main(String args[]) throws Exception { ... } from my attempt to run 'exec'

RE: IllegalAccessException running main

2003-01-17 Thread Keith Hatton
Is your "Main" class declared public? -Original Message- From: john guthrie [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 21:35 To: [EMAIL PROTECTED] Subject: IllegalAccessException running main maybe not an ant problem, but here's my setup:

IllegalAccessException running main

2003-01-16 Thread john guthrie
maybe not an ant problem, but here's my setup: from build.xml --- from Main.java --- static public void main(String args[]) throws Exception { ... } from my attempt to run 'exec' target --- local> ant exec Buildfile: build.xml init: compile: [javac] Comp