Re: AW: build.xml in rhino1_6R1pre.zip

2004-10-14 Thread George Hester
OK thanks Peter and Jan. Actually I have seen that before. I didn't even think of it. -- George Hester __ "Peter Reilly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Jan is right, > The rhino build system is a bit silly. > It has a build.xml in s

AW: AW: build.xml in rhino1_6R1pre.zip

2004-10-12 Thread Jan . Materne
> Jan is right, Thanks :) > The rhino build system is a bit silly. > It has a build.xml in src as well as the root. > The build.xml in src assumes that it is called > from the root build.xml (thus ignoring normal > ant conventions and common sense). outch ... Jan

Re: AW: build.xml in rhino1_6R1pre.zip

2004-10-12 Thread Peter Reilly
Jan is right, The rhino build system is a bit silly. It has a build.xml in src as well as the root. The build.xml in src assumes that it is called from the root build.xml (thus ignoring normal ant conventions and common sense). You need to cd to the root and run ant from there. Peter [EMAIL PROTECT

AW: build.xml in rhino1_6R1pre.zip

2004-10-11 Thread Jan . Materne
Usually you dont work from the 'src' folder, because there are the sources and you want to have a directory structure like projectroot(build.xml) +-- build(app.jar) | +-- classes(**/*.class) +-- src (**/*.java) Maybe there it´s different, I dont