Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
DITA-OT1.1.2.1 Temp directory problem   Topic List   < Prev Topic  |  Next Topic >
Summarize Messages Sort by Date  
#2013 From: "Jerry Kimmel" <jkimmel@...>
Date: Thu Mar 16, 2006 10:05 pm
Subject: DITA-OT1.1.2.1 Temp directory problem
jerrykimmel
Offline Offline
Send Email Send Email
 
We ran into an issue when we changed the default dita.temp.dir property
(in conductor.xml) from the default "${basedir}${file.separator}temp" to
a directory on a mapped drive, and deleted the temp directory from the
DITA-OT1.1.2.1 directory tree.

FYI - the mapped drive is different for each user.

Everything was fine except that the "property.temp" file was still being
written to the 'default' DITA-OT/temp directory (and the temp directory
was being created), rather than to the directory on the mapped drive.

This created a problem from a permissions point of view in that a user
who couldn't write to the 'default' DITA-OT/temp directory couldn't run
any transforms - even though he had permission to the new temp directory
on the mapped drive, he had no write permissions to the 'default'
directory where DITA-OT was installed. He now has to have permission to
write here.

As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
directory after every transform - but this still presents a problem
because different users could potentially overwrite (or delete) each
other's property.temp file because that file always get written to the
same place.

------------------------------------------
Jerry Kimmel - jkimmel at vasont dot com




#2015 From: "imagiczhang" <zhangyp@...>
Date: Fri Mar 17, 2006 1:39 am
Subject: Re: DITA-OT1.1.2.1 Temp directory problem
imagiczhang
Offline Offline
Send Email Send Email
 
Jerry,
If possible, can you have a try on the latest release of DITA-OT. I
tested on release 1.2 and believe that this bug is fixed on release
1.2 . Thanks.

Best Regards,
Stephen Zhang

--- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@...> wrote:
>
> We ran into an issue when we changed the default dita.temp.dir property
> (in conductor.xml) from the default "${basedir}${file.separator}temp" to
> a directory on a mapped drive, and deleted the temp directory from the
> DITA-OT1.1.2.1 directory tree.
>
> FYI - the mapped drive is different for each user.
>
> Everything was fine except that the "property.temp" file was still being
> written to the 'default' DITA-OT/temp directory (and the temp directory
> was being created), rather than to the directory on the mapped drive.
>
> This created a problem from a permissions point of view in that a user
> who couldn't write to the 'default' DITA-OT/temp directory couldn't run
> any transforms - even though he had permission to the new temp directory
> on the mapped drive, he had no write permissions to the 'default'
> directory where DITA-OT was installed. He now has to have permission to
> write here.
>
> As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> directory after every transform - but this still presents a problem
> because different users could potentially overwrite (or delete) each
> other's property.temp file because that file always get written to the
> same place.
>
> ------------------------------------------
> Jerry Kimmel - jkimmel at vasont dot com
>







#2016 From: "Jerry Kimmel" <jkimmel@...>
Date: Fri Mar 17, 2006 2:42 pm
Subject: RE: Re: DITA-OT1.1.2.1 Temp directory problem
jerrykimmel
Offline Offline
Send Email Send Email
 

Stephen,

 

No, the same issue also exists in release 1.2.

 

Here is my test for DITA-OT1.2:

Change the dita.temp.dir property in conductor_template.xml from the default "${basedir}${file.separator}temp" to C:${file.separator}temp.

 

Delete the DITA-OT1.2\temp directory

 

Run an xhtml transform from the commandline.

 

As the transform is running, watch the DITA-OT1.2 directory – you will see a temp directory be created.

Watch the c:\temp directory  - you will see all of the other temp files populate this temp directory.

After the transform is finished, open the DITA-OT1.2\temp directory – the property.temp file will have been created here, rather than in the c:\temp directory.

 

There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For DITA-OT1.2 I must edit the conductor_template.xml, whereas in DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is rewritten each time a transform is run in DITA-OT1.2.

 

FYI – I was unable to actually complete a transform in DITA-OT1.2. I added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not install Sun JDK 1.5. (I get the “Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildlogger” error.)

 

Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be spelled out more clearly in the release notes.

 

Even though my transform failed, the DITA-OT1.2\temp directory is created and populated with the new property.temp file in DITA-OT1.2.

 

------------------------------------------
 
Jerry Kimmel - jkimmel at vasont dot com

 

-----Original Message-----
From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of imagiczhang
Sent:
Thursday, March 16, 2006 8:40 PM
To: dita-users@yahoogroups.com
Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem

 

Jerry,
If possible, can you have a try on the latest release of DITA-OT. I
tested on release 1.2 and believe that this bug is fixed on release
1.2  . Thanks.

Best Regards,
Stephen Zhang

--- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@...> wrote:
>
> We ran into an issue when we changed the default dita.temp.dir property
> (in conductor.xml) from the default "${basedir}${file.separator}temp" to
> a directory on a mapped drive, and deleted the temp directory from the
> DITA-OT1.1.2.1 directory tree.
>
> FYI - the mapped drive is different for each user.
>
> Everything was fine except that the "property.temp" file was still being
> written to the 'default' DITA-OT/temp directory (and the temp directory
> was being created), rather than to the directory on the mapped drive.
>
> This created a problem from a permissions point of view in that a user
> who couldn't write to the 'default' DITA-OT/temp directory couldn't run
> any transforms - even though he had permission to the new temp directory
> on the mapped drive, he had no write permissions to the 'default'
> directory where DITA-OT was installed. He now has to have permission to
> write here.
>
> As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> directory after every transform - but this still presents a problem
> because different users could potentially overwrite (or delete) each
> other's property.temp file because that file always get written to the
> same place.
>
> ------------------------------------------
>  Jerry Kimmel - jkimmel at vasont dot com
>






#2080 From: "Jerry Kimmel" <jkimmel@...>
Date: Thu Mar 23, 2006 2:54 pm
Subject: RE: Re: DITA-OT1.1.2.1 Temp directory problem
jerrykimmel
Offline Offline
Send Email Send Email
 

Stephen,

 

If I add the dita.temp.dir property to the ant script and process a transform through ant, my temp files end up in c:\temp where I expect them.

 

If I change the conductor_template.xml dita.temp.dir property to C:${file.separator}temp and run a transform through ant, my temp files end up in the c:\temp directory where I expect them.

 

I am still not able to run a transform through the java command line with dita-ot1.2. I can’t get past the “Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildlogger” even though all of my install directories and environment variables match the 1.2 install docs.

------------------------------------------
 
Jerry Kimmel – jkimmel at vasont dot com

-----Original Message-----
From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of
Jerry Kimmel
Sent:
Friday, March 17, 2006 9:42 AM
To: dita-users@yahoogroups.com
Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem

 

Stephen,

 

No, the same issue also exists in release 1.2.

 

Here is my test for DITA-OT1.2:

Change the dita.temp.dir property in conductor_template.xml from the default "${basedir}${file.separator}temp" to C:${file.separator}temp.

 

Delete the DITA-OT1.2\temp directory

 

Run an xhtml transform from the commandline.

 

As the transform is running, watch the DITA-OT1.2 directory – you will see a temp directory be created.

Watch the c:\temp directory  - you will see all of the other temp files populate this temp directory.

After the transform is finished, open the DITA-OT1.2\temp directory – the property.temp file will have been created here, rather than in the c:\temp directory.

 

There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For DITA-OT1.2 I must edit the conductor_template.xml, whereas in DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is rewritten each time a transform is run in DITA-OT1.2.

 

FYI – I was unable to actually complete a transform in DITA-OT1.2. I added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not install Sun JDK 1.5. (I get the “Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildlogger” error.)

 

Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be spelled out more clearly in the release notes.

 

Even though my transform failed, the DITA-OT1.2\temp directory is created and populated with the new property.temp file in DITA-OT1.2.

 

------------------------------------------
 Jerry Kimmel - jkimmel at vasont dot com

 

