Closed branflake2267 closed 12 years ago
Still tuning this, not ready yet. hmn
mvn gwt:run works
I broke version 50, reverted gae back to 49. Looks like I got it back on the right track for auto deploying... testing and retesting. :)
mvn clean gwt:compile deploy -DskipTests - works for deploying to gae
Just a note, I changed index.html to showcase.html b/c it seems to match the css naming and module naming and then shows up with the showcase.html in the gwt plugin in eclipse.
I'm closing in on having everything work smoothly in the poms :)
Looks like I have all the steps working finally and now testing them together. The tests were running slow, so I got it to ignore and run only the suite.
'mvn clean integration-test gwt:compile deploy' will test the gwt tests then compile and deploy snapshot and upload to gae
One more note, I moved a few things from the parent pom into both the children, so they seem duplicated, but I think it should help with copying the project type settings into single project setups. I also think it should help the GWT eclipse plugin get setup when importing. It feels a bit redundant, but I think it will help copy pasting. :)
Wahoo, all worked with 'mvn clean integration-test gwt:compile deploy'. I'm going to push to master and test this with the build server.
Nice! Can you update the wiki we have on how to build the app for contributors? This should make it much easier for folks.
Great point. Thats my goal. I want to make it super transparent for anybody. I've been doing the same with GWTP build to sonatype too. I can trade notes back in forth until I can get it honed to super easy. I've been messing with the build tuning on the server a little so I know it works on reboot.
My aim is to come back in the after work.
Goal of this branch is to use of 'mvn clean integration-test deploy' to deploy snapsnot and showcase to gae.
gwt-dev is needed for testing 'mvn clean integration-test'
refractor of tests to match maven naming for tests.