So.. I have this all mostly working.. amazing really.. so much great magic.

one things i'm trying to do is this:

mainlevel/
   webapp/
     ui/
     app/

So the "app" is the war.. all the spring controllers etc etc... 

The UI component, literally is just HTML/CSS/JS... 

The reason im trying to break them apart, is to make it "obvious" that this is 
one of many UI impls.. 

So.. the question..

I have apply plugin: 'war' on the app/build.gradle

How can I get that, to "pull over" everything in the current ui..

do I make:

ui/js
ui/css
ui/html

and then magically issue some type of copy command ala:

app/build.gradle:

war << {
  //something here.. type of copy task
}

I realize this is partially academic, and I could move "everything from ui into 
app" and just remove the ui 'sub project' completely.. but i'm trying to set 
things up so there is room for a future flex ui, gwt ui, vaadin ui.. whatever.. 

Thanks,
Roger


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to