Re: Package Dependencies

2006-08-07 Thread Markus M. May
One more thing, I forgot, I think you meant software components, when you talked about packages, right? Original-Nachricht Datum: Tue, 08 Aug 2006 08:10:36 +0200 Von: "Markus M. May" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Package Dependencies > Hello, > > the

Re: Package Dependencies

2006-08-07 Thread Markus M. May
Hello, there are some solutions for this kind of problem. First of all, you definitly have to get rid of all the circular dependencies, these are very painful and also quite dangerous, when you think about it. for the dependencies itself, you can use tools like IVY or even program stuff on you

Re: How to silence javac task?

2006-08-07 Thread Hans Schwaebli
I already use this. If I wouldn't, it would be much worse. But it doesn't silence javac's output message which I described. Any other ideas? Public Id <[EMAIL PROTECTED]> wrote: Hans Schwaebli wrote:So how can I get rid of these warnings? How can I influence javac task not to print anythi

RE: How to silence javac task?

2006-08-07 Thread Hans Schwaebli
Does not work because we have to implement new important features for our software and we have to fix bugs instead of losing time on hundreds of meaningless compiler warnings. You see? "Stephen McConnell (DPML)" <[EMAIL PROTECTED]> wrote: Probably the most productive strategy way would be to

Package Dependencies

2006-08-07 Thread Bala Paranj
I have dependencies between packages with some having circular dependency. Is it easier to use Maven instead of Ant to create the jars and war files? TIA. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread David TROGDON
I use similar code as follows. This is simply for checkout. We use the Eclipse application to check in but I am sure CVS check in funcitons could be used in a similar manner. Your exact code will of course depend on repository names, project name(s), location of repositiory, any passwords neede

Re: How to silence javac task?

2006-08-07 Thread Public Id
Hans Schwaebli <[EMAIL PROTECTED]> wrote:So how can I get rid of these warnings? How can I influence javac task not to print anything? You could try adding nowarn="true" to your javac task. - Talk is cheap. Use Yahoo! Messenger to make PC

RE: How to silence javac task?

2006-08-07 Thread Stephen McConnell \(DPML\)
> -Original Message- > From: Hans Schwaebli [mailto:[EMAIL PROTECTED] > Sent: Monday, 7 August 2006 11:25 PM > To: user@ant.apache.org > Subject: How to silence javac task? > > When I use the javac task, warnings are printed to the console: > [javac] Note: Some input files use or ove

How to silence javac task?

2006-08-07 Thread Hans Schwaebli
When I use the javac task, warnings are printed to the console: [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlin

RE: RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Tshepo Rachidi
Oh yes thanks, It should help Kaleem. Tshepo. -Original Message- From: Markus M. May [mailto:[EMAIL PROTECTED] Sent: Monday 07 August 2006 15:21 To: Ant Users List Subject: Re: RE: Need Info - Ant Script to Check In Code to CVS Hello, I guess you can use the CVS task of ANT. There you

Re: RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Markus M. May
Hello, I guess you can use the CVS task of ANT. There you are able to use special commands with parameters. This should be the way to look :-) R, Markus M. May Original-Nachricht Datum: Mon, 7 Aug 2006 13:59:04 +0200 Von: "Tshepo Rachidi" <[EMAIL PROTECTED]> An: "Ant Users L

ClassCastException in MacroInstance (Apache Ant version 1.6.5 compiled on June 2 2005)

2006-08-07 Thread Public Id
I am getting a ClassCastException from MacroInstance. This is the actual callstack I get: C:\dev\workspace\proj\build.xml:70: org.apache.bsf.BSFException: The application script threw an exception: The following error occurred while executing this line: C:\dev\workspace\proj\build.xml:21:

RE: Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread Tshepo Rachidi
I am still a newbie. 2 weeks working with ant I am using the command line commands To check in and out of starteam. May be it might help Use this link http://ant.apache.org/manual/CoreTasks/exec.html Try to learn your CVS command line argument and commands then Read how to pass then to ant.

Need Info - Ant Script to Check In Code to CVS

2006-08-07 Thread sdkal4ume
Hi, I am looking for syntax for writing ANT script to do check in and check out of code to/fro CVS. Request the group to help me asap. Thanks in advance. Regards, Kaleem.