I have a similar POM for each of my modules as your 2nd example, but cd'ing
into that directory and running mvn appengine:devserver did not work
(failed with an error). Is that how you're running a single module server?


On Tue, Apr 22, 2014 at 11:46 AM, Rafael <mufumb...@gmail.com> wrote:

> I use the IntelliJ plugin:
> https://www.dropbox.com/s/yt0nk3paanwtol3/Screenshot%202014-04-22%2011.46.00.png
>
> In any case, you can run each module separately with something like this:
> https://www.dropbox.com/s/6cve0xqticujdzw/Screenshot%202014-04-22%2011.47.00.png
>
>
>
>
> On Tue, Apr 22, 2014 at 11:37 AM, Aleem Mawani <aleem.maw...@gmail.com>wrote:
>
>> How are you able to run each server independently? I'm having trouble
>> getting maven to just build and run one server.
>> ᐧ
>>
>>
>> On Tue, Apr 22, 2014 at 11:29 AM, Rafael <mufumb...@gmail.com> wrote:
>>
>>> Aleem,
>>>
>>> I use IntelliJ to run each module separately. I have 4 modules running
>>> in different ports.
>>>
>>> That way I can just press play and it will replace the resources and
>>> classes with new ones, or I can just reboot one module at the time. I can
>>> also boot only one module if I want.
>>>
>>> I had to code my own dispatch.xml behavior, since the appengine java sdk
>>> doesn't handle that: https://gist.github.com/mufumbo/6325670 (see
>>> comments for a more updated version)
>>>
>>> thanks
>>> rafa
>>>
>>>
>>> On Tue, Apr 22, 2014 at 5:10 AM, Gilberto Torrezan Filho <
>>> gilberto.torre...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> If you're using Eclipse, take a look at this topic:
>>>> https://groups.google.com/forum/#!topic/google-plugin-eclipse/9K0RkQID740
>>>>
>>>> Maven + app engine modules doesn't work quite well with Eclipse right
>>>> now, and judging by the volume of messages in the topic above, I don't
>>>> think we will see any improvement in a near future.
>>>>
>>>> While there is a Google I/O coming up, there is hope for a big capital
>>>> letters announcement: "Behold, Servlets 3, Java 8 and better Maven +
>>>> Modules + Eclipse integration for App Engine!".
>>>>
>>>> Do you think local testing is hard the way it is now? Try adding GWT to
>>>> the mix and you'll end with more white strands of hair in your head... ;-)
>>>>
>>>>
>>>> On Sunday, April 20, 2014 8:27:46 PM UTC-3, aloo wrote:
>>>>>
>>>>> Hi all,
>>>>>
>>>>> I'm curious how others have setup their dev workflow when using
>>>>> appengine modules + maven?
>>>>>
>>>>> In order to run the local dev server I need to rebuild my entire
>>>>> project and then run mvn appengine:devserver in my ear directory. This
>>>>> typically takes a minute for a simple code change.
>>>>>
>>>>> I'm having a hard time iterating during local testing due to this. I'm
>>>>> using the same project structure as the sample modules app here:
>>>>> https://github.com/GoogleCloudPlatform/appengine-modules-sample-java
>>>>>
>>>>  --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Google App Engine" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to google-appengine+unsubscr...@googlegroups.com.
>>>>
>>>> To post to this group, send email to google-appengine@googlegroups.com.
>>>> Visit this group at http://groups.google.com/group/google-appengine.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/google-appengine/YvE-zXrOEkI/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengine+unsubscr...@googlegroups.com.
>>>
>>> To post to this group, send email to google-appengine@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/google-appengine.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/YvE-zXrOEkI/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to