Oops, sorry I found where was my problem :o). I forget the line: package com.informactis.blabla
in my files :o)) On Tue, 20 Nov 2001 15:05:59 +0100 Didier Bretin <[EMAIL PROTECTED]> wrote: > Hello, > > I have a project which use this hierarchy: > com > ia > project > access > Access.java > control > Control.java > > I wrote a simple build.xml file. > The problem is when ant compile, the classes Access.class and > Control.class are not copy to the directory build/com/ia/project/access and > build/com/ia/project/control. > > Did I forget something in my xml file ? > > Thanks. > > PS: It would be cool if there was many examples of build.xml files in the > ant distribution ... :o) > -- > .------------------------------------------------. > .^. | Didier Bretin, France | [EMAIL PROTECTED] | > /V\ |-----------------------| www.informactis.com | > // \\ | `------------------------| > /( )\ | Visit: http://www.vim.org/ | > ^^-^^ `------------------------------------------------' > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- .------------------------------------------------. .^. | Didier Bretin, France | [EMAIL PROTECTED] | /V\ |-----------------------| www.informactis.com | // \\ | `------------------------| /( )\ | Visit: http://www.vim.org/ | ^^-^^ `------------------------------------------------' -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
