IŽve had problems with proxy when checking out the modules (report of ... 400 bad request). But the problem was fixed when i changed the url to https://svn.apache.org/repos/asf/struts/shale/trunk/ (using ssl). Maybe itŽs good to add this to the document. Well, I know that explaining the use of svn is not the point, but ...

til next time,
______________________________
Eugênio Saulo

dev@struts.apache.org wrote:

  Date: 2005-03-05T10:15:41
  Editor: DuncanMills
  Wiki: Apache Struts Wiki
  Page: BuildingShale
  URL: http://wiki.apache.org/struts/BuildingShale

  no comment

New Page:

= Building Shale =
This page describes wrinkles in building Shale from source for (hopefully) 
various IDEs

== JDeveloper 10.1.3 ==
To get the Ant compile to run successfully in JDeveloper a couple of changes have to be made to the build.xml ''if'' you want to use the JSF RI as shipped with JDeveloper and the OC4J servlet API JARs rather than downloading a separate JSF RI and Tomcat just to keep the build script happy. This assumes the use of JDeveloper 10.1.3 developer preview (J2EE edition)
=== build.properties ===
* The JSF RI jars are in {jdev-home}/jsf-ri
* The servet and JSP API jars are in {jdev-home}/j2ee/home/lib


=== build.xml ===
A few property changes to make here:
* Change '''jsf-api.jar''' to use ''${jsf.home}/jsf-api.jar'' rather than 
${jsf.home}/lib/jsf-api.jar
* Change '''jsf-impl.jar''' to use ''${jsf.home}/jsf-impl.jar'' rather than 
${jsf.home}/lib/jsf-impl.jar
* Change '''jsp-api.jar''' to use ''${server.home}/ojsp.jar'' rather than 
${server.home}/common/lib/jsp-api.jar
* Change '''servlet-api.jar''' to use ''${server.home}/servlet.jar'' rather 
than ${server.home}/common/lib/servlet-api.jar









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






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



Reply via email to