You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Michael Bushe <mi...@bushe.com> on 2009/12/23 02:02:01 UTC

HOWTO: Maven project for Pivot with executable jar

I posted this HOWTO on developing with Pivot using Maven and making an
executable jar.  Comments welcome, especially with respect to a common
project structure.  Should wtkx files be under src/main/resources?

http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/

Michael Bushe
Software Architect/Developer
michael@bushe.com
www.bushe.com

Re: HOWTO: Maven project for Pivot with executable jar

Posted by Bob Santos <bo...@gmail.com>.
Well, I've not yet tried placing my wtkx files in the resources folder. I
usually place them along with their respective classes.

Regards,

Bob

On Wed, Dec 23, 2009 at 9:26 AM, Todd Volkert <tv...@gmail.com> wrote:

> Nice blog!  I'm just starting my very first Maven-based project at work
> now, so I'm not quite qualified to comment on the best practice as to where
> to place files in a Maven project :-(
>
> -T
>
> On Tue, Dec 22, 2009 at 8:02 PM, Michael Bushe <mi...@bushe.com> wrote:
>
>> I posted this HOWTO on developing with Pivot using Maven and making an
>> executable jar.  Comments welcome, especially with respect to a common
>> project structure.  Should wtkx files be under src/main/resources?
>>
>>
>> http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/
>>
>> Michael Bushe
>> Software Architect/Developer
>> michael@bushe.com
>> www.bushe.com
>>
>
>

Re: HOWTO: Maven project for Pivot with executable jar

Posted by Greg Brown <gk...@mac.com>.
Agreed with Todd - great blog entry. Thanks!

On Dec 22, 2009, at 8:26 PM, Todd Volkert wrote:

> Nice blog!  I'm just starting my very first Maven-based project at work now, so I'm not quite qualified to comment on the best practice as to where to place files in a Maven project :-(
> 
> -T
> 
> On Tue, Dec 22, 2009 at 8:02 PM, Michael Bushe <mi...@bushe.com> wrote:
> I posted this HOWTO on developing with Pivot using Maven and making an executable jar.  Comments welcome, especially with respect to a common project structure.  Should wtkx files be under src/main/resources?
> 
> http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/
> 
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com
> 


Re: HOWTO: Maven project for Pivot with executable jar

Posted by Todd Volkert <tv...@gmail.com>.
Nice blog!  I'm just starting my very first Maven-based project at work now,
so I'm not quite qualified to comment on the best practice as to where to
place files in a Maven project :-(

-T

On Tue, Dec 22, 2009 at 8:02 PM, Michael Bushe <mi...@bushe.com> wrote:

> I posted this HOWTO on developing with Pivot using Maven and making an
> executable jar.  Comments welcome, especially with respect to a common
> project structure.  Should wtkx files be under src/main/resources?
>
>
> http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/
>
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com
>

Re: HOWTO: Maven project for Pivot with executable jar

Posted by Greg Brown <gk...@mac.com>.
I'm no Maven expert myself, but putting the WTKX files in the resources directory seems like a good idea. Cross-posting to the Maven user list in case anyone has any suggestions!
Greg

On Dec 22, 2009, at 8:02 PM, Michael Bushe wrote:

> I posted this HOWTO on developing with Pivot using Maven and making an executable jar.  Comments welcome, especially with respect to a common project structure.  Should wtkx files be under src/main/resources?
> 
> http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/
> 
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com


Re: HOWTO: Maven project for Pivot with executable jar

Posted by Greg Brown <gk...@mac.com>.
I'm no Maven expert myself, but putting the WTKX files in the resources directory seems like a good idea. Cross-posting to the Maven user list in case anyone has any suggestions!
Greg

On Dec 22, 2009, at 8:02 PM, Michael Bushe wrote:

> I posted this HOWTO on developing with Pivot using Maven and making an executable jar.  Comments welcome, especially with respect to a common project structure.  Should wtkx files be under src/main/resources?
> 
> http://michaelbushe.wordpress.com/2009/12/22/creating-an-executable-apache-pivot-app-using-maven/
> 
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com