You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by de...@struts.apache.org on 2005/03/05 19:15:41 UTC

[Apache Struts Wiki] New: BuildingShale

   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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [Apache Struts Wiki] New: BuildingShale

Posted by Duncan Mills <du...@oracle.com>.
Fair enough Eugênio send me details directly and I'll be happy to put a 
note into the Wiki - or you can register and do it yourself :-)

Duncan

Eugênio Saulo wrote:

> 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: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>>
>>  
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [Apache Struts Wiki] New: BuildingShale

Posted by Eugênio Saulo <es...@cesar.org.br>.
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: dev-unsubscribe@struts.apache.org
>For additional commands, e-mail: dev-help@struts.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org