Bugs item #1016908, was opened at 2004-08-26 16:24
Message generated for change (Settings changed) made by migueljmol
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1016908&group_id=23629

Category: None
Group: HEAD
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nico (nicove)
Assigned to: Miguel (migueljmol)
Summary: Problem building under Eclipse

Initial Comment:
Hi,

I use Eclipse 3 to build JMol (right click on build.xml, then 
run / ant build). Everything goes ok except the docs :

jmolGuide:
     [echo] Generating user's guide
     [java] Source file 
C:\DevTools\eclipse\doc\source\JmolGuide.docbook.xml 
does not exist
     [java] Java Result: 2
jmolHistory:
     [echo] Generating history of changes
     [java] Source file 
C:\DevTools\eclipse\doc\source\JmolHistory.xml does 
not exist
     [java] Java Result: 2

Eclipse is in C:\DevTools\eclipse
JMol is in E:\Java\Jmol


Minor issue ;)

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

Comment By: Nico (nicove)
Date: 2004-08-27 08:13

Message:
Logged In: YES 
user_id=1096197

Changes work fine :)
Thanks

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

Comment By: Miguel (migueljmol)
Date: 2004-08-26 21:56

Message:
Logged In: YES 
user_id=1050060

Nico ... I just checked in changes to build.xml that
(hopefully) will fix this for you. 

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

Comment By: Miguel (migueljmol)
Date: 2004-08-26 21:22

Message:
Logged In: YES 
user_id=1050060

I think you are right ... this is the problem. 

The docbook xml did not used to be part of the build system.
One needed to install it separately. Over a year ago I
included it as part of CVS. But it looks like I did not fix
the build.xml properly. 

I will work on it for a while and try to fix it. 

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

Comment By: Nico (nicove)
Date: 2004-08-26 20:59

Message:
Logged In: YES 
user_id=1096197

Not exactly :
I have : C:\DevTools\eclipse\doc\source
I should have : E:\Java\Jmol\doc\source

The build of the docs doesn't use the path of build.xml as the 
root, but instead it uses the Eclipse directory.

For everything else, it works : eveything is compiled in the 
build directory in E:\Java\Jmol.

I think, the problem is in the build.xml file.
Maybe at line 585, the ${user.dir} should not be here ?
"      <arg value="${user.dir}/
${doc.dir}/source/JmolGuide.docbook.xml" />
"

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

Comment By: Miguel (migueljmol)
Date: 2004-08-26 19:51

Message:
Logged In: YES 
user_id=1050060

I am not familiar with Eclipse. 

The doc files are indeed under doc/source

It looks to me like it is looking in the wrong directory.
Shouldn't there be a 'Jmol' directory in your path

you have:
C:\DevTools\eclipxe\doc\source

seems to me it should be:
C:\DevTools\eclipse\Jmol\doc\source


Separately ... Jmol is written with upper case 'J' & lower
case 'm'


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379133&aid=1016908&group_id=23629


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Jmol-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to