On 10/11/06, Tim Fennell <[EMAIL PROTECTED]> wrote: > To your first point, I believe that you should just be able to make > all your changes locally (including svn add's) and then run: > svn diff > from the root. That should generate a diff file which I can apply. > I'll test this out tonight using a pair of checkouts to make sure it > works reasonably well. If it does, I'll post instructions on the > website somewhere for future reference :)
Great, I'll give it a try > As for the com.sun.mirror stuff, I'm not sure. I'd guess that it's > hidden in the JDK somewhere. I use IDEA on a mac and it works fine, > but I wonder if there some difference in the way JDKs are setup on > platforms that stops it from finding it? At any rate, the code that > uses that (the site structure tool) should probably be removed > because unless you annotate every class, it's pretty much useful now :/ > > -t Looks like com.sun.mirror is in tools.jar, which isn't in libraries showing up in my jdk, so I'll just have to figure out how to add that. I assume you meant the site structure tool is pretty much useless now? > > On Oct 11, 2006, at 10:23 AM, Paul Barry wrote: > > > I'd like to develop some code for stripes and then submit it as a > > patch, but I'm not exactly sure how to go about it. I'm hoping there > > is some way for me to check the code out via svn, make edits, and then > > have svn generate a diff or patch file or something. Is that the > > case? How would I go about setting that up with IDEA or Eclipse? Or > > do I have to use the svn command line client? > > > > Also, I have checked out the latest trunk, then I added all the jars > > in the lib directory to my class path, yet IDEA can't seem to find the > > package com.sun.mirror, therefore it complains and won't build the > > project. I can compile it fine with ant. Is there something that I'm > > missing? > > > > ---------------------------------------------------------------------- > > --- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > http://sel.as-us.falkag.net/sel? > > cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Stripes-development mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/stripes-development > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Stripes-development mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-development > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
