Re: Gradle version of maven archetype.

2016-02-04 Thread abangkis
Hmm... after reading that, i guess I'm just gonna write it down from scratch and try to mimic the generated output of the maven archetype. Thanks bob. On Thu, Feb 4, 2016 at 8:32 PM, Bob Harner wrote: > See > http://gradle.org/migrating-a-maven-build-to-gradle/ > On Feb 4

Re: Gradle version of maven archetype.

2016-02-04 Thread Bob Harner
See http://gradle.org/migrating-a-maven-build-to-gradle/ On Feb 4, 2016 8:07 AM, "abangkis" wrote: > I'm learning gradle, and planning to create something similar to tapestry > maven archetype as a gradle plugin. Is there a quick way to port maven > archetype to gradle,

Gradle version of maven archetype.

2016-02-04 Thread abangkis
I'm learning gradle, and planning to create something similar to tapestry maven archetype as a gradle plugin. Is there a quick way to port maven archetype to gradle, or do I have to write it down from scratch? Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/&

RE: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Thilo Tanner
Hi Muhammad, Here we go: https://issues.apache.org/jira/browse/TAP5-2351 Best, Thilo From: Muhammad Gelbana Sent: Wednesday, June 11, 2014 10:04 To: Tapestry users Subject: Re: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype P

Re: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
ers > Subject: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype > > After starting a new project based on Tapestry's maven archetype and > running it right away without further modifications, I looked into google > chrome's developer tool, the network tab and

RE: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Thilo Tanner
: Wednesday, June 11, 2014 09:00 To: Tapestry users Subject: [t5.4-beta-10] Broken asset URL in Tapestry's maven archetype After starting a new project based on Tapestry's maven archetype and running it right away without further modifications, I looked into google chrome's deve

[t5.4-beta-10] Broken asset URL in Tapestry's maven archetype

2014-06-11 Thread Muhammad Gelbana
After starting a new project based on Tapestry's maven archetype and running it right away without further modifications, I looked into google chrome's developer tool, the network tab and I saw that the below URL is broken http://localhost:8080/t5stock/assets/meta/z67dafee4/tapestry5

Re: Maven Archetype

2013-03-19 Thread Everton Agner
o: Tapestry Users > Cc: > Sent: Tuesday, March 19, 2013 4:40 PM > Subject: Maven Archetype > > Hello everyone! > > I'm following the instructions from > http://tapestry.apache.org/getting-started.html and it seems that there's > something wrong with the A

Re: Maven Archetype

2013-03-19 Thread Shing Hing Man
PM Subject: Maven Archetype Hello everyone! I'm following the instructions from http://tapestry.apache.org/getting-started.html and it seems that there's something wrong with the Archetype or the Repo... Maven throws me the following error when it tries to generate the project: Unable

Maven Archetype

2013-03-19 Thread Everton Agner
Hello everyone! I'm following the instructions from http://tapestry.apache.org/getting-started.html and it seems that there's something wrong with the Archetype or the Repo... Maven throws me the following error when it tries to generate the project: Unable to create project from archetype [org

maven archetype not working

2010-11-05 Thread Josh Kamau
[INFO] Preparing archetype:generate [INFO] No goals needed for project - skipping [INFO] [archetype:generate {execution: default-cli}] [INFO] Generating project in Interactive mode [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1

Re: Starting from a maven archetype error

2010-01-29 Thread faye alaska
ault Project > [INFO]task-segment: [archetype:generate] (aggregator-style) > [INFO] > > [INFO] Preparing archetype:generate > ... > [INFO] [archetype:generate] > [INFO] Generating project in Interactive mode >

Starting from a maven archetype error

2010-01-14 Thread matias.blasi
ctive mode [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0) Choose archetype: 1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart (Tapestry 5.2.0-SNAPSHOT Quickstart Project) Choose a number: (1): 1 [I

Re: T5 - Can't get the tapestry 5 quickstart maven archetype to resolve

2008-10-20 Thread BarryDev
em seeing as I was able to get it to > work a few days ago without any tinkering in my settings. Is something > wrong with the current release of the archetype or have I managed to > bugger up my maven? > -- View this message in context: http://www.nabble.com/T5---Can%27t-get-the-tap

T5 - Can't get the tapestry 5 quickstart maven archetype to resolve

2008-10-18 Thread BarryDev
seeing as I was able to get it to work a few days ago without any tinkering in my settings. Is something wrong with the current release of the archetype or have I managed to bugger up my maven? -- View this message in context: http://www.nabble.com/T5---Can%27t-get-the-tapestry-5-quickstart-maven-a

T5 maven archetype

2007-10-17 Thread tom
Hi all, Trying to create T5 maven (2.0.7) 2 archetype, running: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT -DremoteRepositories=http://tapestry.fo