Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-users] FW: Maven Wrapper for Tigerstripe?

Title: Re: [tigerstripe-users] FW: Maven Wrapper for Tigerstripe?
Hi Roman,

You are correct,
mvn
archetype:generate is the proper command. That said, I have updated the maven project creation bit on the wiki to use the param command line instead of interactive method (much easier, thanks for pointing it out :-)

Thanks,
Jim


On 6/30/08 6:08 AM, "Schlegel Roman" <roman.schlegel@xxxxxxxx> wrote:

Hi All
 
Am I correct in the assumption that the Wiki (http://wiki.eclipse.org/Tigerstripe_Headless_Generation_Tutorial#Running_a_Generation_from_a_Maven2_Build) should read
Type mvn archetype:generate
Instead of
Type mvn archetype:generation

Also, could you provide a parameterized command line instead of interactive?
 
Thanks
Roman
 
 

From: Eric Dillon [mailto:erdillon@xxxxxxxxx]
Sent: Mittwoch, 25. Juni 2008 15:14
To: Schlegel Roman; Jim Strawn; Tigerstripe Users
Subject: Re: [tigerstripe-users] FW: Maven Wrapper for Tigerstripe?

Hi Roman,

The proper CVSROOT should be  CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/technology
You’ll need to use an empty password to login.

Then run a “checkout” command on the org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin module.

Eric


On 6/25/08 6:59 AM, "Schlegel Roman" <roman.schlegel@xxxxxxxx> wrote:
Hi Jim
 
I already tried that, but I keep getting an error (log pasted below) and a password prompt after that.
 
Regards
Roman
 

In T:\maven-tigerstripe-plugin: "C:\Program Files\TortoiseCVS\cvs.exe" -q -z6 checkout -P technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin
CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin
 
Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: unrecognized auth response from dev.eclipse.org: cvs [pserver aborted]: /cvsroot/technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin: no such repository

Error, CVS operation failed
 
In T:\maven-tigerstripe-plugin: "C:\Program Files\TortoiseCVS\cvs.exe" -q -z6 login
CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin
 
Logging in to :pserver:anonymous@xxxxxxxxxxxxxxx:2401:/cvsroot/technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin

I also tried with a different cvsroot:

In T:\maven-tigerstripe-plugin: "C:\Program Files\TortoiseCVS\cvs.exe" -q -z6 checkout -P technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin
CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot
 
Empty password used - try 'cvs login' with a real password
cvs [checkout aborted]: unrecognized auth response from dev.eclipse.org: cvs [pserver aborted]: /cvsroot: no such repository

Error, CVS operation failed
 
In T: \maven-tigerstripe-plugin: "C:\Program Files\TortoiseCVS\cvs.exe" -q -z6 login
CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot
 
Logging in to :pserver:anonymous@xxxxxxxxxxxxxxx:2401:/cvsroot

 

From: Jim Strawn [mailto:jistrawn@xxxxxxxxx]
Sent: Dienstag, 24. Juni 2008 20:41
To: Schlegel Roman; Tigerstripe Users list; Eric Dillon
Subject: Re: [tigerstripe-users] FW: Maven Wrapper for Tigerstripe?

Hey Roman,

Here’s the module: technology/org.eclipse.tigerstripe/misc/tigerstripe-maven-plugin

Thanks,
Jim


On 6/24/08 5:03 PM, "Schlegel Roman" <roman.schlegel@xxxxxxxx> wrote:
Hi Jim
 
Thanks, I already figured that :-)
 
But I didn’t find out what the Module name should be (I am using TortoiseCVS).
 
Regards
Roman
 
 

From: Jim Strawn [mailto:jistrawn@xxxxxxxxx]
Sent: Dienstag, 24. Juni 2008 17:51
To: Tigerstripe Users list; Eric Dillon
Cc: Schlegel Roman
Subject: Re: [tigerstripe-users] FW: Maven Wrapper for Tigerstripe?

Sorry... got the closing paren in the url. Here goes again.
http://wiki.eclipse.org/Tigerstripe_Headless_Generation_Tutorial

Thx,
Jim


On 6/24/08 4:49 PM, "Jim Strawn" <jistrawn@xxxxxxxxx> wrote:
Hi Roman,

We do have a new maven plugin that can be used to run a Tigerstripe generation. The documentation can be found on our wiki page ( http://wiki.eclipse.org/Tigerstripe_Headless_Generation_Tutorial). If you are familiar with Tigerstripe you should focus on section 5. This will detail the usage of the Maven plugin, specifically.

One warning! You are quite likely the first person to use this tutorial. If you have any questions or need any clarification please reply to the users list (cc’ing me) and I will be more than willing to help you out.

Thanks,
Jim


On 6/24/08 1:50 PM, "Eric Dillon" <erdillon@xxxxxxxxx> wrote:
Oops. Forgot to cc Roman.


On 6/24/08 2:48 PM, "Eric Dillon" <erdillon@xxxxxxxxx> wrote:
Hi Roman,

Forwarding to the tigerstripe users mailing list... And cc-ed Jim who’s worked on this.
Things have changed a bit in the 0.3 release, Jim should be able to provide some guidance.

Eric
------ Forwarded Message
From: Schlegel Roman <roman.schlegel@xxxxxxxx>
Date: Tue, 24 Jun 2008 20:38:27 +0200
To: Eric Dillon <erdillon@xxxxxxxxx>
Subject: Maven Wrapper for Tigerstripe?

Hi Eric
 
Is there something like the attachment for the new open source ts?
 
Thanks
Roman
 

------ End of Forwarded Message





_______________________________________________
tigerstripe-users mailing list
tigerstripe-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-users



_______________________________________________
tigerstripe-users mailing list
tigerstripe-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-users



_______________________________________________
tigerstripe-users mailing list
tigerstripe-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-users


Back to the top