OW2 Consortium

CVS log for apollon/build.xml

(logo)

Help

(back) Up to [ObjectWeb-CVS] / apollon

Request diff between arbitrary revisions / Display revisions graphically


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

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Wed Dec 3 19:07:16 2003 UTC (4 years, 7 months ago) by contrera
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +63 -38 lines
Diff to previous 1.15
Change in the build process for Apollon

Apollon model reader class uses a feature (ID/IDREF) from the Apollon tree.
So now we compile the generators separately, then we generate an Apollon [zeus+beans] tree from Apollon model's DTD, and compile the reader that uses this generated framework.

This does not affect Apollon usage after build completes.

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Mon Nov 10 20:20:13 2003 UTC (4 years, 7 months ago) by contrera
Branch: MAIN
Changes since 1.14: +36 -23 lines
Diff to previous 1.14
New gui script: now it does not need to be generated and a single GUI can open several kind of files

changed each unix script name removing .sh extension

new version for the softpkg GUI model

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Mon Nov 10 15:27:44 2003 UTC (4 years, 7 months ago) by contrera
Branch: MAIN
Changes since 1.13: +39 -13 lines
Diff to previous 1.13
Added a path conversion for the generated properties file, because windows path <drive>:\<directory>\apollon/build/dtd cannot be used correctly
now it converts into <drive>:/<directory>/apollon/build/dtd

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Mon Nov 10 13:53:23 2003 UTC (4 years, 7 months ago) by contrera
Branch: MAIN
Changes since 1.12: +182 -135 lines
Diff to previous 1.12
Improved build process
Properties declarations are clearer
Classpath declaration now uses pathelements
Target are rewritten, all code needed is generated then compiled then deleted
No separarate custom GUI code compilation, everything is done in a single pass

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 5 15:00:41 2003 UTC (4 years, 9 months ago) by contrera
Branch: MAIN
Changes since 1.11: +97 -68 lines
Diff to previous 1.11
Introduction of following directories:
source DTD files
source XML and *.Apollon model files
build config/ directory
specific "builttime" generated and class directories
build src directory, where to put custom classes of GUIs
build externals dir
build lib dir
build models dir

Changed the default build dir from "build" to "dist"

use the specific directories to generate apollon model classes and compile them; building a jar, and cleaning. this avoids to have remaining Apollon classes in the directories of generated GUIs

Using the config/ directory in the build directory to store gui_* scripts, and ant files.

replacing of newly created directories in the execution ant files when putting them into build.dir

removal of unused targets (demo preparation is now implicit)

added the archive builder target, which builds apollon.jar and apollon_framework.jar; removing any *.class and *.java produced during the generators compilation. This allows to have a clean build.dir

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Mon Jul 7 18:32:12 2003 UTC (4 years, 11 months ago) by contrera
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
The zeusx.dtd file has moved, so build.xml must point it right

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 18:26:13 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Added a ANT token for DTD directory replacement

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 16:18:37 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Changed the name for ObjectWeb's Browser

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 15:05:28 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.7: +3 -0 lines
Diff to previous 1.7
Added a ant_apollon script to use Apollon from its ANT execution file

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 13:45:17 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Bug correction
jar building includes generators (previously generator)

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 13:41:57 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.5: +10 -1 lines
Diff to previous 1.5
Decomposition of JAR files
apollon.jar contains the generation stuff to obtain a Java framework based on a DTD file
apollon-runtime.jar contains the basics to compile and use the generated Java code, and additional GUI classes such as a frame and some widgets

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 12:28:10 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.4: +17 -7 lines
Diff to previous 1.4
Added the building of apollon.jar in the compilation process
Now, the execution scripts use the generated JAR file instead of classes compiled in classes\

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Thu Jul 3 11:59:43 2003 UTC (5 years ago) by contrera
Branch: MAIN
Changes since 1.3: +15 -5 lines
Diff to previous 1.3
Changed the contact e-mail
Improved the binaries copy, with a replacement of ANT tokens for class, generated, externals dirs

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 2 13:41:13 2003 UTC (5 years, 1 month ago) by contrera
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
bugs correction
-- the gui.sh script needs the dtd/directory name from which the code must be used
-- the adminconsole.dtd must be present so that XML files of the browser are loaded by the frame

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 2 13:24:22 2003 UTC (5 years, 1 month ago) by contrera
Branch: MAIN
Changes since 1.1: +9 -11 lines
Diff to previous 1.1
added support for the ObjectWeb browser
  generation of its specific classes
  generation of its specific XML configs
  browser.jar in externals

modified the execution process:
  using now a ant file
  compilation of generated code inside

added a frame to instanciate GUIs
  gui.sh launches the interface
  opens XML files
  saves XML files

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Wed Apr 23 14:58:23 2003 UTC (5 years, 2 months ago) by contrera
Branch: MAIN
Initial Apollon CVS commit

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