OK, I installed TortoiseSVN, and I was able to get all the files in
https://svn.apache.org/repos/asf/myfaces/current.

I'm using IBM's RSA IDE, which is built on Eclipse and which has its own
test server, etc.  So I went to the WIKI to see if there was any
information on connecting my IDE directly to the SVN repository, rather
than copying files back and forth.  The closest thing I found was an
entry on using Eclipse.  I followed the directions on that, adding the
subclipse plug-in to my workspace.  So far, so good, and I was able to
connect it to the MyFaces repository.

However, that's where I started running into issues.  The usual way I
build an application in RSA is to construct an "enterprise" project, and
then construct a "dynamic Web project" related to it.  Under the Dynamic
Web Project goes all the Java files and Web content (including WEB-INF)
stuff.  So, looking at the directory structure under the 'simple'
directory, it looks as though I should be able to more or less just put
the stuff directly into my Web project.  (RSA automatically compiles
stuff; we don't use Ant in our projects.)

OK, here are the issues so far:

I can't seem to import the 'simple' folder directly into my Web project;
the plug-in will only allow me to get everything in '/current'.  The
plug-in seems to have an option to "create a Dynamic Web Project" from
whatever I'm checking out, which would be great, but, since it only
gives me visibility to the /current directory, that's of no use.  (I
need visibility to /current/examples/simple.)

Has anyone connected RSA or WSAD directly to the SVN repository and
checked out one of the subprojects using the tool?  Or am I better off
just getting the files using stand-alone TortoiseSVN, and copying the
files over to my IDE manually?

Any help would be appreciated.

Thanks,

- Brendan

-----Original Message-----
From: Sean Schofield [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 30, 2005 4:42 PM
To: MyFaces Discussion
Subject: Re: Tree2 Lazy Loading


If you are using Windows get TortoiseSVN.  Then just set up your IDE
project and have SVN ignore your IDE files and directories.  Then just
right click each of the subproject dirs and select "Create Patch."

The hardest part will be getting your IDE configured to run the simple
examples.  Let us know here on the list if you have troubles with
that.

sean

ps. Thanks in advance for the contribution!

On 8/30/05, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote:
> OK, I'll try.  I haven't worked with SVN, so I may have a learning
> curve....
> 
> - Brendan
> 
> -----Original Message-----
> From: Sean Schofield [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 30, 2005 4:36 PM
> To: MyFaces Discussion
> Subject: Re: Tree2 Lazy Loading
> 
> 
> > There have been a couple of posting asking about Tree2 Lazy Loading.
> > This is a snippet of what we've done:
> 
> Why not provide an svn patch and add a new simple example?  This would
> be very helpful to other users.
> 
> [snip]
> 
> > I understand that there have recently been some architectural
changes
> to
> > Tree2; but this was developed on the original model.  It still works
> as
> > of the build for 8/15/2005.  (I haven't tried it with the latest
> nightly
> > build.)
> 
> If it worked on 8/15 you are probably safe but I would check the
> latest to make sure.  If works with today's code you should be fine
> with the release (no major changes to anything until then.)
> 
> sean
>

Reply via email to