Coder Social home page Coder Social logo

erajasekar / astrosoft Goto Github PK

View Code? Open in Web Editor NEW
88.0 88.0 66.0 27.86 MB

Astrosoft is a free Indian Astrology software program for Astrologers.

Home Page: http://innovativeastrosolutions.com

License: GNU General Public License v2.0

Shell 0.03% XSLT 7.41% Java 91.14% Batchfile 0.13% Roff 1.29%

astrosoft's People

Contributors

erajasekar avatar relango avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

astrosoft's Issues

MenuItem New Under File menu not working.

Hi, i have tried to run Astrosoft from the link [ http://sourceforge.net/projects/astrosoft/files/latest/download ]
I was able to run the program but when clicking of New MenuItem, it is showing error on console
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at app.astrosoft.ui.util.UIUtil.setPanelBackground(Unknown Source)
at app.astrosoft.ui.dlg.AstrosoftDialog.setBackground(Unknown Source)
at javax.swing.JDialog.dialogInit(JDialog.java:649)
at javax.swing.JDialog.(JDialog.java:279)
at app.astrosoft.ui.dlg.AstrosoftDialog.(Unknown Source)
at app.astrosoft.ui.dlg.BirthInputDialog.(Unknown Source)
at app.astrosoft.ui.dlg.BirthInputDialog.(Unknown Source)
at app.astrosoft.ui.AstroSoft.newHoroscope(Unknown Source)
at app.astrosoft.ui.AstrosoftAction.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
at com.digitprop.tonic.MenuItemUI.doClick(MenuItemUI.java:1507)
at com.digitprop.tonic.MenuItemUI$MouseInputHandler.mouseReleased(MenuItemUI.java:1294)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6539)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6304)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
at java.awt.Container.dispatchEventImpl(Container.java:2283)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
at java.awt.EventQueue$4.run(EventQueue.java:733)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
^C%

It seems to be Swing Error.
If would be very helpful if you can help me to fix this.
Thanks in advance ๐Ÿ‘
And kudos for the awesome project

Ephe file doesnot seems to open

I thought that ephe file is being opened from classpath of project but suddenly,
i found it failed to open ephe file and Mosphier ephe is being used.
Below is attached screenshot
screenshot from 2019-03-02 19-32-03

Can you let me know how can i have load ephe file from my project?

Setting up and running Astrosoft in debug mode. With or without UI

HOW YOU CAN SETUP, RUN AND DEBUG THIS PROJECT [windows PC]

Follow the steps as described in README.md file. You should be able to run the project without any additional software by running the RunAstroSoft.bat file.
Once you have installed current version of Eclipse, you may still need to make some changes in some of the settings and configurations as mentioned below.

TO RUN / DEBUG PROJECT WITH THE UI:
Within Astrosoft\src select astrosoft.ui package and open the astrosoft.java file. Running this will invoke the project with UI as you see when running RunAstroSoft.bat.
Change:

  1. You may see a library conflict with xpp3.jar file with internal jar files, I removed the xpp3.jar reference from the project and then I was able to compile.

  2. In Run -> Debug configurations, Arguments tab: add the following line [from ]
    -Djava.util.prefs.PreferencesFactory=app.astrosoft.pref.UserPreferencesFactory

image

  1. In the same Run -> Debug configurations window, Dependencies tab:
    include the application root folder name.
    image

When you make the above changes for app.astrosoft.ui - Astrosoft.java file you should be able to run / debug the project with full UI, by running the Astrosoft.java file directly from eclipse.

If you want to run the project without the UI and check only the horoscope generation part, you can repeat the same steps above for app.astrosoft.core - Horoscope.java and run the horoscope.java directly from eclipse.

./RunAstroSoft ERROR

C:\Astrosoft-master\bin>./RunAstroSoft.bat
'.' is not recognized as an internal or external command,
operable program or batch file.

