Antelope

2005-03-01 Thread Longie
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] --

Detecting ant.home

2005-02-17 Thread Longie
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

Ant Jar + Manifest

2005-02-15 Thread Longie
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

Parsing XML

2005-01-31 Thread Longie
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

Re: Packages + Ant

2005-01-25 Thread Longie
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

Packages + Ant

2005-01-25 Thread Longie
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]

Compiler Attribute

2004-11-24 Thread Longie
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