Commit Graph

80 Commits

Author SHA1 Message Date
3113b244f6 Fix #21: Show error when RegistrationHandler.classes empty (#67)
show an error message when RegistrationHandler.classes is empty
2018-05-14 11:55:44 +02:00
7842ff7703 Fix #52 Create a separate export Ant script option (#66)
Before this was hidden in the export package dialog and hard to discover
2018-03-26 09:31:22 +02:00
e83437d472 Related #38: Follow-up fix for 22c4c13 2017-03-10 11:00:33 +01:00
22c4c133de Fix #38 Prefill build.properties with current LO&SDK installation (#46) 2017-03-10 10:59:52 +01:00
c1aba2a7c9 Fix #43: Remove java version selector from extension wizard (#44) 2016-12-12 15:41:45 +01:00
3e2d503b38 Fix #41 Wrong classpath syntax for multiple jars
Need to use space as delimiter instead of comma
2016-09-28 09:41:56 +02:00
d58a343a91 Fix #40 wrong path separators in jar manifest 2016-09-27 15:16:52 +02:00
80d6fae0ac Ant script: Remove superfluous lines from build.properties 2016-08-26 09:06:19 +02:00
66cb65d475 Ant file: Mention required setup 2016-08-25 14:03:26 +02:00
570c63f4ca Ant file: Mention external libraries 2016-08-25 12:58:17 +02:00
6b04ac2df5 Fix #35 Bring ant build up to date 2016-08-25 12:33:47 +02:00
8ff24bd323 Remove @author annotations #18 2016-08-18 12:15:46 +02:00
2edea87eed Fix #36 Java libs wrongly declared as UNO Typelibrary
Instead add them to the main jar's classpath
2016-08-16 16:11:42 +02:00
7791a507ed Enable test generation by default again
Now that they work, it makes sense to have them
2016-07-21 09:42:09 +02:00
f33cdc6a87 Fix #33 Migrate tests to JUnit 4
This also fixes #13 (Cannot run tests)
2016-07-21 09:36:59 +02:00
2280131ec4 Fix #29: Don't wait for all processes to finish before printing anything
This partially reverts 78101deeae and
34bf0ccc98
2016-06-10 12:31:56 +02:00
589081ee7e Restore possibility to handle multiple LO & SDK instances
This is still useful, although I thought otherwise before.

Revert "Unused import"

This reverts commit 66a76e1993.

Revert "Cleanup"

This reverts commit cc5c1991d1.

Revert "Unused variable"

This reverts commit ab08658164.

Revert "Validate LO&SDK in the new extension wizard"

This reverts commit d2cc87083f.

Revert "Remove blank comments"

This reverts commit 4c888aba3f.

Revert "Fix #18 Remove unnessessary @author annotations"

This reverts commit 7b4e1dc01c.

Revert "Validate LibreOffice & SDK on field change"

This reverts commit 8f361bcbe5.

Revert "Fix #10: Easier Management of LibreOffice & SDK instances (#19)"

This reverts commit 35954bb34d.
2016-06-08 13:44:20 +02:00
4eca1fa105 Use Map as type, not HashMap
and use Java 7 syntax to avoid redundancy
2016-05-25 16:19:45 +02:00
4c888aba3f Remove blank comments 2016-05-13 18:16:00 +02:00
7b4e1dc01c Fix #18 Remove unnessessary @author annotations 2016-05-13 18:02:28 +02:00
35954bb34d Fix #10: Easier Management of LibreOffice & SDK instances (#19)
* Allow only one LibreOffice & SDK instance per workspace
* Don't write selected LibreOffice & SDK to .unoproject (Allow versioning)
* Cleanup
2016-05-13 11:08:22 +02:00
774cbaac66 Unused imports 2016-05-13 10:22:34 +02:00
34bf0ccc98 Fix javamaker argument order
and remove unneccessary debugging output (will be handled in runTool)
2016-05-13 10:19:14 +02:00
3822570b35 Javamaker no longer supports the -B option
Since LibreOffice 4.1
https://wiki.documentfoundation.org/ReleaseNotes/4.1#javamaker_.2F_cppumaker
2016-05-10 15:36:54 +02:00
78101deeae Show error when a system command fails 2016-05-10 13:50:28 +02:00
13d789109a FTW: Don't generate tests by default 2016-04-04 16:15:21 +02:00
6b7b1a4f05 Rename: openoffice -> libreoffice 2015-12-10 12:11:58 +01:00
058696f96d Convert Windows line endings to Unix 2015-12-10 10:49:00 +01:00
d570b601d2 java: Format code 2015-12-10 10:30:29 +01:00
d313d7b623 java: Run the code cleanup plugin 2015-12-10 09:33:38 +01:00
96767d2c3c Remove unused imports & other cleanup 2015-12-08 09:14:33 +01:00
856889b6db Java 4 no longer supported by LibreOffice 2015-12-07 15:57:05 +01:00
43c826a90b Fix classes path in more places 2015-12-04 08:55:00 +01:00
a991733db0 Generate an ant build file for exported projects 2014-04-01 22:40:00 +02:00
ffaa2f6211 java: javamaker dropped -B parameter since 4.1, try both 2014-03-27 10:53:15 +01:00
ef84858cbf Java client wizard: copy jodconnector into the created project
Several major changes around jodconnector:
 * The created project now has the jar in it to build more easily
