You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "Peter A. Pilgrim" <pe...@xenonsoft.demon.co.uk> on 2002/12/16 12:46:31 UTC

Where are the Tag Library Descriptors?

Hi

Where are the TLD for Struts CVS?

peterp@goldfish [126] > find . -name "*tld*"
./contrib/validator/web/example/WEB-INF/tlds
./contrib/validator/web/jdbc-example/WEB-INF/tlds
./contrib/struts-el/doc/stylesheets/tld.xsl
./doc/stylesheets/tld.xsl
./web/example/WEB-INF/app.tld
./web/template-example/WEB-INF/tlds
./target/library/classes/META-INF/tlds


-- 
Peter Pilgrim
ServerSide Java Specialist

My on-line resume and for interview videos about myself, J2EE
Open Source, Struts and Expresso.
    ||
    \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


[RECTIFICATION] JBuilder 8 and Struts...

Posted by Emmanuel Boudrant <b7...@yahoo.fr>.
Hi,

I a precedent post, I said that JBuilder 8 struts wizard/console support only Struts 1.0
application.

Thats wrong ;) ... If you change manually the DTD for generated struts-config.xml to 1.1, the
JBuilder struts console display all Struts 1.1 new features...(but no new wizard...)

I made some Screenshots : http://blogs.application-servers.com/blogs/page/eboudrant/20021216

-emmanuel

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Where are the Tag Library Descriptors?

Posted by "Peter A. Pilgrim" <pe...@xenonsoft.demon.co.uk>.
Peter A. Pilgrim wrote:
> Hi
> 
> Where are the TLD for Struts CVS?
> 
> peterp@goldfish [126] > find . -name "*tld*"
> ./contrib/validator/web/example/WEB-INF/tlds
> ./contrib/validator/web/jdbc-example/WEB-INF/tlds
> ./contrib/struts-el/doc/stylesheets/tld.xsl
> ./doc/stylesheets/tld.xsl
> ./web/example/WEB-INF/app.tld
> ./web/template-example/WEB-INF/tlds
> ./target/library/classes/META-INF/tlds
> 

DONT BOTHER! See previous note. `sudo cp xalan.jar $ANT_HOME/lib'

compile.library:

Compiling 1 source file to /new/peterp/jakarta-struts/target/library/classes
Transforming into /new/peterp/jakarta-struts/target/library
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-bean.xml to 
/new/peterp/jakarta-struts/target/library/struts-bean.tld
Loading stylesheet /new/peterp/jakarta-struts/doc/stylesheets/tld.xsl
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-html.xml to 
/new/peterp/jakarta-struts/target/library/struts-html.tld
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-logic.xml to 
/new/peterp/jakarta-struts/target/library/struts-logic.tld
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-nested.xml to 
/new/peterp/jakarta-struts/target/library/struts-nested.tld
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-template.xml to 
/new/peterp/jakarta-struts/target/library/struts-template.tld
Processing /new/peterp/jakarta-struts/doc/userGuide/struts-tiles.xml to 
/new/peterp/jakarta-struts/target/library/struts-tiles.tld
Copying 6 files to /new/peterp/jakarta-struts/target/library/classes/META-INF/tlds
Building jar: /new/peterp/jakarta-struts/target/library/struts.jar

BUILD SUCCESSFUL
Total time: 10 seconds

-- 
Peter Pilgrim
ServerSide Java Specialist

My on-line resume and for interview videos about myself, J2EE
Open Source, Struts and Expresso.
    ||
    \\===>  `` http://www.xenonsoft.demon.co.uk/no-it-striker.html ''


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>