Hello,
Just wondering what peoples opinion are on using Antelope - any problems
or improvements. Basically anything you can think of as i am trying to
write up a report on its adv/disadv.
Thank You,
John
--
U: http://www.dingleonline.com
E: [EMAIL PROTECTED]
--
Hello,
I have managed to get a GUI to listen to the ant lister and show the
output on a jtextarea. However when the GUI loads i need to check that
ant is installed and that the ant.bat is available. Most of the code i
have been using is telling that it is not good to use the exec class.
How can i
Hello,
I need help on this - the program runs fine from a normal dos prompt by
calling 'run'.
However if the program is run as a standalone jar file i get the error
"Could not find the main class".
I am trying to run the jar file as a standalone jar file so i need to get
this working!
Can anyd
Hello
I am not sure if this is the correct place to post this but i am sure
somebody can help.
I have a GUI written in java and i am parsing the build.xml for ant. I
can parse through it and print out the different targets. The next step
is to put each target into a vector or hashtable. SO i have
Hello,
I got that to work but it means now that i cant run the program from a
standalone jar ie. right click on the name.jar and go to javaw.
So from a dos command i need to run
java -classpath AntTool.jar;./ant/ant.jar AntTool
or else use 'ant run' but i need to be able to run the program from
Hello,
I am having a problem running a jar file which worked before i created the
different package directories.
The directory looks like this;
root
|
|- - - src
| |
| |ie
| |--- comp
| |---tool [all *.class]
|
|- - - images [all *.gif]
Hello,
I have different versions of java installed on a winxp machine. I need
to be able to run ant depending on the compiler which is chosen by the
user either via the program or at runtime via a command line argument.
If none is specified then use hte default java classpath.
Questions;
1) Do i