You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by audacious <au...@savant-is.com> on 2002/12/17 11:42:19 UTC

Ant 1.6 and Middlegen interaction problem

Hello,

I have notice a problem with the newer versions of Ant, post 1.5.1. When I run Middlegen with these newer versions I get an error message: 

BUILD FAILED file:///F:/JavaPrograms/middlegen-2.0-b1/lrpottery/build.xml:296: Can't create a packageSubstitution element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the <taskdef> that defined ejbdoclet.

When I use 1.5.1 I do not get this error. I spend considerable time testing my code and the sample code from Middlegen and have come to the conclusion that the new version of Ant does not interact with Middlegen as it has in the past. I hesitate place responsibility for this adverse interaction.

Regards,
Audacious



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Ant 1.6 and Middlegen interaction problem

Posted by Erik Hatcher <ja...@ehatchersolutions.com>.
This is likely to be caused by the recent changes that affect how case 
was treated for element names.  A fix is probably in the works, or 
perhaps a reversion to the previous code that affected this.

	Erik


audacious wrote:
> Hello,
> 
> I have notice a problem with the newer versions of Ant, post 1.5.1. When I run Middlegen with these newer versions I get an error message: 
> 
> BUILD FAILED file:///F:/JavaPrograms/middlegen-2.0-b1/lrpottery/build.xml:296: Can't create a packageSubstitution element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the <taskdef> that defined ejbdoclet.
> 
> When I use 1.5.1 I do not get this error. I spend considerable time testing my code and the sample code from Middlegen and have come to the conclusion that the new version of Ant does not interact with Middlegen as it has in the past. I hesitate place responsibility for this adverse interaction.
> 
> Regards,
> Audacious
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Ant 1.6 and Middlegen interaction problem

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
audacious wrote:
> Hello,
> 
> I have notice a problem with the newer versions of Ant, 

As Erik suggested this may be due to a temporary regression introduced into 
Ant with regard to case sensitivity of the nested elements. If that is the 
cause, can you please try again now as the issue should be fixed.

I'm happy to see you testing the current builds but I hope you know to 
expect that these regressions occur from time to time. The bleeding edge and 
all that ...

BTW, could you also turn off read receipts for you emails.

Thanks
Conor


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>