-
1. Re: embedded-ejb missing
Pete Muir Jun 18, 2007 9:32 AM (in response to Fady Matar)do a cleanall, CVS is compiling fine
-
2. Re: embedded-ejb missing
Fady Matar Jun 18, 2007 9:40 AM (in response to Fady Matar)I did a cleanall but still this is referenced from the build.xml line 884 in the copylib folder, and the readme.txt is missing, actually the whole directory is missing from the repository and the the cleanall target did not create this directory.
<copy file="embedded-ejb/readme.txt" todir="${dist.dir}/embedded-ejb" />
-
3. Re: embedded-ejb missing
Pete Muir Jun 18, 2007 9:45 AM (in response to Fady Matar)The directory is supposed missing. Looks like the dist target got broken - we'll get that fixed. BUT you can compile seam (build taget) fine.
-
4. Re: embedded-ejb missing
Fady Matar Jun 18, 2007 9:47 AM (in response to Fady Matar)Is this directory the same as before? Any changes got in there? that's true the build target works fine but I was trying to generate a distribution. Thanks for the help
-
5. Re: embedded-ejb missing
Pete Muir Jun 18, 2007 9:51 AM (in response to Fady Matar)Sorry, I meant to write, the directory is supposed to be missing - it was deleted on purpose as its no longer needed. Just edit your build.xml and remove that line. I can't fix it just now as I have a load of local edit to build.xml
-
6. Re: embedded-ejb missing
Fady Matar Jun 18, 2007 9:54 AM (in response to Fady Matar)That's what I thought, it's being replaced by the bootstrap directory right?
-