> Hi everyone,
>
> I want to fix a problem with the translation mechanism (some texts
> appear in both .po files).
>
> For this I need to understand how build.xml finds which classes need to
> be compiled for the applet (put in build/applet-classes).
> Currently, I am missing something. Can someone give me a clue ?
>
> For what I see, build.xml uses the file applet.classes to know which
> classes are useful.
> BUT, I have a problem for org.jmol.api and org.jmol.popup:
> - they are not in applet.classes
> - they are in build/applet-classes
>
> Why is it so ?

The class names that are in applet.classes are the 'minimal' classes that
must be included. Any dependencies are automatically included.


> Can I add both packages in applet.classes ?

Yes, you can add them to applet.classes.


Miguel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to