OW2 Consortium

CVS log for openccm/packaging_assembling_tool/build.xml

(logo)

Help

(back) Up to [OW2-CVS] / openccm / packaging_assembling_tool

Request diff between arbitrary revisions / Display revisions graphically


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.19 / (as text) / (view) - annotate - [select for diffs] , Thu Oct 27 13:23:37 2005 UTC (2 years, 11 months ago) by merle
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +9 -3 lines
Diff to previous 1.18
Related to the OpenCCM Task #2359:
Reducing the footprint of the OpenCCM platform.

Moved org/objectweb/openccm/descriptor/*/beans/*Operator classes
from ow_openccm_deployment_descriptors_xml.jar
to packaging_assembling_tool.jar

Revision 1.18 / (as text) / (view) - annotate - [select for diffs] , Wed Jun 29 16:19:31 2005 UTC (3 years, 3 months ago) by merle
Branch: MAIN
CVS Tags: OPENCCM_0_9_0
Changes since 1.17: +18 -19 lines
Diff to previous 1.17
Now both Unix and Windows scripts are systematically copied
at compilation time. This allows us to produce an OpenCCM
binary distribution which runs on both Unix and Windows systems.
Moreover this allows one to use OpenCCM from CYGWIN.

Revision 1.17 / (as text) / (view) - annotate - [select for diffs] , Tue Jun 28 14:27:17 2005 UTC (3 years, 3 months ago) by contrera
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
Add the Utils module doc processing

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Fri Jun 24 15:43:55 2005 UTC (3 years, 3 months ago) by contrera
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Adds debug flag to javac tasks

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Wed Jun 1 08:20:43 2005 UTC (3 years, 4 months ago) by contrera
Branch: MAIN
Changes since 1.14: +0 -3 lines
Diff to previous 1.14
The Apollon DTD is available on the Apollon website.

This changes the DOCTYPE definitions from SYSTEM to PUBLIC,
so that ANT text replacement with the local path to apollon.dtd is useless.

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Tue May 24 12:26:52 2005 UTC (3 years, 4 months ago) by contrera
Branch: MAIN
Changes since 1.13: +5 -0 lines
Diff to previous 1.13
Adds the copy of DTD files to the doc tree.

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Thu May 12 13:17:49 2005 UTC (3 years, 5 months ago) by contrera
Branch: MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12
Adds the Launcher's documentation processing

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Thu May 12 10:56:44 2005 UTC (3 years, 5 months ago) by contrera
Branch: MAIN
Changes since 1.11: +14 -0 lines
Diff to previous 1.11
Adds a target for the generation of the module's documentation.

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Mon Apr 4 18:30:34 2005 UTC (3 years, 6 months ago) by contrera
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
Now depends on the browser module, removing external provided browser.jar

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 29 15:43:00 2005 UTC (3 years, 6 months ago) by contrera
Branch: MAIN
Changes since 1.9: +162 -179 lines
Diff to previous 1.9
New build process for the Packaging Assembling Tool module.

Added uptodate tests to avoid useless recompilations of frameworks.

Separated basic XML framework (Zeus and Apollon's beans) from GUI framework.
IMPORTANT :
Users of these basic frameworks have now to use
  ow_openccm_deployment_descriptors_xml.jar
in place of the full
  packaging_assembling_tool.jar

The build.xml file is now standalone and does not use anymore the
  src/xml/ant/*.xml
files (which are removed).

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Fri Feb 4 14:32:28 2005 UTC (3 years, 8 months ago) by contrera
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
Now using the Launcher framework from its module, and the ObjectWeb environment variables.

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Fri Jul 30 16:13:59 2004 UTC (4 years, 2 months ago) by contrera
Branch: MAIN
Changes since 1.7: +37 -70 lines
Diff to previous 1.7
** EXTRACTION OF DCI CONTENTS ** :

Extracted all DCI DTDs manipulation, as this will be done in the dci module
Removed the ZipEntryRetriever Java code, as it would only be used and provided by dci module


* COSMETIC * :

Changed the default ANT target to build the graphical tool
Moved the help content to a <description> tag
Changed the local pathes ( pat.* ) to follow the commonly defined props of the utils module
Improved the tests on modified resources for eventual rebuild
Changed the checked JARs of frameworks for eventual rebuild
Removed browser and launcher DTDs as they are to be provided by respective modules

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Fri May 7 16:11:17 2004 UTC (4 years, 5 months ago) by contrera
Branch: MAIN
Changes since 1.6: +7 -12 lines
Diff to previous 1.6
Extracting the Apollon externals files in the UTILS module
Modified the build.xml file to follow this change, and call appropriate target in the utils/externals ANT build file
Modified the build.xml file in utils/externals, addition of a copy target which will copy each JAR library at right place (runtime and production)

Added a dci.Apollon generation model

Cosmetic changes

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Fri Apr 30 14:15:27 2004 UTC (4 years, 5 months ago) by contrera
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5
Modification of the build process
Now the whole Apollon JARs are copied in the build directory's externals
This allows to acces them during Apollon code generations, even when this module is built from an other one
This has no consequences on produced libraries, since the externals dir should be removed after a successfull build

Thanks to Areski Flissi for pointing this out.

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Fri Apr 16 04:12:13 2004 UTC (4 years, 5 months ago) by contrera
Branch: MAIN
CVS Tags: OPENCCM_0_8_1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Addition of a Node Property Descriptors editor
Added unix/Windows scripts, Launcher/Browser/Apollon files

The tool can be launched using this command
node_editor

As for ccm_assembling, you can chose to put it in your path, or call it with full path. No more environment variable is needed, the scripts will set it for themselves.


Light changes in the Packaging/Assemgling Tool (nested panels and icons)


Added icons for both tools

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Wed Mar 31 14:13:39 2004 UTC (4 years, 6 months ago) by contrera
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Yet another correction for the ANT 1.5 compatibility

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Tue Mar 30 04:59:46 2004 UTC (4 years, 6 months ago) by contrera
Branch: MAIN
Changes since 1.2: +11 -7 lines
Diff to previous 1.2
Added icons to the tool's JAR file during build process
Added some new icons and integrated OpenCCM's Browser CCM plugin to re-use its icons
Changed the tool's JAR name to a simpler 'packaging_assembling_tool.jar'
Changed the Browser's configuration file location from xml/apollon to xml/browser
Update of Apollon's libraries following Apollon's CVS repository
Cosmetic update in the GUIs around nested panels and tree's icons

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Fri Mar 26 18:38:15 2004 UTC (4 years, 6 months ago) by contrera
Branch: MAIN
Changes since 1.1: +8 -8 lines
Diff to previous 1.1
Added support for CAR files in componentfiles
	now a CAR file being pointed in a CAD's componentfile is added to the AAR
	and a CSD file is analysed to add its dependencies to the AAR
	Both opening from the context menu are possible (unzips the CAR)
Better output during the Zip operations (warnings aren't seen as errors anymore)
Modified the AAR and CAR file building
	now the ID is used as filename (with appropriate extension)
Changed the default dir for file selections from a File in Archive Panel
	now it opens the current working dir
Changed the menu text
	'Edit <type>' becomes 'Open the <Software Package/CPF File/CCD File>'
Customised the DESCRIPTION field of a CPF to a 'Text Area' widget

Added a CCM menu to open archive files like AAR and CAR
	the File menu still opens XML type files

Revision 1.1.1.1 / (as text) / (view) - annotate - [select for diffs] (vendor branch) , Thu Mar 18 18:35:06 2004 UTC (4 years, 6 months ago) by contrera
Branch: contrera
CVS Tags: start
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Extraction of the OpenCCM Packaging and Assembling Tool

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Thu Mar 18 18:35:06 2004 UTC (4 years, 6 months ago) by contrera
Branch: MAIN
Initial revision

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

webmaster@ow2.org
Powered by
ViewCVS 0.9.4

Back to OW2 Forge