C:\Astrosoft-master\bin>./RunAstroSoft
'.' is not recognized as an internal or external command,
operable program or batch file.

C:\Astrosoft-master\bin>

How to calculate the rasi end on daily panchang?

Hi @erajasekar
I would like to thank you for open sourcing Astrosoft project and
I am happy i get to know many things from it.
Now I would like to know how we can calculate the rasi end time?

For example
If on date (31th Dec,2018),Rasi is Thula.
Now i need to know when Thula will end?
I would be very helpful if you can provide me some idea?

Caused by: java.util.MissingResourceException: Can't find bundle for base name resources.AstrosoftBundle, locale en

i get Exception in thread "main" java.lang.ExceptionInInitializerError at app.astrosoft.consts.Planet.toString(Planet.java:341) at app.astrosoft.core.VimDasa.fullDasa(VimDasa.java:93) at app.astrosoft.core.VimDasa.getColumnData(VimDasa.java:220) at app.astrosoft.ui.table.TableDataFactory.toCSV(TableDataFactory.java:79) at app.astrosoft.core.Vimshottari.main(Vimshottari.java:237) Caused by: java.util.MissingResourceException: Can't find bundle for base name resources.AstrosoftBundle, locale en at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1573) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1396) at java.util.ResourceBundle.getBundle(ResourceBundle.java:854) at app.astrosoft.util.Internalization.loadBundles(Internalization.java:68) at app.astrosoft.util.Internalization.<clinit>(Internalization.java:48) ... 5 more when trying to run Vimshottari.java

Swiss Ephemeris jar

It will be a great help if u can guide me on how to include swiss ephemeris dependency as in my gradle project i want to include your project

birthData is not accepting the arguments

It will be a great help if you can help me with the below error:

Exception in thread "main" java.lang.NoClassDefFoundError: swisseph/SweDate
at app.astrosoft.beans.BirthData.(BirthData.java:62)
at app.astrosoft.beans.BirthData.(BirthData.java:76)
at app.astrosoft.beans.BirthData.(BirthData.java:80)
at com.example.gradle.GradleExternalJar.TestG.sample(GradleExternalJarApplication.kt:66)
at com.example.gradle.GradleExternalJar.GradleExternalJarApplicationKt.main(GradleExternalJarApplication.kt:17)
Caused by: java.lang.ClassNotFoundException: swisseph.SweDate
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

my code is :
val place = Place("Bangalore","Karnataka","India", 25.51, 85.47, 5.30)
val calendar:Calendar=GregorianCalendar(1995, 5, 18, 5, 12, 1)
val birthData = BirthData("Ashwini",calendar,place)

        println("$place ")
        println("$calendar")
        println("$birthData")

North Indian chart

Current Software only shows South indian chart How can i see North indian chart what should to do

Indian month names

Can you include / suggest how to include

  • Chandramanam and Souramanam month names?
  • Ayanam
  • Year names

There are rendering errors in Fonts Exporting Horoscope to PDF in tamil using FOP

Dear Sir,
I am using your software frequently.Thank you Sir.
I am a newbie to Java and I ran the software where everything goes fine.I modified export directory files , especially XSL files to support Tamil while exporting to PDF.
Annotation 2019-10-18 151235

There are rendering errors in Fonts Exporting Horoscope to PDF in Tamil using FOP.
For tamil letter 'jo' ja comes first and then supporting vowel ,but both should be embedded.

Please help me solve this issue. I will be grateful to you.

Are there any other options to export Horoscopes to PDF in Tamil other than Fop.

I also need to know whether the current software supports it.

Thanks and Regards
Saravanan N

Internalization.java not set language

public static String getString(String key) {
/String str = "";
setLanguage(language);
str = getString(key);
setPreferedLanguate();
/

	//setLanguage(language);
	return  getString(AstroSoft.getPreferences().getLanguage(), key);
	//setPreferedLanguate(Ast);
	//return str;
}

this function not working please help

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.