extracting and searching jar was RE: Xalan and ColdFusion

2003-06-10 Thread webguy
Handy way to do this, download the www.cygwin.com packages

You'll need bash, gunzip , zgrep, find,  the fileutils.  After that you can
write a two line bash script that will search for a file name in a jar ,zip
or whatever

Something like

find / -name '*.jar' | gunzip -list | grep 'xalan'  /match. txt

Will give you a list of match into match.txt

That is just one simple example, you even look for a word in a file in a zip
, plus lots lots lots more.

WG




-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: 09 June 2003 20:13
To: CF-Talk
Subject: RE: Xalan and ColdFusion


Thanks Pete! I found it. I've been extracting and searching jar files on and
off for a week. Thanks!

-Original Message-
From: Pete Freitag [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 3:00 PM
To: CF-Talk
Subject: RE: Xalan and ColdFusion


It's in cfmx/runtime/lib/jrun.jar

you can use zip utilities such as winzip to extract and create jar files.
You just have to make sure the directories stay intact. Also keep in mind
that if your altering jrun.jar when you run an updater it may overwrite
jrun.jar with a new one.
_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/


-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 11:18 AM
To: CF-Talk
Subject: Xalan and ColdFusion


Does anyone know where the class files are stored for Xalan in CFMX? I ask
because I'm using some Xalan functions in my XSLT's and if I wanted to
update Xalan to another version where would I have to look to update the
class files.

Thanks
Bryan




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: extracting and searching jar was RE: Xalan and ColdFusion

2003-06-10 Thread Bryan F. Hogan
Thanks

-Original Message-
From: webguy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 6:51 AM
To: CF-Talk
Subject: extracting and searching jar was RE: Xalan and ColdFusion


Handy way to do this, download the www.cygwin.com packages

You'll need bash, gunzip , zgrep, find,  the fileutils.  After that you can
write a two line bash script that will search for a file name in a jar ,zip
or whatever

Something like

find / -name '*.jar' | gunzip -list | grep 'xalan'  /match. txt

Will give you a list of match into match.txt

That is just one simple example, you even look for a word in a file in a zip
, plus lots lots lots more.

WG




-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: 09 June 2003 20:13
To: CF-Talk
Subject: RE: Xalan and ColdFusion


Thanks Pete! I found it. I've been extracting and searching jar files on and
off for a week. Thanks!

-Original Message-
From: Pete Freitag [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 3:00 PM
To: CF-Talk
Subject: RE: Xalan and ColdFusion


It's in cfmx/runtime/lib/jrun.jar

you can use zip utilities such as winzip to extract and create jar files.
You just have to make sure the directories stay intact. Also keep in mind
that if your altering jrun.jar when you run an updater it may overwrite
jrun.jar with a new one.
_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/


-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 11:18 AM
To: CF-Talk
Subject: Xalan and ColdFusion


Does anyone know where the class files are stored for Xalan in CFMX? I ask
because I'm using some Xalan functions in my XSLT's and if I wanted to
update Xalan to another version where would I have to look to update the
class files.

Thanks
Bryan





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Xalan and ColdFusion

2003-06-09 Thread Bryan F. Hogan
Does anyone know where the class files are stored for Xalan in CFMX? I ask
because I'm using some Xalan functions in my XSLT's and if I wanted to
update Xalan to another version where would I have to look to update the
class files.

Thanks
Bryan

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Xalan and ColdFusion

2003-06-09 Thread Pete Freitag
It's in cfmx/runtime/lib/jrun.jar

you can use zip utilities such as winzip to extract and create jar files.
You just have to make sure the directories stay intact. Also keep in mind
that if your altering jrun.jar when you run an updater it may overwrite
jrun.jar with a new one.
_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/


-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 11:18 AM
To: CF-Talk
Subject: Xalan and ColdFusion


Does anyone know where the class files are stored for Xalan in CFMX? I ask
because I'm using some Xalan functions in my XSLT's and if I wanted to
update Xalan to another version where would I have to look to update the
class files.

Thanks
Bryan


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Xalan and ColdFusion

2003-06-09 Thread Bryan F. Hogan
Thanks Pete! I found it. I've been extracting and searching jar files on and
off for a week. Thanks!

-Original Message-
From: Pete Freitag [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 3:00 PM
To: CF-Talk
Subject: RE: Xalan and ColdFusion


It's in cfmx/runtime/lib/jrun.jar

you can use zip utilities such as winzip to extract and create jar files.
You just have to make sure the directories stay intact. Also keep in mind
that if your altering jrun.jar when you run an updater it may overwrite
jrun.jar with a new one.
_
Pete Freitag
CTO, CFDEV.COM
http://www.cfdev.com/


-Original Message-
From: Bryan F. Hogan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 09, 2003 11:18 AM
To: CF-Talk
Subject: Xalan and ColdFusion


Does anyone know where the class files are stored for Xalan in CFMX? I ask
because I'm using some Xalan functions in my XSLT's and if I wanted to
update Xalan to another version where would I have to look to update the
class files.

Thanks
Bryan



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4