Re: How to get Started

2007-03-23 Thread Claus Ibsen
Some info at the wiki

http://struts.apache.org/2.x/docs/building-with-maven.html
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=72376messageID=135035#135035


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues [EMAIL PROTECTED]
wrote:
 Can I use Eclipse as IDE and SVN client by
 Subclipse?

Sure.

 How to build a local version to test?

http://cwiki.apache.org/WW/building-the-framework-from-source.html

d.



 

Bored stiff? Loosen up... 
Download and play hundreds of games for free on Yahoo! Games.
http://games.yahoo.com/games/front

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

Ok,

I still got a quesiton.
When working in a issue to version 2.0.8, what tag (or module) from SVN must
I checkout and how
proceed to commit my changes?



Dave Newton-4 wrote:
 
 --- Felipe Rodrigues [EMAIL PROTECTED]
 wrote:
 Can I use Eclipse as IDE and SVN client by
 Subclipse?
 
 Sure.
 
 How to build a local version to test?
 
 http://cwiki.apache.org/WW/building-the-framework-from-source.html
 
 d.
 
 
 
  
 
 Bored stiff? Loosen up... 
 Download and play hundreds of games for free on Yahoo! Games.
 http://games.yahoo.com/games/front
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9633161
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues [EMAIL PROTECTED]
wrote:
 how proceed to commit my changes?

Commit your changes?

d.



 

Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Ted Husted

There's a STRUTS_2_0_X tag that would become Struts 2.0.8. So you
could checkout that tag

$ svn co http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X

and make the changes there.

Then, create a patch and attach it to the issue.

* http://struts.apache.org/helping.html#patches

Later, a committer will review the patch and decide whether to apply
it to the 2.0.x branch. If appropriate, we would also apply the
changes to the main trunk (or head), which will become 2.1.0 in due
course.

Depending on the extent of the changes, we might ask that a
Contributors License Agreement be filed with the foundation.

* http://apache.org/licenses/index.html#clas

HTH, Ted.


On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:


Ok,

I still got a quesiton.
When working in a issue to version 2.0.8, what tag (or module) from SVN must
I checkout and how
proceed to commit my changes?



Dave Newton-4 wrote:

 --- Felipe Rodrigues [EMAIL PROTECTED]
 wrote:
 Can I use Eclipse as IDE and SVN client by
 Subclipse?

 Sure.

 How to build a local version to test?

 http://cwiki.apache.org/WW/building-the-framework-from-source.html

 d.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Philip Luppens

On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:


Ok,

I still got a quesiton.
When working in a issue to version 2.0.8, what tag (or module) from SVN must
I checkout and how
proceed to commit my changes?


You should check out the 2.0.x branch (STRUTS_2_0_X). If you encounter
bugs, or are looking for enhancements/optimizations, then please
verify them on the Struts user list, or check the Jira (at
issues.apache.org) for duplicates prior to entering them. If you can,
you're welcome to attach patches on the issue (and flag them
appropriately). You don't have commit access, so you cannot commit
changes.

Hth,

Phil


Dave Newton-4 wrote:

 --- Felipe Rodrigues [EMAIL PROTECTED]
 wrote:
 Can I use Eclipse as IDE and SVN client by
 Subclipse?

 Sure.

 How to build a local version to test?

 http://cwiki.apache.org/WW/building-the-framework-from-source.html

 d.




 

 Bored stiff? Loosen up...
 Download and play hundreds of games for free on Yahoo! Games.
 http://games.yahoo.com/games/front

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9633161
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
iDTV System Engineer
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. - John F. Woods

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

How do I get a apache.org email account to get the IDEA License?



Philip Luppens wrote:
 
 On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:

 Ok,

 I still got a quesiton.
 When working in a issue to version 2.0.8, what tag (or module) from SVN
 must
 I checkout and how
 proceed to commit my changes?
 
 You should check out the 2.0.x branch (STRUTS_2_0_X). If you encounter
 bugs, or are looking for enhancements/optimizations, then please
 verify them on the Struts user list, or check the Jira (at
 issues.apache.org) for duplicates prior to entering them. If you can,
 you're welcome to attach patches on the issue (and flag them
 appropriately). You don't have commit access, so you cannot commit
 changes.
 
 Hth,
 
 Phil
 
 Dave Newton-4 wrote:
 
  --- Felipe Rodrigues [EMAIL PROTECTED]
  wrote:
  Can I use Eclipse as IDE and SVN client by
  Subclipse?
 
  Sure.
 
  How to build a local version to test?
 
  http://cwiki.apache.org/WW/building-the-framework-from-source.html
 
  d.
 
 
 
 
 
 
  Bored stiff? Loosen up...
  Download and play hundreds of games for free on Yahoo! Games.
  http://games.yahoo.com/games/front
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 --
 View this message in context:
 http://www.nabble.com/How-to-get-Started-tf3451846.html#a9633161
 Sent from the Struts - Dev mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 
 
 -- 
 iDTV System Engineer
 Always code as if the guy who ends up maintaining your code will be a
 violent psychopath who knows where you live. - John F. Woods
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9635734
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

