Re: Trouble building application with space in path

2007-08-21 Thread Ron Wheeler
There are still programs and libraries that do not handle legal filenames. Space is legal but they have not figured out how to parse a filename properly. You can avoid this by using the 8.3 equivalent name. cd to the C:\cc_dev\charbo12_core_CommonIntegration\Ebusiness\EBUS_Common directory an

javac task with -Xlint

2006-11-30 Thread Ron Wheeler
How does one get ant to run the Java 1.6 compiler with the -Xlint argument in Eclipse? I am using Eclipse with 1.6.5 Ron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant scripts and the Eclipse build process

2006-11-30 Thread Ron Wheeler
A bit more detail might get some useful help. An Eclipse buld is an Ant script. Ant works fine in Eclipse but that does not solve your problem. kindsol wrote: Hi All, Probably a dumb question, but I have searched and cannot find an answer -- I am not sure if this is an Eclipse question or and

Re: Ant Task for FOP

2006-08-27 Thread Ron Wheeler
It is the same thread just a refinement of the question. Is there some way to run an operating system command from PHP? If you can trigger an external script, then you can call Ant from the script. Otherwise you can use Tomcat (probably overkill) or Jetty (http://jetty.mortbay.org/) to start a

Re: Problem choosing XSLT processer with

2006-08-01 Thread Ron Wheeler
I prefer to put it in the place selected by the software manufacturer and then define Java_home with 8.3 so that the slightly broken tools that I use can still work. \Program Files\ should be the "Power Users" choice since it is supposed to be the location of all software packages under Window

Re: Problem choosing XSLT processer with

2006-08-01 Thread Ron Wheeler
What does Ant -diagnostics say now [EMAIL PROTECTED] wrote: OK, I'm back at work and the diagnostics switch worked as expected. I redirected standard out to a file so I could examine it more easily. On my computer (one that does use the XSLT engine I specified) the result showed an XML sectio

Re: Problem choosing XSLT processer with

2006-08-01 Thread Ron Wheeler
You might find that changing \Program Files\ to the DOS 8.3 name (usually PROGRA~1) might help You can find the DOS 8.3 name for a directory using DIR /X from the DOS Command prompt. Change the environment variables that ANT might use, in this case JAVA_HOME, to use the DOS 8.3 paths. Ron

Re: Really a non-forum related question

2006-03-30 Thread Ron Wheeler
http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html gives you file transfer over ssh in a nicely packaged setup - Windows drag and drop into the Linux directory with a terminal emulation (ansi, vt100, etc) over SSH They also have a commercial version at a fair price. Ron A

Re: Example Ant 1.6 build files for project with multiple WAR and JAR modules?

2005-11-02 Thread Ron Wheeler
Did you look at the Apache projects? Many of them are using Maven which may be closer to what you want. What about Ant itself? Ron Lawrie Gallardo wrote: Hi, I need to put together Ant 1.6 build files for a project which will have an EAR module and several WAR and JAR modules. I ideally want

Re: Size of zip file

2005-10-19 Thread Ron Wheeler
Probably split and cat. Ron Rhino wrote: I don't use Linux a lot but I was curious about this issue and found some online man pages that described 'split' and it definitely looks like the command to use to slice and dice a file into smaller pieces. Unfortunately, they don't identify the comm

Re: Size of zip file

2005-10-18 Thread Ron Wheeler
Since the file set is fairly stable, why not just make 6 zip files to start with? Make an ant file to get the files and rebuild the setup for testing and mail that to the test teams. If you are downloading the files from ftp, what is the advantage of 6 small files rather than 1 big one? You a

Re: AW: corrupt .png-files

2005-10-06 Thread Ron Wheeler
If you manually open the jar and extract the png's are they corrupted? Ron Wim Deprez wrote: On 10/5/05, Ron Wheeler <[EMAIL PROTECTED]> wrote: Just a wild thought. Have you told Eclipse that pngs are binary? Yes, I checked Eclipse: Window > Properties > Team >

Re: Java Source Cross-Reference

2005-10-06 Thread Ron Wheeler
If you want the real story on Doxygen and its features and shortcomings, you might want to visit the forum. [EMAIL PROTECTED] I had no trouble installing it on Windows. I integrated it into Eclipse with the eclox plug-in to give me a platform independent interface. I am sure that someone has

Re: Java Source Cross-Reference

2005-10-06 Thread Ron Wheeler
Doesn't Doxygen do the same thing plus give you class diagrams all in HTML or other formats? All with active deveopment and an active forum. Ron Alan Gutierrez wrote: * Brett Porter <[EMAIL PROTECTED]> [2005-10-03 20:18]: On 10/4/05, Dominique Devienne <[EMAIL PROTECTED]> wrote: The

Re: AW: corrupt .png-files

2005-10-05 Thread Ron Wheeler
Just a wild thought. Have you told Eclipse that pngs are binary? Is it possible that the pngs are already corrupt before the Ant task runs? Can you test the ant task outside Eclipse (command mode) using the Eclipse workspace? Sorry for all the questions and no answers Ron [EMAIL PROTECTED] wr

Re: Really New to Ant - problem w/ set up.

2005-09-24 Thread Ron Wheeler
a run-time. Not a big problem (just a big download.) Ron Arthur Klimowicz wrote: Yes, but it points to C:\Sun\AppServer\jdk -Original Message----- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 11:21 AM To: Ant Users List Subject: Re: Really New to Ant - prob

Re: Really New to Ant - problem w/ set up.

2005-09-24 Thread Ron Wheeler
Did you download the java SDK from ww.java.sun.com? JAVA_HOME needs to point to the java SDK which will likely be installed under \Program Files\Java\jdk1.5.0_04. Ron Arthur Klimowicz wrote: I need Ant to work with a product called, "Thinkmap SDK". Thinkmap works ok. It also has Ant in its

Re: Result: 1

2005-08-22 Thread Ron Wheeler
You might try setting the dir to the name of the directory where the run.bat file lives. The message is a pretty clear mesage from Windows that it is not finding run.bat. It is not yet looking inside it. Ron Dewey, John wrote: Hmm OK. I guess I'm a little confused now. I thought that the ret

Re: ant echo problem in cocoon tutorial

2005-08-22 Thread Ron Wheeler
1.6.5 did not recognize . Ron Steve Loughran wrote: Ron Wheeler wrote: I added the CDATA and it worked, of course. I still wonder how the person who wrote the tutorial made it work. Actually, ant may have changed its processing instruction handling at some point from "ignor

Re: ant echo problem in cocoon tutorial

2005-08-22 Thread Ron Wheeler
Itwasthe download instructions that need to be modified. If you just click on te link the browser strips the CDATA. IThe instructions should say to "Save target as..." Ron Steve Loughran wrote: Ron Wheeler wrote: I added the CDATA and it worked, of course. I still wonder how t

Re: ant echo problem in cocoon tutorial

2005-08-22 Thread Ron Wheeler
that Cocoon is not installed. Ron Stephen McConnell wrote: -Original Message- From: Ron Wheeler [mailto:[EMAIL PROTECTED] Sent: Monday, 22 August 2005 3:14 AM To: Ant Users List Subject: Re: ant echo problem in cocoon tutorial I added the CDATA and it worked, of course. I

Re: ant echo problem in cocoon tutorial

2005-08-21 Thread Ron Wheeler
I added the CDATA and it worked, of course. I still wonder how the person who wrote the tutorial made it work. Ron Ron Wheeler wrote: Is ther any higher level Ant setting that does thios automatically. The script is written by the person providing a cocoon tutorial on the apache web site

Re: ant echo problem in cocoon tutorial

2005-08-20 Thread Ron Wheeler
Is ther any higher level Ant setting that does thios automatically. The script is written by the person providing a cocoon tutorial on the apache web site. THis makes me a bit reluctant to change the script since I assume that he has tested it and the fault must be in my setup rather than the s

ant echo problem in cocoon tutorial

2005-08-20 Thread Ron Wheeler
The /build-cocoon-targets.xml/ file halts with an error at line 325 when I try to run it I get the same error mesage C:\eclipse\workspace\Cocoon Tutorial\build-testecho.xml:4: The processing instru ction target matching "[xX][mM