Lifted,

i've got all the classes i generate making a class to a Model object derived
from the nice work that Derek did on the JPA demo. Now, here's the rub. For
some reason it's compiling the generated classes before tackling the
compilation of the model object. So... the compilation craps out. i've been
working around this by generating the classes, compiling the project
(without the classes) then moving them into place in the model directory and
compiling the project again. What's the pretty way to enforce this
sequentialization in maven. i really want these classes compiled *after* the
Model.scala file is compiled. i'd like not to say much more than this
ordering constraint to maven -- if at all possible.

Best wishes,

--greg

-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
806 55th St NE
Seattle, WA 98105

+1 206.650.3740

http://biosimilarity.blogspot.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to