i want to use the source luke.

2008-01-15 Thread Darren James


I recently downloaded the 2.0.11 distribution, and was able to find the 
sources to
all of the java classes under the org.apache.struts2.*.  However, i 
did not see
the source for any of the com.opensymphony.xwork2.* classes.  Is the 
source

for these classes available?

thanks in advance,

- darren.

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



Re: i want to use the source luke.

2008-01-15 Thread Dave Newton
--- Darren James [EMAIL PROTECTED] wrote:
 I recently downloaded the 2.0.11 distribution, and was able to find the 
 sources to
 all of the java classes under the org.apache.struts2.*.  However, i 
 did not see
 the source for any of the com.opensymphony.xwork2.* classes.  Is the 
 source
 for these classes available?

Sure, but not in the S2 source download. XWork is a separate project.

I believe building using Maven does include the XWork source (or it's in the
repository; I forget which), so that's another option.

d.


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



Re: i want to use the source luke.

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 5:24 PM, Darren James [EMAIL PROTECTED] wrote:

 I recently downloaded the 2.0.11 distribution, and was able to find the
 sources to
 all of the java classes under the org.apache.struts2.*.  However, i
 did not see
 the source for any of the com.opensymphony.xwork2.* classes.  Is the
 source
 for these classes available?

According to the struts2-core 2.0.11 pom, it depends on xwork 2.0.4.

Try the -sources jar, here:
http://repo1.maven.org/maven2/com/opensymphony/xwork/2.0.4/

-- 
Wendy

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



Re: i want to use the source luke.

2008-01-15 Thread Piero Sartini
 However, i
 did not see
 the source for any of the com.opensymphony.xwork2.* classes.  Is the
 source
 for these classes available?

XWork is a seperate project at opensymphony. You can get the sources from
https://svn.opensymphony.com/svn/xwork/

Piero

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