Hi all,
I just noticed that it would be possible to use Ant to build the oxt file even if the project is only a Python project and not Java.
And since I use LOEclipse for many Python projects I would like to offer the ability to build the project from the command line.
To do this it seems to me that there are only two things to do:
- List the Python and Java projects in the Project to build Script list
- Modify the build.xml.tpl file to take into account when the project is not Java
Do you think this is feasible and if so, how do you know in Ant if the project is Python, Java or Python and Java?
Thanks.
Hi all,
I just noticed that it would be possible to use Ant to build the oxt file even if the project is only a Python project and not Java.
And since I use LOEclipse for many Python projects I would like to offer the ability to build the project from the command line.
To do this it seems to me that there are only two things to do:
Do you think this is feasible and if so, how do you know in Ant if the project is Python, Java or Python and Java?
Thanks.