without Eclipse
 * The jodconnector source code is now in the source tree instead of a
jar. The means that the jar is created at build time.
 * Removed the SLF4J dependencies from the jodconnector
 * Removed the JODContainer as it's now useless
2013-04-04 10:20:44 +02:00
966fb2685d Renamed OpenOffice.org to LibreOffice in loads of places 2013-04-03 12:01:25 +02:00
6d316d8c5a Add compatibility with LibreOffice 3.5 2012-08-14 10:35:26 +02:00
1fcac94289 [java] tiny code optimization in the export part 2010-12-13 22:57:44 +01:00
9f476475e9 [java] Simplified the future template ant script: no support for OOo 2.x 2010-12-12 23:46:26 +01:00
dc18d9ec13 [java] Refactored the export page part to use a testable controller 2010-12-12 23:45:22 +01:00
29df6eb2cf Some cleanup / fix after the merge of ooo-launcher branch 2010-11-29 23:11:40 +01:00
5453835a91 Merge branch 'ooo-launcher'
Conflicts:
	core/build/MANIFEST.MF.in
	core/source/org/openoffice/ide/eclipse/core/helpers/SystemHelper.java
	core/source/org/openoffice/ide/eclipse/core/internal/helpers/SystemHelper.java
	core/source/org/openoffice/ide/eclipse/core/internal/model/AbstractOOo.java
	core/source/org/openoffice/ide/eclipse/core/internal/model/OOo.java
	core/source/org/openoffice/ide/eclipse/core/internal/model/SDK.java
	core/source/org/openoffice/ide/eclipse/core/model/utils/SystemHelper.java
	cpp/META-INF/MANIFEST.MF
	java/META-INF/MANIFEST.MF
2010-11-24 23:02:42 +01:00
c8114e54d7 Integration of the oxt packager library 2010-11-05 08:59:48 +01:00
de6a8f1656 A first usable OpenOffice launch/debug configuration type. 2010-06-19 19:16:35 +03:00
8d68834a5b Continued the export refactoring 2010-06-10 09:58:29 +02:00
a55853b108 [core]Moved to the new export wizard
The export wizard is working but there are still some improvements to
add:
    * Move the heavy tasks in a Job
    * Implement the build scripts creation
2009-12-11 14:29:06 +01:00
650ab52282 [core] New export wizard
Started to implement a better export wizard, similar to the JAR export
wizard from JDT. Took that occasion to refactor some parts of the
Language extension point to make it cleaner.
2009-11-26 21:56:11 +01:00
57b77a6e0b [core]Fixed manifest.xml conversion action
It now adds the types.rdb and language specific entries.
2009-11-16 22:14:06 +01:00
27da4dca00 [core]Export refactoring
* Created a model for the manifest.xml file.
 * Use that model in the uno package model
 * Rewrote the export code to use JDT Jar creation classes and the new
   manifest.xml model.

There are still some bugs in the generated manifest.xml: the jar and
types.rdg files are forgotten...
2009-11-16 21:22:04 +01:00