Right. I use eclipse.
I'm just curious about IntelliJ and how does it work with maven.

humm... Only commiters. So I will have to try another way.

Thanks any way.


Antonio Petrelli-3 wrote:
 
 2007/3/23, Felipe Rodrigues [EMAIL PROTECTED]:

 How do I get a apache.org email account to get the IDEA License?
 
 But you use Eclipse, right? Only committers and above ranks have an
 apache.org account.
 
 Antonio
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9636081
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Philip Luppens

On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:


Right. I use eclipse.
I'm just curious about IntelliJ and how does it work with maven.

humm... Only commiters. So I will have to try another way.

Thanks any way.


Perhaps this could provide you with some insights (because I don't
think you entirely understand how it works):

http://apache.org/foundation/how-it-works.html

Kind regards,

Phil




Antonio Petrelli-3 wrote:

 2007/3/23, Felipe Rodrigues [EMAIL PROTECTED]:

 How do I get a apache.org email account to get the IDEA License?

 But you use Eclipse, right? Only committers and above ranks have an
 apache.org account.

 Antonio

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9636081
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
iDTV System Engineer
Always code as if the guy who ends up maintaining your code will be a
violent psychopath who knows where you live. - John F. Woods

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Ted Husted

On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:

How do I get a apache.org email account to get the IDEA License?


The Apache Software Foundation is an organization, and not a free web
host, like SourceForge or GoogleCode. An ASF account is earned by
making sustained and welcome contributions to a project. For more, see

* http://apache.org/foundation/faq.html#joining
* http://apache.org/foundation/how-it-works.html#meritocracy

The reason JetBrains (among others) give committers licenses is
because we have earned them by helping to create open source products,
many of which JetBrains uses internally.

-Ted.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Felipe Rodrigues

In the truth, I just requested a simple Open Source license for IDEA.
The response was to send her an email from my apache.org account. That is
why I asked it here.
I've sent another email to her explaning that I am not a committer, and sent
her some others open source projects that I work on. I think I will get the
license.

By the way, maybe some day I earn my own ASF account, but it is not my goal
here.

Thanks for your patience... Maybe I will post more questions.
It would be nice to create a doc page with these informations. Some thing
like a FAQ for developers newbie.
If you like, I can do that.

regards,

Felipe


husted wrote:
 
 On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:
 How do I get a apache.org email account to get the IDEA License?
 
 The Apache Software Foundation is an organization, and not a free web
 host, like SourceForge or GoogleCode. An ASF account is earned by
 making sustained and welcome contributions to a project. For more, see
 
 * http://apache.org/foundation/faq.html#joining
 * http://apache.org/foundation/how-it-works.html#meritocracy
 
 The reason JetBrains (among others) give committers licenses is
 because we have earned them by helping to create open source products,
 many of which JetBrains uses internally.
 
 -Ted.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Started-tf3451846.html#a9636879
Sent from the Struts - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to get Started

2007-03-23 Thread Ted Husted

These would be the existing starting points.

* http://struts.apache.org/helping.html

* http://struts.apache.org/dev/builds.html

* http://struts.apache.org/2.x/docs/contributors-guide.html

-Ted.

On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:


In the truth, I just requested a simple Open Source license for IDEA.
The response was to send her an email from my apache.org account. That is
why I asked it here.
I've sent another email to her explaning that I am not a committer, and sent
her some others open source projects that I work on. I think I will get the
license.

By the way, maybe some day I earn my own ASF account, but it is not my goal
here.

Thanks for your patience... Maybe I will post more questions.
It would be nice to create a doc page with these informations. Some thing
like a FAQ for developers newbie.
If you like, I can do that.

regards,

Felipe


husted wrote:

 On 3/23/07, Felipe Rodrigues [EMAIL PROTECTED] wrote:
 How do I get a apache.org email account to get the IDEA License?

 The Apache Software Foundation is an organization, and not a free web
 host, like SourceForge or GoogleCode. An ASF account is earned by
 making sustained and welcome contributions to a project. For more, see

 * http://apache.org/foundation/faq.html#joining
 * http://apache.org/foundation/how-it-works.html#meritocracy

 The reason JetBrains (among others) give committers licenses is
 because we have earned them by helping to create open source products,
 many of which JetBrains uses internally.

 -Ted.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]