Bug 272017 - [fiximprove][antenna]: Integrate build.properties support with antenna.
Summary: [fiximprove][antenna]: Integrate build.properties support with antenna.
Status: RESOLVED FIXED
Alias: None
Product: MTJ (Archived)
Classification: Tools
Component: UI (show other bugs)
Version: 0.9.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 1.1.2   Edit
Assignee: Gorkem Ercan CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks: 285164
  Show dependency tree
 
Reported: 2009-04-13 10:05 EDT by David Marques CLA
Modified: 2010-10-05 10:42 EDT (History)
4 users (show)

See Also:


Attachments
Integrate build.properties support with antenna. (23.13 KB, patch)
2009-08-31 16:11 EDT, David Aragão CLA
no flags Details | Diff
Integrate build.properties support with antenna. (4.93 KB, patch)
2009-08-31 16:14 EDT, David Aragão CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Marques CLA 2009-04-13 10:05:41 EDT
Overview: MTJ does not support build.properties integration with antenna. It is necessary to integrate both solutions.
Comment 1 David Marques CLA 2009-05-07 08:47:20 EDT
This bug also includes the support to the preverification folders new structure:

Before we had

/.tmp.mtj/verified/classes
/.tmp.mtj/verified/libs

Now we have

/.tmp.mtj/verified/classes
/.tmp.mtj/verified/required-classes
/.tmp.mtj/verified/libs
/.tmp.mtj/verified/required-libs

Any questions please contact me!

Regards,

David Marques
Comment 2 Gustavo de Paula CLA 2009-05-18 12:39:07 EDT
no time to close this until RC1. move to a future release.
Comment 3 Gustavo de Paula CLA 2009-07-09 10:20:35 EDT
change milestone to next 1.0.1 release. but it is not clear now if it will be possible to do all of them
Comment 4 David Aragão CLA 2009-08-10 15:08:41 EDT
I will fix this bug and send a patch.
Comment 5 David Aragão CLA 2009-08-31 16:11:17 EDT
Created attachment 146108 [details]
Integrate build.properties support with antenna.
Comment 6 David Aragão CLA 2009-08-31 16:14:47 EDT
Created attachment 146109 [details]
Integrate build.properties support with antenna.

I just attached a patch to fix this bug.

Can someone revise this patch?

Thanks 

David Aragao
Comment 7 David Marques CLA 2009-09-01 06:21:12 EDT
I will revise this patch.
Comment 8 Gustavo de Paula CLA 2009-09-04 09:58:21 EDT
the first attachment is a zip file. what is it?
Comment 9 David Aragão CLA 2009-09-09 13:39:54 EDT
That zip file contains the task .java.template and .class.template wich are used to in the task execution.

This implementation is obsolete because it didn't consider the folder hierarchy copy and only copy all the files in one container. This patch need to be reworked.
Comment 10 Gorkem Ercan CLA 2010-10-05 10:42:29 EDT
Revamped the Antenna export functionality which also includes a fix for this.

Introduced a new export wizard for exporting the Antenna build files instead of the old actions. The new wizard allows different build folders and build files therefore a lot of changes went into the AntennaBuildExport and the state machine which only allowed fixed build file locations. Naturally the the antenna export action is removed, since the export wizard is reacheable from the export menu.