You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ralph Goers <Ra...@digitalinsight.com> on 2003/11/17 18:13:30 UTC

jstyle

In Cocoon 2.1.3 jstyle.jar appears in lib/optional and is showing up in the
webapp that gets built. Where does this come from? I need to know its
version so I can place it in my maven repository.  Also, xml-apis shows up
without a version. I believe it comes from Xalan that way. Does anyone know
how I can find out what version it is?

Ralph Goers



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: jstyle

Posted by Joerg Heinicke <jh...@virbus.de>.
On 17.11.2003 18:13, Ralph Goers wrote:

> In Cocoon 2.1.3 jstyle.jar appears in lib/optional and is showing up in the
> webapp that gets built. Where does this come from?

It's used for XSP code formatting: 
http://cocoon.apache.org/2.1/userdocs/xsp/xsp-internals.html#Code+Formatting. 
The project homepage is now at http://astyle.sourceforge.net/. If you 
have a look into the cocoon-2-historical 
(http://cvs.apache.org/viewcvs.cgi/cocoon-2-historical/) CVS module you 
will see that our version is really old. There was never an update AFAIK 
and the oldest reference is from May 2001 
(http://cvs.apache.org/viewcvs.cgi/cocoon-2-historical/lib/Attic/jstyle.jar). 
Though the development seems to be dead, they have it updated in March 
2002. But one big problem: There seems to exist only a C++ version, no 
longer Java. I don't know what's the best option for you.

As long as the line in cocoon.xconf is in comments ignoring it is the 
best option I guess.

> I need to know its
> version so I can place it in my maven repository.  Also, xml-apis shows up
> without a version. I believe it comes from Xalan that way. Does anyone know
> how I can find out what version it is?

xml-apis always comes with Xerces, so you can give it Xerces' version if 
you need.

Joerg


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org