Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0003458Openbravo ERPZ. Otherspublic2008-02-05 18:062009-05-20 07:21
rafaroda 
rafaroda 
normalminoralways
closedfixed 
5
 
 
Core
No
0003458: Add Eclipse launchs, enhance existing ones
Eclipse IDE '*.launch' files are used to execute build and development Ant tasks in a graphical manner by selecting them in 'Run > External Tools' menu.
* Some launch files have confusing names: change 'database.update.launch' by 'update.database.launch' (as it is in Ant files) and 'export.metadata.launch' by 'export.database.launch' (as it is in Ant files).
* Some useful launch files are missing: 'import.database.sampledata' and 'export.database.sampledata'.
* Some can be deleted since they are not used: 'install.sources.launch'
No tags attached.
depends on backport 0004598 closed rafaroda Add Eclipse launchs, enhance existing ones 
Issue History
2008-07-01 18:12pjuvaraCategoryA.Installation & Platform => H. Openbravo Development Environment (ODE)
2008-07-01 18:12pjuvaraDescription Updated
2008-08-08 11:46rafarodaStatusnew => scheduled
2008-08-08 11:46rafarodafix_in_branch => trunk
2008-08-08 12:25svnbotCheckin
2008-08-08 12:25svnbotNote Added: 0008507
2008-08-08 12:25svnbotStatusscheduled => resolved
2008-08-08 12:25svnbotResolutionopen => fixed
2008-08-08 12:25svnbotsvn_revision => 6201
2008-08-18 11:33iperdomoNote Added: 0008579
2009-05-20 07:21pjuvaraStatusresolved => closed

Notes
(0007047)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:44)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1887123 [^]
(0008507)
svnbot   
2008-08-08 12:25   
Repository: openbravo
Revision: 6201
Author: rafaroda
Date: 2008-08-08 12:25:49 +0200 (Fri, 08 Aug 2008)

Fixes issue 0003458 Changed 'database.update.launch' by 'update.database.launch', 'export.metadata.launch' by 'export.database.launch' and 'install.sources.launch' by 'eclipse.install.source.launch' (as they are in Ant file).

---
D trunk/database.update.launch
A trunk/eclipse.install.source.launch
A trunk/export.database.launch
D trunk/export.metadata.launch
D trunk/install.sources.launch
A trunk/update.database.launch
---

https://dev.openbravo.com/websvn/openbravo/?rev=6201&sc=1 [^]
(0008579)
iperdomo   
2008-08-18 11:33   
The compilation targets should show a 'status' message in order to know what is going on behind scenes.. E.g.

* Refreshing project
* Building project

I'll add those messages.