RE: Exec JBoss - window not closed on exit

2004-06-16 Thread Pardey, Craig
OK, I got it working by using a mixture of parallel and sequential tasks, and running JBoss in the same window instead of in a new command window. My build file (used by CruiseControl) is attached http://localhost:${jboss.port}/cds/index.jsp"/>

Re: FTP Issue

2004-06-16 Thread Stefano Mancarella
On Monday 14 June 2004 11:17 pm, Steve Cohen wrote: How about commons-net-1.2.1 and ant 1.6.1? I don't THINK commons-net is the problem, but you might as well check. Well, I have the same problem with FTP get and I've done the test you suggest. It doesn't work with commons-net-1.2.1 and ant 1.6.

Re: external tools..

2004-06-16 Thread Phillip Lord
> "Stefan" == Stefan Bodewig <[EMAIL PROTECTED]> writes: Stefan> On 16 Jun 2004, Phillip Lord <[EMAIL PROTECTED]> wrote: >> >> All this would be fine by me, but is there a way that I can >> change the details in the short term? Stefan> There has been nothing wrong with your approach

Re: webdoclet & fileset not working correctly

2004-06-16 Thread Erik Hatcher
On Jun 16, 2004, at 10:22 AM, Kyle Korndoerfer wrote: Thanks for the suggestion, but unfortunately the FooBase.java class is already abstract, so that doesn't seem to be the solution. Any other ideas? It looks like NexusBase is causing an issue. xjavadoc, the parser under XDoclet, has some odditi

RE: Exec JBoss - window not closed on exit

2004-06-16 Thread Pardey, Craig
I tried using the given below, but it creates a blocking command. i.e. Ant waits for the run.bat to exit before continuing. This is no good for me because I want to start JBoss, run my acceptance tests, then shut it down. As such I need to spawn JBoss. The problem is not that JBoss is waiti

Re: external tools..

2004-06-16 Thread Stefan Bodewig
On 16 Jun 2004, Phillip Lord <[EMAIL PROTECTED]> wrote: > > All this would be fine by me, but is there a way that I can change > the details in the short term? There has been nothing wrong with your approach, it simply fell through the cracks, sorry. I've made the change and published it manuall

Re: webdoclet & fileset not working correctly

2004-06-16 Thread Kyle Korndoerfer
Thanks for the suggestion, but unfortunately the FooBase.java class is already abstract, so that doesn't seem to be the solution. Any other ideas? --- Erik Hatcher <[EMAIL PROTECTED]> wrote: > On Jun 15, 2004, at 3:56 PM, Kyle Korndoerfer wrote: > > Sorry if this seems like a newbie question... >

RE: javac task and srcdir

2004-06-16 Thread luis . conelly
I have achieved what you have with following HTH Luis -Original Message- From: Kenneth Blomkvist [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 1:41 AM To: [EMAIL PROTECTED] Subject: javac task and srcdir I'm trying to move build.xml from root directory to a separate buildfile