RE: Tags containing hyphens (-)

2004-06-02 Thread Stefan Svensson \(Yahoo\)
Ok, thanx! I guess I have to live with the warnings, as the tags are generated by the UML-tool I'm evaluating :-( I'll mail them instead and see if they can replace the - with . or something... / Stefan -Ursprungligt meddelande- Från: Chuck Daniels [mailto:[EMAIL PROTECTED] Skickat: de

RE: Using Ant to build multitarget mixed C++/Java projects

2004-06-02 Thread Mark A Fortner
Dominique, I used to work for Landmark several years ago, and I'm curious if it uses Ant to handle any of the builds. The last OpenWorks class I took, make was the preferred tool. Also, are there any Java-based, or mixed Java/C++ apps at Landmark now? Regards, Mark Fortner --- Dominique Devien

Re: Using Ant to build multitarget mixed C++/Java projects

2004-06-02 Thread John Birtley
Michael, The latest release of BuildMonkey has the ability to combine both Ant and Make builds. It's written in Java and will run on all the platforms you need. It's available at http://www.buildmonkey.com. John. - Original Message - From: "Kreinick, Michael H." <[EMAIL PROTECTED]> To

RE: Using Ant to build multitarget mixed C++/Java projects

2004-06-02 Thread Neta Bar Tal
I must say that as a java developer it is very easy to do what you are looking for . I'm using $ANT technology for something like 6 months and already did some great improvements using ANT tasks. I also tested the cpp tasks involving compiling .px files (apply task will help a lot). I come from m