-----Original Message-----
From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of imagiczhang
Sent: Thursday, March 16, 2006 8:40 PM
To: dita-users@yahoogroups.com
Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem

 

Jerry,
If possible, can you have a try on the latest release of DITA-OT. I
tested on release 1.2 and believe that this bug is fixed on release
1.2  . Thanks.

Best Regards,
Stephen Zhang

--- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@...> wrote:
>
> We ran into an issue when we changed the default dita.temp.dir property
> (in conductor.xml) from the default "${basedir}${file.separator}temp" to
> a directory on a mapped drive, and deleted the temp directory from the
> DITA-OT1.1.2.1 directory tree.
>
> FYI - the mapped drive is different for each user.
>
> Everything was fine except that the "property.temp" file was still being
> written to the 'default' DITA-OT/temp directory (and the temp directory
> was being created), rather than to the directory on the mapped drive.
>
> This created a problem from a permissions point of view in that a user
> who couldn't write to the 'default' DITA-OT/temp directory couldn't run
> any transforms - even though he had permission to the new temp directory
> on the mapped drive, he had no write permissions to the 'default'
> directory where DITA-OT was installed. He now has to have permission to
> write here.
>
> As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> directory after every transform - but this still presents a problem
> because different users could potentially overwrite (or delete) each
> other's property.temp file because that file always get written to the
> same place.
>
> ------------------------------------------
>  Jerry Kimmel - jkimmel at vasont dot com
>




 


#2104 From: "charlie_zju" <wuzhiq@...>
Date: Mon Mar 27, 2006 2:30 am
Subject: Re: DITA-OT1.1.2.1 Temp directory problem
charlie_zju
Offline Offline
Send Email Send Email
 
Hi Jerry,

To change the temp directory through Java command, you need to set the
"/tempdir" parameter in the Java command.

About the logger problem, it seems that the Logger class can't be
found, please ensure that you have put the "dost.jar" into the CLASSPATH.


Regards,
Charlie


--- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@...> wrote:
>
> Stephen,
>
>
>
> If I add the dita.temp.dir property to the ant script and process a
> transform through ant, my temp files end up in c:\temp where I expect
> them.
>
>
>
> If I change the conductor_template.xml dita.temp.dir property to
> C:${file.separator}temp and run a transform through ant, my temp files
> end up in the c:\temp directory where I expect them.
>
>
>
> I am still not able to run a transform through the java command line
> with dita-ot1.2. I can't get past the "Unable to instantiate specified
> logger class org.dita.dost.log.DITAOTBuildlogger" even though all of my
> install directories and environment variables match the 1.2 install
> docs.
>
> ------------------------------------------
> Jerry Kimmel - jkimmel at vasont dot com
>
>
>
> -----Original Message-----
> From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On
> Behalf Of Jerry Kimmel
> Sent: Friday, March 17, 2006 9:42 AM
> To: dita-users@yahoogroups.com
> Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
>
>
>
> Stephen,
>
>
>
> No, the same issue also exists in release 1.2.
>
>
>
> Here is my test for DITA-OT1.2:
>
> Change the dita.temp.dir property in conductor_template.xml from the
> default "${basedir}${file.separator}temp" to C:${file.separator}temp.
>
>
>
> Delete the DITA-OT1.2\temp directory
>
>
>
> Run an xhtml transform from the commandline.
>
>
>
> As the transform is running, watch the DITA-OT1.2 directory - you will
> see a temp directory be created.
>
> Watch the c:\temp directory - you will see all of the other temp files
> populate this temp directory.
>
> After the transform is finished, open the DITA-OT1.2\temp directory -
> the property.temp file will have been created here, rather than in the
> c:\temp directory.
>
>
>
> There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is rewritten each
> time a transform is run in DITA-OT1.2.
>
>
>
> FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not install Sun
> JDK 1.5. (I get the "Unable to instantiate specified logger class
> org.dita.dost.log.DITAOTBuildlogger" error.)
>
>
>
> Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> spelled out more clearly in the release notes.
>
>
>
> Even though my transform failed, the DITA-OT1.2\temp directory is
> created and populated with the new property.temp file in DITA-OT1.2.
>
>
>
> ------------------------------------------
> Jerry Kimmel - jkimmel at vasont dot com
>
>
>
> -----Original Message-----
> From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On
> Behalf Of imagiczhang
> Sent: Thursday, March 16, 2006 8:40 PM
> To: dita-users@yahoogroups.com
> Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
>
>
>
> Jerry,
> If possible, can you have a try on the latest release of DITA-OT. I
> tested on release 1.2 and believe that this bug is fixed on release
> 1.2 . Thanks.
>
> Best Regards,
> Stephen Zhang
>
> --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> >
> > We ran into an issue when we changed the default dita.temp.dir
> property
> > (in conductor.xml) from the default "${basedir}${file.separator}temp"
> to
> > a directory on a mapped drive, and deleted the temp directory from the
> > DITA-OT1.1.2.1 directory tree.
> >
> > FYI - the mapped drive is different for each user.
> >
> > Everything was fine except that the "property.temp" file was still
> being
> > written to the 'default' DITA-OT/temp directory (and the temp
> directory
> > was being created), rather than to the directory on the mapped drive.
> >
> > This created a problem from a permissions point of view in that a user
> > who couldn't write to the 'default' DITA-OT/temp directory couldn't
> run
> > any transforms - even though he had permission to the new temp
> directory
> > on the mapped drive, he had no write permissions to the 'default'
> > directory where DITA-OT was installed. He now has to have permission
> to
> > write here.
> >
> > As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> > directory after every transform - but this still presents a problem
> > because different users could potentially overwrite (or delete) each
> > other's property.temp file because that file always get written to the
> > same place.
> >
> > ------------------------------------------
> > Jerry Kimmel - jkimmel at vasont dot com
> >
>
>
>
>
>
>
>
>
> SPONSORED LINKS
>
>
> Xml
> <http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> ScMPkEPHYrV6GFw>
>
> How
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> &w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg> to format a computer
> hard drive
>
> Dita
> <http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> tI8r8oge18N2nzVQ>
>
>
> How
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA> to format a computer
>
>
>
>
>
>
>
> _____
>
> YAHOO! GROUPS LINKS
>
>
>
> * Visit your group "dita-users
> <http://groups.yahoo.com/group/dita-users> " on the web.
>
>
> * To unsubscribe from this group, send an email to:
> dita-users-unsubscribe@yahoogroups.com
> <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/> Terms of Service.
>
>
>
> _____
>








#2299 From: "David" <davidlasvegasati@...>
Date: Fri Apr 14, 2006 12:27 am
Subject: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildlogge
davidlasvega...
Offline Offline
Send Email Send Email
 
Jerry,
I'm new to this group, having attended the User Group conference in
Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
the tools. I too am stuck at the "Unable to instantiate specified
logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
the command prompt with the following. "java -jar lib/dost.jar
/i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
I haven't changed any of the provided XML files and am just working on
trying to understand the calls. Your message thread below implies that
I should be using the Java SDK 1.5. I've installed and am using
version j2sdk1.4.2_08 (installed at the C: root). So.....
1. What do you (or anyone in the DITA group)suggest for
troubleshooting this step?
2. Does anyone have any (good) experience using the SDK1.5 version?
3. I know I'm missing something but I don't know where to look next.
Thanks in advance for any and all help.
David Oliver

--- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@...> wrote:
>
> Stephen,
>
> If I add the dita.temp.dir property to the ant script and process a
> transform through ant, my temp files end up in c:\temp where I expect
> them.
> If I change the conductor_template.xml dita.temp.dir property to
> C:${file.separator}temp and run a transform through ant, my temp files
> end up in the c:\temp directory where I expect them.
> I am still not able to run a transform through the java command line
> with dita-ot1.2. I can't get past the "Unable to instantiate specified
> logger class org.dita.dost.log.DITAOTBuildlogger" even though all of my
> install directories and environment variables match the 1.2 install
> docs.
> ------------------------------------------
> Jerry Kimmel - jkimmel at vasont dot com
> -----Original Message-----
> From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
On Behalf Of Jerry Kimmel
> Sent: Friday, March 17, 2006 9:42 AM
> To: dita-users@yahoogroups.com
> Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> Stephen,
> No, the same issue also exists in release 1.2.
> Here is my test for DITA-OT1.2:
>
> Change the dita.temp.dir property in conductor_template.xml from the
> default "${basedir}${file.separator}temp" to C:${file.separator}temp.
>
> Delete the DITA-OT1.2\temp directory
>
> Run an xhtml transform from the commandline.
>
> As the transform is running, watch the DITA-OT1.2 directory - you will
> see a temp directory be created.
>
> Watch the c:\temp directory - you will see all of the other temp files
> populate this temp directory.
>
> After the transform is finished, open the DITA-OT1.2\temp directory -
> the property.temp file will have been created here, rather than in the
> c:\temp directory.
>
> There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is rewritten each
> time a transform is run in DITA-OT1.2.
>
> FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not install Sun
> JDK 1.5. (I get the "Unable to instantiate specified logger class
> org.dita.dost.log.DITAOTBuildlogger" error.)
>
> Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> spelled out more clearly in the release notes.
>
>
>
> Even though my transform failed, the DITA-OT1.2\temp directory is
> created and populated with the new property.temp file in DITA-OT1.2.
>
>
>
> ------------------------------------------
> Jerry Kimmel - jkimmel at vasont dot com
>
>
>
> -----Original Message-----
> From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On
> Behalf Of imagiczhang
> Sent: Thursday, March 16, 2006 8:40 PM
> To: dita-users@yahoogroups.com
> Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
>
>
>
> Jerry,
> If possible, can you have a try on the latest release of DITA-OT. I
> tested on release 1.2 and believe that this bug is fixed on release
> 1.2 . Thanks.
>
> Best Regards,
> Stephen Zhang
>
> --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> >
> > We ran into an issue when we changed the default dita.temp.dir
> property
> > (in conductor.xml) from the default "${basedir}${file.separator}temp"
> to
> > a directory on a mapped drive, and deleted the temp directory from the
> > DITA-OT1.1.2.1 directory tree.
> >
> > FYI - the mapped drive is different for each user.
> >
> > Everything was fine except that the "property.temp" file was still
> being
> > written to the 'default' DITA-OT/temp directory (and the temp
> directory
> > was being created), rather than to the directory on the mapped drive.
> >
> > This created a problem from a permissions point of view in that a user
> > who couldn't write to the 'default' DITA-OT/temp directory couldn't
> run
> > any transforms - even though he had permission to the new temp
> directory
> > on the mapped drive, he had no write permissions to the 'default'
> > directory where DITA-OT was installed. He now has to have permission
> to
> > write here.
> >
> > As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> > directory after every transform - but this still presents a problem
> > because different users could potentially overwrite (or delete) each
> > other's property.temp file because that file always get written to the
> > same place.
> >
> > ------------------------------------------
> > Jerry Kimmel - jkimmel at vasont dot com
> >
>
>
>
>
>
>
>
>
> SPONSORED LINKS
>
>
> Xml
> <http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> ScMPkEPHYrV6GFw>
>
> How
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> &w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg> to format a computer
> hard drive
>
> Dita
> <http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> tI8r8oge18N2nzVQ>
>
>
> How
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA> to format a computer
>
>
>
>
>
>
>
> _____
>
> YAHOO! GROUPS LINKS
>
>
>
> * Visit your group "dita-users
> <http://groups.yahoo.com/group/dita-users> " on the web.
>
>
> * To unsubscribe from this group, send an email to:
> dita-users-unsubscribe@yahoogroups.com
> <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> <http://docs.yahoo.com/info/terms/> Terms of Service.
>
>
>
> _____
>








#2301 From: "imagiczhang" <zhangyp@...>
Date: Fri Apr 14, 2006 2:00 am
Subject: Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl
imagiczhang
Offline Offline
Send Email Send Email
 
David,
In order to fix the problem you have, you need to set that jar file
lib\dost.jar in DITA-OT directory into your CLASSPATH.
In windows, please use set CLASSPATH=<DIT-OT DIR>\lib\dost.jar
In linux, please use export CLASSPATH=<DIT-OT DIR>/lib/dost.jar

Best Regards,
Stephen

--- In dita-users@yahoogroups.com, "David" <davidlasvegasati@...> wrote:
>
> Jerry,
> I'm new to this group, having attended the User Group conference in
> Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
> the tools. I too am stuck at the "Unable to instantiate specified
> logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
> the command prompt with the following. "java -jar lib/dost.jar
> /i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
> I haven't changed any of the provided XML files and am just working on
> trying to understand the calls. Your message thread below implies that
> I should be using the Java SDK 1.5. I've installed and am using
> version j2sdk1.4.2_08 (installed at the C: root). So.....
> 1. What do you (or anyone in the DITA group)suggest for
> troubleshooting this step?
> 2. Does anyone have any (good) experience using the SDK1.5 version?
> 3. I know I'm missing something but I don't know where to look next.
> Thanks in advance for any and all help.
> David Oliver
>
> --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> >
> > Stephen,
> >
> > If I add the dita.temp.dir property to the ant script and process a
> > transform through ant, my temp files end up in c:\temp where I expect
> > them.
> > If I change the conductor_template.xml dita.temp.dir property to
> > C:${file.separator}temp and run a transform through ant, my temp files
> > end up in the c:\temp directory where I expect them.
> > I am still not able to run a transform through the java command line
> > with dita-ot1.2. I can't get past the "Unable to instantiate specified
> > logger class org.dita.dost.log.DITAOTBuildlogger" even though all
of my
> > install directories and environment variables match the 1.2 install
> > docs.
> > ------------------------------------------
> > Jerry Kimmel - jkimmel at vasont dot com
> > -----Original Message-----
> > From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
> On Behalf Of Jerry Kimmel
> > Sent: Friday, March 17, 2006 9:42 AM
> > To: dita-users@yahoogroups.com
> > Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > Stephen,
> > No, the same issue also exists in release 1.2.
> > Here is my test for DITA-OT1.2:
> >
> > Change the dita.temp.dir property in conductor_template.xml from the
> > default "${basedir}${file.separator}temp" to C:${file.separator}temp.
> >
> > Delete the DITA-OT1.2\temp directory
> >
> > Run an xhtml transform from the commandline.
> >
> > As the transform is running, watch the DITA-OT1.2 directory - you will
> > see a temp directory be created.
> >
> > Watch the c:\temp directory - you will see all of the other temp
files
> > populate this temp directory.
> >
> > After the transform is finished, open the DITA-OT1.2\temp directory -
> > the property.temp file will have been created here, rather than in the
> > c:\temp directory.
> >
> > There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> > DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> > DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is
rewritten each
> > time a transform is run in DITA-OT1.2.
> >
> > FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> > added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not install Sun
> > JDK 1.5. (I get the "Unable to instantiate specified logger class
> > org.dita.dost.log.DITAOTBuildlogger" error.)
> >
> > Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> > spelled out more clearly in the release notes.
> >
> >
> >
> > Even though my transform failed, the DITA-OT1.2\temp directory is
> > created and populated with the new property.temp file in DITA-OT1.2.
> >
> >
> >
> > ------------------------------------------
> > Jerry Kimmel - jkimmel at vasont dot com
> >
> >
> >
> > -----Original Message-----
> > From: dita-users@yahoogroups.com
[mailto:dita-users@yahoogroups.com] On
> > Behalf Of imagiczhang
> > Sent: Thursday, March 16, 2006 8:40 PM
> > To: dita-users@yahoogroups.com
> > Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> >
> >
> >
> > Jerry,
> > If possible, can you have a try on the latest release of DITA-OT. I
> > tested on release 1.2 and believe that this bug is fixed on release
> > 1.2 . Thanks.
> >
> > Best Regards,
> > Stephen Zhang
> >
> > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > >
> > > We ran into an issue when we changed the default dita.temp.dir
> > property
> > > (in conductor.xml) from the default
"${basedir}${file.separator}temp"
> > to
> > > a directory on a mapped drive, and deleted the temp directory
from the
> > > DITA-OT1.1.2.1 directory tree.
> > >
> > > FYI - the mapped drive is different for each user.
> > >
> > > Everything was fine except that the "property.temp" file was still
> > being
> > > written to the 'default' DITA-OT/temp directory (and the temp
> > directory
> > > was being created), rather than to the directory on the mapped
drive.
> > >
> > > This created a problem from a permissions point of view in that
a user
> > > who couldn't write to the 'default' DITA-OT/temp directory couldn't
> > run
> > > any transforms - even though he had permission to the new temp
> > directory
> > > on the mapped drive, he had no write permissions to the 'default'
> > > directory where DITA-OT was installed. He now has to have permission
> > to
> > > write here.
> > >
> > > As a temporary fix, I make sure to delete the 'default' DITA-OT/temp
> > > directory after every transform - but this still presents a problem
> > > because different users could potentially overwrite (or delete) each
> > > other's property.temp file because that file always get written
to the
> > > same place.
> > >
> > > ------------------------------------------
> > > Jerry Kimmel - jkimmel at vasont dot com
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> > SPONSORED LINKS
> >
> >
> > Xml
> >
<http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> >
ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> > ScMPkEPHYrV6GFw>
> >
> > How
> >
<http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> >
&w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> > a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg> to format a computer
> > hard drive
> >
> > Dita
> >
<http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> >
uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> > tI8r8oge18N2nzVQ>
> >
> >
> > How
> >
<http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> >
How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> > c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA> to format a computer
> >
> >
> >
> >
> >
> >
> >
> > _____
> >
> > YAHOO! GROUPS LINKS
> >
> >
> >
> > * Visit your group "dita-users
> > <http://groups.yahoo.com/group/dita-users> " on the web.
> >
> >
> > * To unsubscribe from this group, send an email to:
> > dita-users-unsubscribe@yahoogroups.com
> > <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo!
> > <http://docs.yahoo.com/info/terms/> Terms of Service.
> >
> >
> >
> > _____
> >
>







#2302 From: "imagiczhang" <zhangyp@...>
Date: Fri Apr 14, 2006 2:08 am
Subject: Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl
imagiczhang
Offline Offline
Send Email Send Email
 
BTW, David
The change of include dost.jar into classpath is listed in the
download page section "Error handling and logging system".
http://dita-ot.sourceforge.net/SourceForgeFiles/doc/download.html
You can refer to that before your download next time.

Best Regards,
Stephen

--- In dita-users@yahoogroups.com, "imagiczhang" <zhangyp@...> wrote:
>
> David,
> In order to fix the problem you have, you need to set that jar file
> lib\dost.jar in DITA-OT directory into your CLASSPATH.
> In windows, please use set CLASSPATH=<DIT-OT DIR>\lib\dost.jar
> In linux, please use export CLASSPATH=<DIT-OT DIR>/lib/dost.jar
>
> Best Regards,
> Stephen
>
> --- In dita-users@yahoogroups.com, "David" <davidlasvegasati@> wrote:
> >
> > Jerry,
> > I'm new to this group, having attended the User Group conference in
> > Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
> > the tools. I too am stuck at the "Unable to instantiate specified
> > logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
> > the command prompt with the following. "java -jar lib/dost.jar
> > /i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
> > I haven't changed any of the provided XML files and am just working on
> > trying to understand the calls. Your message thread below implies that
> > I should be using the Java SDK 1.5. I've installed and am using
> > version j2sdk1.4.2_08 (installed at the C: root). So.....
> > 1. What do you (or anyone in the DITA group)suggest for
> > troubleshooting this step?
> > 2. Does anyone have any (good) experience using the SDK1.5 version?
> > 3. I know I'm missing something but I don't know where to look next.
> > Thanks in advance for any and all help.
> > David Oliver
> >
> > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > >
> > > Stephen,
> > >
> > > If I add the dita.temp.dir property to the ant script and process a
> > > transform through ant, my temp files end up in c:\temp where I
expect
> > > them.
> > > If I change the conductor_template.xml dita.temp.dir property to
> > > C:${file.separator}temp and run a transform through ant, my temp
files
> > > end up in the c:\temp directory where I expect them.
> > > I am still not able to run a transform through the java command line
> > > with dita-ot1.2. I can't get past the "Unable to instantiate
specified
> > > logger class org.dita.dost.log.DITAOTBuildlogger" even though all
> of my
> > > install directories and environment variables match the 1.2 install
> > > docs.
> > > ------------------------------------------
> > > Jerry Kimmel - jkimmel at vasont dot com
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
> > On Behalf Of Jerry Kimmel
> > > Sent: Friday, March 17, 2006 9:42 AM
> > > To: dita-users@yahoogroups.com
> > > Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > > Stephen,
> > > No, the same issue also exists in release 1.2.
> > > Here is my test for DITA-OT1.2:
> > >
> > > Change the dita.temp.dir property in conductor_template.xml from the
> > > default "${basedir}${file.separator}temp" to
C:${file.separator}temp.
> > >
> > > Delete the DITA-OT1.2\temp directory
> > >
> > > Run an xhtml transform from the commandline.
> > >
> > > As the transform is running, watch the DITA-OT1.2 directory -
you will
> > > see a temp directory be created.
> > >
> > > Watch the c:\temp directory - you will see all of the other temp
> files
> > > populate this temp directory.
> > >
> > > After the transform is finished, open the DITA-OT1.2\temp
directory -
> > > the property.temp file will have been created here, rather than
in the
> > > c:\temp directory.
> > >
> > > There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> > > DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> > > DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is
> rewritten each
> > > time a transform is run in DITA-OT1.2.
> > >
> > > FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> > > added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not
install Sun
> > > JDK 1.5. (I get the "Unable to instantiate specified logger class
> > > org.dita.dost.log.DITAOTBuildlogger" error.)
> > >
> > > Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> > > spelled out more clearly in the release notes.
> > >
> > >
> > >
> > > Even though my transform failed, the DITA-OT1.2\temp directory is
> > > created and populated with the new property.temp file in DITA-OT1.2.
> > >
> > >
> > >
> > > ------------------------------------------
> > > Jerry Kimmel - jkimmel at vasont dot com
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com
> [mailto:dita-users@yahoogroups.com] On
> > > Behalf Of imagiczhang
> > > Sent: Thursday, March 16, 2006 8:40 PM
> > > To: dita-users@yahoogroups.com
> > > Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > >
> > >
> > >
> > > Jerry,
> > > If possible, can you have a try on the latest release of DITA-OT. I
> > > tested on release 1.2 and believe that this bug is fixed on release
> > > 1.2 . Thanks.
> > >
> > > Best Regards,
> > > Stephen Zhang
> > >
> > > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > > >
> > > > We ran into an issue when we changed the default dita.temp.dir
> > > property
> > > > (in conductor.xml) from the default
> "${basedir}${file.separator}temp"
> > > to
> > > > a directory on a mapped drive, and deleted the temp directory
> from the
> > > > DITA-OT1.1.2.1 directory tree.
> > > >
> > > > FYI - the mapped drive is different for each user.
> > > >
> > > > Everything was fine except that the "property.temp" file was still
> > > being
> > > > written to the 'default' DITA-OT/temp directory (and the temp
> > > directory
> > > > was being created), rather than to the directory on the mapped
> drive.
> > > >
> > > > This created a problem from a permissions point of view in that
> a user
> > > > who couldn't write to the 'default' DITA-OT/temp directory
couldn't
> > > run
> > > > any transforms - even though he had permission to the new temp
> > > directory
> > > > on the mapped drive, he had no write permissions to the 'default'
> > > > directory where DITA-OT was installed. He now has to have
permission
> > > to
> > > > write here.
> > > >
> > > > As a temporary fix, I make sure to delete the 'default'
DITA-OT/temp
> > > > directory after every transform - but this still presents a
problem
> > > > because different users could potentially overwrite (or
delete) each
> > > > other's property.temp file because that file always get written
> to the
> > > > same place.
> > > >
> > > > ------------------------------------------
> > > > Jerry Kimmel - jkimmel at vasont dot com
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > SPONSORED LINKS
> > >
> > >
> > > Xml
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> > >
> ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> > > ScMPkEPHYrV6GFw>
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> > >
> &w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> > > a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg> to format a
computer
> > > hard drive
> > >
> > > Dita
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> > >
> uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> > > tI8r8oge18N2nzVQ>
> > >
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> > >
> How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> > > c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA> to format a computer
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > _____
> > >
> > > YAHOO! GROUPS LINKS
> > >
> > >
> > >
> > > * Visit your group "dita-users
> > > <http://groups.yahoo.com/group/dita-users> " on the web.
> > >
> > >
> > > * To unsubscribe from this group, send an email to:
> > > dita-users-unsubscribe@yahoogroups.com
> > > <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> > >
> > >
> > > * Your use of Yahoo! Groups is subject to the Yahoo!
> > > <http://docs.yahoo.com/info/terms/> Terms of Service.
> > >
> > >
> > >
> > > _____
> > >
> >
>







#2374 From: "Jerry Kimmel" <jkimmel@...>
Date: Fri Apr 21, 2006 8:54 pm
Subject: RE: Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl
jerrykimmel
Offline Offline
Send Email Send Email
 

David,

No, I have not had any luck running any version of the DITA-OT with Java 1.5.

The Java 1.5 comment is in response to the release notes (relnotes.txt) for DITA-OT1.2 where the following is found:

 

3. SF RFE 1331727 Toolkit need to run on JDK 1.5.x(only support to run under Sun JDK 1.5 with saxon in normal case)

 

To me, this seems to say that this version of the toolkit (DITA-OT1.2) will only run in Java 1.5, and not in 1.4.2_x.

In my experience, this is not the case. My problem is that I cannot run any toolkit transformations from the Java commandline for DITA-OT1.2

An Ant script transform runs just fine under Java 1.4.2_xx with DITA-OT1.2

 

Have you had any luck?

 

Stephen,

I am still unable to run a transform from the Java command line in DITA-OT1.2

My classpath currently reads: CLASSPATH=C:\DITA-OT1.2\lib\dost.jar

which seems to match your instruction just fine: CLASSPATH=<DIT-OT DIR>\lib\dost.jar


Even though I seem to have my environment set up correctly, and transforms run correctly in Ant, I still get the:

"Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildlogger" when running from the Java commandline.

 

-------------------------------------------

 Jerry Kimmel – jkimmel at vasont dot com

 


From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of imagiczhang
Sent: Thursday, April 13, 2006 10:08 PM
To: dita-users@yahoogroups.com
Subject: [dita-users] Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl

 

BTW, David
The change of include dost.jar into classpath is listed in the
download page section "Error handling and logging system".
http://dita-ot.sourceforge.net/SourceForgeFiles/doc/download.html
You can refer to that before your download next time.

Best Regards,
Stephen

--- In dita-users@yahoogroups.com, "imagiczhang" <zhangyp@...> wrote:
>
> David,
> In order to fix the problem you have, you need to set that jar file
> lib\dost.jar in DITA-OT directory into your CLASSPATH.
> In windows, please use set CLASSPATH=<DIT-OT DIR>\lib\dost.jar
> In linux, please use export CLASSPATH=<DIT-OT DIR>/lib/dost.jar
>
> Best Regards,
> Stephen
>
> --- In dita-users@yahoogroups.com, "David" <davidlasvegasati@> wrote:
> >
> > Jerry,
> > I'm new to this group, having attended the User Group conference in
> > Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
> > the tools. I too am stuck at the "Unable to instantiate specified
> > logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
> > the command prompt with the following. "java -jar lib/dost.jar
> > /i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
> > I haven't changed any of the provided XML files and am just working on
> > trying to understand the calls. Your message thread below implies that
> > I should be using the Java SDK 1.5. I've installed and am using
> > version j2sdk1.4.2_08 (installed at the C: root). So.....
> > 1. What do you (or anyone in the DITA group)suggest for
> > troubleshooting this step?
> > 2. Does anyone have any (good) experience using the SDK1.5 version?
> > 3. I know I'm missing something but I don't know where to look next.
> > Thanks in advance for any and all help.
> > David Oliver
> >
> > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > >
> > > Stephen,
> > >
> > > If I add the dita.temp.dir property to the ant script and process a
> > > transform through ant, my temp files end up in c:\temp where I
expect
> > > them.
> > > If I change the conductor_template.xml dita.temp.dir property to
> > > C:${file.separator}temp and run a transform through ant, my temp
files
> > > end up in the c:\temp directory where I expect them.
> > > I am still not able to run a transform through the java command line
> > > with dita-ot1.2. I can't get past the "Unable to instantiate
specified
> > > logger class org.dita.dost.log.DITAOTBuildlogger" even though all
> of my
> > > install directories and environment variables match the 1.2 install
> > > docs.
> > > ------------------------------------------
> > >  Jerry Kimmel - jkimmel at vasont dot com
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
> > On Behalf Of Jerry Kimmel
> > > Sent: Friday, March 17, 2006 9:42 AM
> > > To: dita-users@yahoogroups.com
> > > Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > > Stephen,
> > > No, the same issue also exists in release 1.2.
> > > Here is my test for DITA-OT1.2:
> > >
> > > Change the dita.temp.dir property in conductor_template.xml from the
> > > default "${basedir}${file.separator}temp" to
C:${file.separator}temp.
> > >
> > > Delete the DITA-OT1.2\temp directory
> > >
> > > Run an xhtml transform from the commandline.
> > >
> > > As the transform is running, watch the DITA-OT1.2 directory -
you will
> > > see a temp directory be created.
> > >
> > > Watch the c:\temp directory  - you will see all of the other temp
> files
> > > populate this temp directory.
> > >
> > > After the transform is finished, open the DITA-OT1.2\temp
directory -
> > > the property.temp file will have been created here, rather than
in the
> > > c:\temp directory.
> > >
> > > There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> > > DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> > > DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is
> rewritten each
> > > time a transform is run in DITA-OT1.2.
> > >
> > > FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> > > added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not
install Sun
> > > JDK 1.5. (I get the "Unable to instantiate specified logger class
> > > org.dita.dost.log.DITAOTBuildlogger" error.)
> > >
> > > Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> > > spelled out more clearly in the release notes.
> > >
> > > 
> > >
> > > Even though my transform failed, the DITA-OT1.2\temp directory is
> > > created and populated with the new property.temp file in DITA-OT1.2.
> > >
> > > 
> > >
> > > ------------------------------------------
> > >  Jerry Kimmel - jkimmel at vasont dot com
> > >
> > > 
> > >
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com
> [mailto:dita-users@yahoogroups.com] On
> > > Behalf Of imagiczhang
> > > Sent: Thursday, March 16, 2006 8:40 PM
> > > To: dita-users@yahoogroups.com
> > > Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > >
> > > 
> > >
> > > Jerry,
> > > If possible, can you have a try on the latest release of DITA-OT. I
> > > tested on release 1.2 and believe that this bug is fixed on release
> > > 1.2  . Thanks.
> > >
> > > Best Regards,
> > > Stephen Zhang
> > >
> > > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > > >
> > > > We ran into an issue when we changed the default dita.temp.dir
> > > property
> > > > (in conductor.xml) from the default
> "${basedir}${file.separator}temp"
> > > to
> > > > a directory on a mapped drive, and deleted the temp directory
> from the
> > > > DITA-OT1.1.2.1 directory tree.
> > > >
> > > > FYI - the mapped drive is different for each user.
> > > >
> > > > Everything was fine except that the "property.temp" file was still
> > > being
> > > > written to the 'default' DITA-OT/temp directory (and the temp
> > > directory
> > > > was being created), rather than to the directory on the mapped
> drive.
> > > >
> > > > This created a problem from a permissions point of view in that
> a user
> > > > who couldn't write to the 'default' DITA-OT/temp directory
couldn't
> > > run
> > > > any transforms - even though he had permission to the new temp
> > > directory
> > > > on the mapped drive, he had no write permissions to the 'default'
> > > > directory where DITA-OT was installed. He now has to have
permission
> > > to
> > > > write here.
> > > >
> > > > As a temporary fix, I make sure to delete the 'default'
DITA-OT/temp
> > > > directory after every transform - but this still presents a
problem
> > > > because different users could potentially overwrite (or
delete) each
> > > > other's property.temp file because that file always get written
> to the
> > > > same place.
> > > >
> > > > ------------------------------------------
> > > >  Jerry Kimmel - jkimmel at vasont dot com
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 
> > >
> > > SPONSORED LINKS
> > >
> > >
> > > Xml
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> > >
> ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> > > ScMPkEPHYrV6GFw> 
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> > >
> &w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> > > a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg>  to format a
computer
> > > hard drive
> > >
> > > Dita
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> > >
> uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> > > tI8r8oge18N2nzVQ> 
> > >
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> > >
> How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> > > c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA>  to format a computer
> > >
> > > 
> > >
> > > 
> > >
> > > 
> > >
> > >   _____ 
> > >
> > > YAHOO! GROUPS LINKS
> > >
> > > 
> > >
> > > *          Visit your group "dita-users
> > > <http://groups.yahoo.com/group/dita-users> " on the web.
> > >  
> > >
> > > *          To unsubscribe from this group, send an email to:
> > >  dita-users-unsubscribe@yahoogroups.com
> > > <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> > >  
> > >
> > > *          Your use of Yahoo! Groups is subject to the Yahoo!
> > > <http://docs.yahoo.com/info/terms/>  Terms of Service.
> > >
> > > 
> > >
> > >   _____
> > >
> >
>






#2375 From: Don Day <dond@...>
Date: Fri Apr 21, 2006 9:51 pm
Subject: RE: Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl
nodyad
Offline Offline
Send Email Send Email
 
The "need to" in the description meant "ought to" as a new requirement, not
"must" as a limitation:
3. SF RFE 1331727 Toolkit need to run on JDK 1.5.x(only support to run
under Sun JDK 1.5 with saxon in normal case)
http://sourceforge.net/tracker/index.php?func=detail&aid=1331727&group_id=132728\
&atid=725077


The toolkit continues to run fine on the long-tested Java 1.4.2 base. In
the full discussion for this bug (see the link), I see that the developers
discovered that Sun JDK 1.5 will not work with the default Xalan processor,
but will work with saxon 6.5.4 using either IBM SDK or Sun JDK 1.5. I'll
ask the tools team to update the Tested Platforms and Tools document
(http://dita-ot.sourceforge.net/doc/DITA-tested.html) with this latest
information.

Regards,
--
Don Day
Chair, OASIS DITA Technical Committee
IBM Lead DITA Architect
Email: dond@...
11501 Burnet Rd. MS9033E015, Austin TX 78758
Phone: +1 512-838-8550
T/L: 678-8550

"Where is the wisdom we have lost in knowledge?
Where is the knowledge we have lost in information?"
--T.S. Eliot



"Jerry Kimmel"
<jkimmel@...
om> To
Sent by: <dita-users@yahoogroups.com>
dita-users@yahoog cc
roups.com
Subject
RE: [dita-users] Re: Unable to
04/21/2006 03:54 instantiate specified logger class
PM org.dita.dost.log.DITAOTBuildl


Please respond to
dita-users@yahoog
roups.com






David,
No, I have not had any luck running any version of the DITA-OT with Java
1.5.
The Java 1.5 comment is in response to the release notes (relnotes.txt) for
DITA-OT1.2 where the following is found:

3. SF RFE 1331727 Toolkit need to run on JDK 1.5.x(only support to run
under Sun JDK 1.5 with saxon in normal case)

To me, this seems to say that this version of the toolkit (DITA-OT1.2) will
only run in Java 1.5, and not in 1.4.2_x.
In my experience, this is not the case. My problem is that I cannot run any
toolkit transformations from the Java commandline for DITA-OT1.2
An Ant script transform runs just fine under Java 1.4.2_xx with DITA-OT1.2

Have you had any luck?

Stephen,
I am still unable to run a transform from the Java command line in
DITA-OT1.2
My classpath currently reads: CLASSPATH=C:\DITA-OT1.2\lib\dost.jar
which seems to match your instruction just fine: CLASSPATH=<DIT-OT
DIR>\lib\dost.jar

Even though I seem to have my environment set up correctly, and transforms
run correctly in Ant, I still get the:
"Unable to instantiate specified logger class
org.dita.dost.log.DITAOTBuildlogger" when running from the Java
commandline.

-------------------------------------------
Jerry Kimmel – jkimmel at vasont dot com


From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On
Behalf Of imagiczhang
Sent: Thursday, April 13, 2006 10:08 PM
To: dita-users@yahoogroups.com
Subject: [dita-users] Re: Unable to instantiate specified logger class
org.dita.dost.log.DITAOTBuildl

BTW, David
The change of include dost.jar into classpath is listed in the
download page section "Error handling and logging system".
http://dita-ot.sourceforge.net/SourceForgeFiles/doc/download.html
You can refer to that before your download next time.

Best Regards,
Stephen

--- In dita-users@yahoogroups.com, "imagiczhang" <zhangyp@...> wrote:
>
> David,
> In order to fix the problem you have, you need to set that jar file
> lib\dost.jar in DITA-OT directory into your CLASSPATH.
> In windows, please use set CLASSPATH=<DIT-OT DIR>\lib\dost.jar
> In linux, please use export CLASSPATH=<DIT-OT DIR>/lib/dost.jar
>
> Best Regards,
> Stephen
>
> --- In dita-users@yahoogroups.com, "David" <davidlasvegasati@> wrote:
> >
> > Jerry,
> > I'm new to this group, having attended the User Group conference in
> > Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
> > the tools. I too am stuck at the "Unable to instantiate specified
> > logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
> > the command prompt with the following. "java -jar lib/dost.jar
> > /i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
> > I haven't changed any of the provided XML files and am just working on
> > trying to understand the calls. Your message thread below implies that
> > I should be using the Java SDK 1.5. I've installed and am using
> > version j2sdk1.4.2_08 (installed at the C: root). So.....
> > 1. What do you (or anyone in the DITA group)suggest for
> > troubleshooting this step?
> > 2. Does anyone have any (good) experience using the SDK1.5 version?
> > 3. I know I'm missing something but I don't know where to look next.
> > Thanks in advance for any and all help.
> > David Oliver
> >
> > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > >
> > > Stephen,
> > >
> > > If I add the dita.temp.dir property to the ant script and process a
> > > transform through ant, my temp files end up in c:\temp where I
expect
> > > them.
> > > If I change the conductor_template.xml dita.temp.dir property to
> > > C:${file.separator}temp and run a transform through ant, my temp
files
> > > end up in the c:\temp directory where I expect them.
> > > I am still not able to run a transform through the java command line
> > > with dita-ot1.2. I can't get past the "Unable to instantiate
specified
> > > logger class org.dita.dost.log.DITAOTBuildlogger" even though all
> of my
> > > install directories and environment variables match the 1.2 install
> > > docs.
> > > ------------------------------------------
> > > Jerry Kimmel - jkimmel at vasont dot com
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
> > On Behalf Of Jerry Kimmel
> > > Sent: Friday, March 17, 2006 9:42 AM
> > > To: dita-users@yahoogroups.com
> > > Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > > Stephen,
> > > No, the same issue also exists in release 1.2.
> > > Here is my test for DITA-OT1.2:
> > >
> > > Change the dita.temp.dir property in conductor_template.xml from the
> > > default "${basedir}${file.separator}temp" to
C:${file.separator}temp.
> > >
> > > Delete the DITA-OT1.2\temp directory
> > >
> > > Run an xhtml transform from the commandline.
> > >
> > > As the transform is running, watch the DITA-OT1.2 directory -
you will
> > > see a temp directory be created.
> > >
> > > Watch the c:\temp directory - you will see all of the other temp
> files
> > > populate this temp directory.
> > >
> > > After the transform is finished, open the DITA-OT1.2\temp
directory -
> > > the property.temp file will have been created here, rather than
in the
> > > c:\temp directory.
> > >
> > > There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> > > DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> > > DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is
> rewritten each
> > > time a transform is run in DITA-OT1.2.
> > >
> > > FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> > > added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not
install Sun
> > > JDK 1.5. (I get the "Unable to instantiate specified logger class
> > > org.dita.dost.log.DITAOTBuildlogger" error.)
> > >
> > > Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> > > spelled out more clearly in the release notes.
> > >
> > >
> > >
> > > Even though my transform failed, the DITA-OT1.2\temp directory is
> > > created and populated with the new property.temp file in DITA-OT1.2.
> > >
> > >
> > >
> > > ------------------------------------------
> > > Jerry Kimmel - jkimmel at vasont dot com
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com
> [mailto:dita-users@yahoogroups.com] On
> > > Behalf Of imagiczhang
> > > Sent: Thursday, March 16, 2006 8:40 PM
> > > To: dita-users@yahoogroups.com
> > > Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > >
> > >
> > >
> > > Jerry,
> > > If possible, can you have a try on the latest release of DITA-OT. I
> > > tested on release 1.2 and believe that this bug is fixed on release
> > > 1.2 . Thanks.
> > >
> > > Best Regards,
> > > Stephen Zhang
> > >
> > > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > > >
> > > > We ran into an issue when we changed the default dita.temp.dir
> > > property
> > > > (in conductor.xml) from the default
> "${basedir}${file.separator}temp"
> > > to
> > > > a directory on a mapped drive, and deleted the temp directory
> from the
> > > > DITA-OT1.1.2.1 directory tree.
> > > >
> > > > FYI - the mapped drive is different for each user.
> > > >
> > > > Everything was fine except that the "property.temp" file was still
> > > being
> > > > written to the 'default' DITA-OT/temp directory (and the temp
> > > directory
> > > > was being created), rather than to the directory on the mapped
> drive.
> > > >
> > > > This created a problem from a permissions point of view in that
> a user
> > > > who couldn't write to the 'default' DITA-OT/temp directory
couldn't
> > > run
> > > > any transforms - even though he had permission to the new temp
> > > directory
> > > > on the mapped drive, he had no write permissions to the 'default'
> > > > directory where DITA-OT was installed. He now has to have
permission
> > > to
> > > > write here.
> > > >
> > > > As a temporary fix, I make sure to delete the 'default'
DITA-OT/temp
> > > > directory after every transform - but this still presents a
problem
> > > > because different users could potentially overwrite (or
delete) each
> > > > other's property.temp file because that file always get written
> to the
> > > > same place.
> > > >
> > > > ------------------------------------------
> > > > Jerry Kimmel - jkimmel at vasont dot com
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > SPONSORED LINKS
> > >
> > >
> > > Xml
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Xml&w1=Xml&w2=How+to+format+a+compu
> > >
> ter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=rKxkBU5
> > > ScMPkEPHYrV6GFw>
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive
> > >
> &w1=Xml&w2=How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+
> > > a+computer&c=4&s=90&.sig=ouvDNimQP6RB9NVToWPLCg> to format a
computer
> > > hard drive
> > >
> > > Dita
> > >
> <http://groups.yahoo.com/gads?t=ms&k=Dita&w1=Xml&w2=How+to+format+a+comp
> > >
> uter+hard+drive&w3=Dita&w4=How+to+format+a+computer&c=4&s=90&.sig=92Qlvf
> > > tI8r8oge18N2nzVQ>
> > >
> > >
> > > How
> > >
> <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer&w1=Xml&w2=
> > >
> How+to+format+a+computer+hard+drive&w3=Dita&w4=How+to+format+a+computer&
> > > c=4&s=90&.sig=isWfK4ikU4LVc8_98iRRWA> to format a computer
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > _____
> > >
> > > YAHOO! GROUPS LINKS
> > >
> > >
> > >
> > > * Visit your group "dita-users
> > > <http://groups.yahoo.com/group/dita-users> " on the web.
> > >
> > >
> > > * To unsubscribe from this group, send an email to:
> > > dita-users-unsubscribe@yahoogroups.com
> > > <mailto:dita-users-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> > >
> > >
> > > * Your use of Yahoo! Groups is subject to the Yahoo!
> > > <http://docs.yahoo.com/info/terms/> Terms of Service.
> > >
> > >
> > >
> > > _____
> > >
> >
>










SPONSORED LINKS




Xml How to format a computer hard Dita
drive

How to format a computer





YAHOO! GROUPS LINKS

Visit your group "dita-users" on the web.

To unsubscribe from this group, send an email to:
dita-users-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



#2377 From: "Jerry Kimmel" <jkimmel@...>
Date: Sat Apr 22, 2006 2:02 am
Subject: RE: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl
jerrykimmel
Offline Offline
Send Email Send Email
 

Don,

 

Thank you!

 

Cool. That’s what I thought. It’s the 3rd party tools that don’t play nice with Java 1.5 – and I should have spelled that out more clearly in my last post.

I’ve all but given up on using Java 1.5 (despite Unicode support for surrogate code points) for the time being until the entire suite of tools work correctly with Java 1.5.

 

Glad to see this disclaimer since I was still up in the air on the issue.

 

-------------------------------------------
Jerry Kimmel – jkimmel at vasont dot com

 


From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of Don Day
Sent: Friday, April 21, 2006 5:52 PM
To: dita-users@yahoogroups.com
Subject: [dita] RE: [dita-users] Re: Unable to instantiate specified logger class org.dita.dost.log.DITAOTBuildl

 

The "need to" in the description meant "ought to" as a new requirement, not
"must" as a limitation:
3. SF RFE 1331727 Toolkit need to run on JDK 1.5.x(only support to run
under Sun JDK 1.5 with saxon in normal case)
http://sourceforge.net/tracker/index.php?func=detail&aid=1331727&group_id=132728&atid=725077

The toolkit continues to run fine on the long-tested Java 1.4.2 base. In
the full discussion for this bug (see the link), I see that the developers
discovered that Sun JDK 1.5 will not work with the default Xalan processor,
but will work with saxon 6.5.4 using either IBM SDK or Sun JDK 1.5.  I'll
ask the tools team to update the Tested Platforms and Tools document
(http://dita-ot.sourceforge.net/doc/DITA-tested.html)  with this latest
information.

Regards,
--
Don Day
Chair, OASIS DITA Technical Committee
IBM Lead DITA Architect
Email: dond@...
11501 Burnet Rd. MS9033E015, Austin TX 78758
Phone: +1 512-838-8550
T/L: 678-8550

"Where is the wisdom we have lost in knowledge?
Where is the knowledge we have lost in information?"
   --T.S. Eliot


                                                                          
             "Jerry Kimmel"                                               
             <jkimmel@...                                            
             om>                                                        To
             Sent by:                  <dita-users@yahoogroups.com>       
             dita-users@yahoog                                          cc
             roups.com                                                    
                                                                   Subject
                                       RE: [dita-users] Re: Unable to     
             04/21/2006 03:54          instantiate specified  logger class
             PM                        org.dita.dost.log.DITAOTBuildl     
                                                                          
                                                                          
             Please respond to                                            
             dita-users@yahoog                                            
                 roups.com                                                
                                                                          
                                                                          




David,
No, I have not had any luck running any version of the DITA-OT with Java
1.5.
The Java 1.5 comment is in response to the release notes (relnotes.txt) for
DITA-OT1.2 where the following is found:

3. SF RFE 1331727 Toolkit need to run on JDK 1.5.x(only support to run
under Sun JDK 1.5 with saxon in normal case)

To me, this seems to say that this version of the toolkit (DITA-OT1.2) will
only run in Java 1.5, and not in 1.4.2_x.
In my experience, this is not the case. My problem is that I cannot run any
toolkit transformations from the Java commandline for DITA-OT1.2
An Ant script transform runs just fine under Java 1.4.2_xx with DITA-OT1.2

Have you had any luck?

Stephen,
I am still unable to run a transform from the Java command line in
DITA-OT1.2
My classpath currently reads: CLASSPATH=C:\DITA-OT1.2\lib\dost.jar
which seems to match your instruction just fine: CLASSPATH=<DIT-OT
DIR>\lib\dost.jar

Even though I seem to have my environment set up correctly, and transforms
run correctly in Ant, I still get the:
"Unable to instantiate specified logger class
org.dita.dost.log.DITAOTBuildlogger" when running from the Java
commandline.

-------------------------------------------
Jerry Kimmel – jkimmel at vasont dot com


From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On
Behalf Of imagiczhang
Sent: Thursday, April 13, 2006 10:08 PM
To: dita-users@yahoogroups.com
Subject: [dita-users] Re: Unable to instantiate specified logger class
org.dita.dost.log.DITAOTBuildl

BTW, David
The change of include dost.jar into classpath is listed in the
download page section "Error handling and logging system".
http://dita-ot.sourceforge.net/SourceForgeFiles/doc/download.html
You can refer to that before your download next time.

Best Regards,
Stephen

--- In dita-users@yahoogroups.com, "imagiczhang" <zhangyp@...> wrote:
>
> David,
> In order to fix the problem you have, you need to set that jar file
> lib\dost.jar in DITA-OT directory into your CLASSPATH.
> In windows, please use set CLASSPATH=<DIT-OT DIR>\lib\dost.jar
> In linux, please use export CLASSPATH=<DIT-OT DIR>/lib/dost.jar
>
> Best Regards,
> Stephen
>
> --- In dita-users@yahoogroups.com, "David" <davidlasvegasati@> wrote:
> >
> > Jerry,
> > I'm new to this group, having attended the User Group conference in
> > Raleigh this May 2006. I've downloaded the toolkit (1.2) and installed
> > the tools. I too am stuck at the "Unable to instantiate specified
> > logger class org.dita.dost.log.DITAOTBuildlogger". I've run it from
> > the command prompt with the following. "java -jar lib/dost.jar
> > /i:samples/sequence.ditamap /outdir:out /transtype:xhtml".
> > I haven't changed any of the provided XML files and am just working on
> > trying to understand the calls. Your message thread below implies that
> > I should be using the Java SDK 1.5. I've installed and am using
> > version j2sdk1.4.2_08 (installed at the C: root). So.....
> > 1. What do you (or anyone in the DITA group)suggest for
> > troubleshooting this step?
> > 2. Does anyone have any (good) experience using the SDK1.5 version?
> > 3. I know I'm missing something but I don't know where to look next.
> > Thanks in advance for any and all help.
> > David Oliver
> >
> > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > >
> > > Stephen,
> > >
> > > If I add the dita.temp.dir property to the ant script and process a
> > > transform through ant, my temp files end up in c:\temp where I
expect
> > > them.
> > > If I change the conductor_template.xml dita.temp.dir property to
> > > C:${file.separator}temp and run a transform through ant, my temp
files
> > > end up in the c:\temp directory where I expect them.
> > > I am still not able to run a transform through the java command line
> > > with dita-ot1.2. I can't get past the "Unable to instantiate
specified
> > > logger class org.dita.dost.log.DITAOTBuildlogger" even though all
> of my
> > > install directories and environment variables match the 1.2 install
> > > docs.
> > > ------------------------------------------
> > >  Jerry Kimmel - jkimmel at vasont dot com
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com]
> > On Behalf Of Jerry Kimmel
> > > Sent: Friday, March 17, 2006 9:42 AM
> > > To: dita-users@yahoogroups.com
> > > Subject: RE: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > > Stephen,
> > > No, the same issue also exists in release 1.2.
> > > Here is my test for DITA-OT1.2:
> > >
> > > Change the dita.temp.dir property in conductor_template.xml from the
> > > default "${basedir}${file.separator}temp" to
C:${file.separator}temp.
> > >
> > > Delete the DITA-OT1.2\temp directory
> > >
> > > Run an xhtml transform from the commandline.
> > >
> > > As the transform is running, watch the DITA-OT1.2 directory -
you will
> > > see a temp directory be created.
> > >
> > > Watch the c:\temp directory  - you will see all of the other temp
> files
> > > populate this temp directory.
> > >
> > > After the transform is finished, open the DITA-OT1.2\temp
directory -
> > > the property.temp file will have been created here, rather than
in the
> > > c:\temp directory.
> > >
> > > There is one difference between DITA-OT1.1.2.1 and DITA-OT1.2. For
> > > DITA-OT1.2 I must edit the conductor_template.xml, whereas in
> > > DITA-OT1.1.2.1 I edit conductor.xml. The conductor.xml is
> rewritten each
> > > time a transform is run in DITA-OT1.2.
> > >
> > > FYI - I was unable to actually complete a transform in DITA-OT1.2. I
> > > added the DITA-OT1.2 dost.jar to my CLASSPATH, but did not
install Sun
> > > JDK 1.5. (I get the "Unable to instantiate specified logger class
> > > org.dita.dost.log.DITAOTBuildlogger" error.)
> > >
> > > Will DITA-OT1.2 *only* run in Sun JDK 1.5.x? If so, this needs to be
> > > spelled out more clearly in the release notes.
> > >
> > >
> > >
> > > Even though my transform failed, the DITA-OT1.2\temp directory is
> > > created and populated with the new property.temp file in DITA-OT1.2.
> > >
> > >
> > >
> > > ------------------------------------------
> > >  Jerry Kimmel - jkimmel at vasont dot com
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: dita-users@yahoogroups.com
> [mailto:dita-users@yahoogroups.com] On
> > > Behalf Of imagiczhang
> > > Sent: Thursday, March 16, 2006 8:40 PM
> > > To: dita-users@yahoogroups.com
> > > Subject: [dita-users] Re: DITA-OT1.1.2.1 Temp directory problem
> > >
> > >
> > >
> > > Jerry,
> > > If possible, can you have a try on the latest release of DITA-OT. I
> > > tested on release 1.2 and believe that this bug is fixed on release
> > > 1.2  . Thanks.
> > >
> > > Best Regards,
> > > Stephen Zhang
> > >
> > > --- In dita-users@yahoogroups.com, "Jerry Kimmel" <jkimmel@> wrote:
> > > >
> > > > We ran into an issue when we changed the default dita.temp.dir
> > > property
> > > > (in conductor.xml) from the default
> "${basedir}${file.separator}temp"
> > > to
> > > > a directory on a mapped drive, and deleted the temp directory
> from the
> > > > DITA-OT1.1.2.1 directory tree.
> > > >
> > > > FYI - the mapped drive is different for each user.
> > > >
> > > > Everything was fine except that the "property.temp" file was still
> > > being
> > > > written to the 'default' DITA-OT/temp directory (and the temp
> > > directory
> > > > was being created), rather than to the directory on the mapped
> drive.
> > > >
> > > > This created a problem from a permissions point of view in that
> a user
> > > > who couldn't write to the 'default' DITA-OT/temp directory
couldn't
> > > run
> > > > any transforms - even though he had permission to the new temp
> > > directory
> > > > on the mapped drive, he had no write permissions to the 'default'
> > > > directory where DITA-OT was installed. He now has to have
permission
> > > to
> > > > write here.
> > > >
> > > > As a temporary fix, I make sure to delete the 'default'
DITA-OT/temp
> > > > directory after every transform - but this still presents a
problem
> > > > because different users could potentially overwrite (or
delete) each
> > > > other's property.temp file because that file always get written
> to the
> > > > same place.
> > > >
> > > > ------------------------------------------
> > > >  Jerry Kimmel - jkimmel at vasont dot com




 
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help