/[Apache-SVN]/ofbiz/trunk/build.xml
ViewVC logotype

Log of /ofbiz/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 884004 - (view) (annotate) - [select for diffs]
Modified Wed Nov 25 08:11:03 2009 UTC (4 hours, 49 minutes ago) by ashish
File length: 30136 byte(s)
Diff to previous 883922 (colored)
Adding comment for create-component target.

Revision 883922 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 23:23:02 2009 UTC (13 hours, 37 minutes ago) by jleroux
File length: 29833 byte(s)
Diff to previous 882995 (colored)
I put descriptions for committers tasks
* docs-all
* build-website
* copy-dtds
But I wonder now if the 2 1st are still needed. It seems that we no longer have JavaDoc on the site (It's automatically built now, isn'it ?)

Revision 882995 - (view) (annotate) - [select for diffs]
Modified Sat Nov 21 21:20:50 2009 UTC (3 days, 15 hours ago) by lektran
File length: 29645 byte(s)
Diff to previous 882502 (colored)
Throw a ContainerException if any tests are unsuccessful during a test run and have the run-tests target fail if that is the case

Revision 882502 - (view) (annotate) - [select for diffs]
Modified Fri Nov 20 11:06:44 2009 UTC (5 days, 1 hour ago) by jleroux
File length: 29626 byte(s)
Diff to previous 835630 (colored)
A patch from Erwan de FERRIERES "Add an ant task to download the postgreSQL JDBC driver" (https://issues.apache.org/jira/browse/OFBIZ-3232) - OFBIZ-3232
This add a simple ant to download the postgreSQL JDBC driver, to simplify the installation of a database based on this engine
Currently it works only for the last drivers available : postgresql-8.4-701.jdbc4.jar. But this may be easily adapted.

I have also added an svn ignore for postgresql-8.4-701.jdbc4.jar

Revision 835630 - (view) (annotate) - [select for diffs]
Modified Thu Nov 12 23:12:07 2009 UTC (12 days, 13 hours ago) by doogie
File length: 29388 byte(s)
Diff to previous 831778 (colored)
Add <if> support in build.xml.

Revision 831778 - (view) (annotate) - [select for diffs]
Modified Sun Nov 1 23:02:29 2009 UTC (3 weeks, 2 days ago) by jleroux
File length: 28881 byte(s)
Diff to previous 826428 (colored)
A patch from Erwan de FERRIERES "Add an ant "clean-tempfiles" target in main build.xml" (https://issues.apache.org/jira/browse/OFBIZ-2447) - OFBIZ-2447
+ some target descriptions (for ant -p)

Revision 826428 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 13:07:09 2009 UTC (5 weeks, 2 days ago) by jleroux
File length: 28029 byte(s)
Diff to previous 818321 (colored)
A patch from Erwan de FERRIERES "generate a html report when running ant run-tests" (https://issues.apache.org/jira/browse/OFBIZ-3040) - OFBIZ-3040
When you run the "ant run-tests" command, junit is generating xml files, which are not always easily readable. There is a function with junitreport which allow to generate html reports from the xml ones. Then it is more user friendly to watch them.

Revision 818321 - (view) (annotate) - [select for diffs]
Modified Thu Sep 24 00:05:05 2009 UTC (2 months ago) by lektran
File length: 27701 byte(s)
Diff to previous 804074 (colored)
Added the maxPermSize jvm arg the various startup methods since OFBiz now seems to require more than the default 64m.  Also removed startofbizNoLog.bat since it seems somewhat superfluous, instead made startofbiz.bat log to the console by default and added a comment about how to change it if desired.

Revision 804074 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 04:22:27 2009 UTC (3 months, 1 week ago) by hansbak
File length: 26876 byte(s)
Diff to previous 773178 (colored)
Excellent contribution from Brett G. Palmer in issue:   OFBIZ-2116

Revision 773178 - (view) (annotate) - [select for diffs]
Modified Sat May 9 08:08:35 2009 UTC (6 months, 2 weeks ago) by jleroux
File length: 26647 byte(s)
Diff to previous 773114 (colored)
This was blocking ant-clean when captcha dir did not exist

Revision 773114 - (view) (annotate) - [select for diffs]
Modified Fri May 8 21:45:32 2009 UTC (6 months, 2 weeks ago) by jleroux
File length: 26775 byte(s)
Diff to previous 772481 (colored)
Clean runtime/tempfiles/captcha/ with xtra

Revision 772481 - (view) (annotate) - [select for diffs]
Modified Thu May 7 00:54:43 2009 UTC (6 months, 2 weeks ago) by lektran
File length: 26647 byte(s)
Diff to previous 768815 (colored)
Add a template for test definitions to the create-component ant target

Revision 768815 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 22:20:41 2009 UTC (6 months, 4 weeks ago) by jleroux
File length: 26412 byte(s)
Diff to previous 763175 (colored)
Since 9.04 the dot was ambiguous

Revision 763175 - (view) (annotate) - [select for diffs]
Modified Wed Apr 8 10:54:51 2009 UTC (7 months, 2 weeks ago) by jleroux
File length: 26412 byte(s)
Diff to previous 757032 (colored)
2d part and end of an effort to remove trailing spaces
[ \t]+$ => "" (empty)
Should be easier to review when committing changes with trailing spaces removed automatically by anyedit or such tool (please refer to http://docs.ofbiz.org/x/mg)

Of course this effort to remove trailing spaces has no functional implications.

Actually, I was doing a 1st commit and as it's long to upload, I got conflicts with r763135
In the meantime I did some refactoring also in *.java and *.groovy files :
){ => ) {
if( => if (
while( => while (
}else => } else
else{ => else {
switch( => switch (
try{ => try {
}catch => } catch
catch( => catch (
}finally{ => } finally {

So these changes are also in this commit, should not be a problem anyway.

Revision 757032 - (view) (annotate) - [select for diffs]
Modified Sat Mar 21 21:43:24 2009 UTC (8 months ago) by doogie
File length: 26459 byte(s)
Diff to previous 755871 (colored)
Some targets are private/internal; prefix those with '_'.  Remove
the description from those targets, as they aren't meant to be called
externally.  Add description values to the other test-based targets.

Revision 755871 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 08:21:03 2009 UTC (8 months, 1 week ago) by hansbak
File length: 26547 byte(s)
Diff to previous 755864 (colored)
some more descriptive text in the ant messages

Revision 755864 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 07:27:13 2009 UTC (8 months, 1 week ago) by hansbak
File length: 26411 byte(s)
Diff to previous 751734 (colored)
added some more descriptions so all targets are listed with the './ant -p' or './ant -projecthelp' command

Revision 751734 - (view) (annotate) - [select for diffs]
Modified Mon Mar 9 16:40:31 2009 UTC (8 months, 2 weeks ago) by jleroux
File length: 25990 byte(s)
Diff to previous 750342 (colored)
From a demand on user ML

Revision 750342 - (view) (annotate) - [select for diffs]
Modified Thu Mar 5 06:54:41 2009 UTC (8 months, 3 weeks ago) by doogie
File length: 25968 byte(s)
Diff to previous 750331 (colored)
Change implementation to be based on suite-name.

Revision 750331 - (view) (annotate) - [select for diffs]
Modified Thu Mar 5 06:10:51 2009 UTC (8 months, 3 weeks ago) by doogie
File length: 25556 byte(s)
Diff to previous 750326 (colored)
Convert tab to space in last commit.

Revision 750326 - (view) (annotate) - [select for diffs]
Modified Thu Mar 5 06:04:34 2009 UTC (8 months, 3 weeks ago) by doogie
File length: 25549 byte(s)
Diff to previous 746477 (colored)
Woop.  doing 'ant run-test-list' will now run each test case
completely isolated from any other test.  The granularity it uses for
this is each <test-case> inside a <test-suite> is run separately.
This might not be the right approach; but at least this gives us a
way to do it.

Revision 746477 - (view) (annotate) - [select for diffs]
Modified Sat Feb 21 10:08:24 2009 UTC (9 months ago) by jleroux
File length: 23340 byte(s)
Diff to previous 744841 (colored)
A patch from Bruno Busco "A more consistent SVN revision number in svninfo." (https://issues.apache.org/jira/browse/OFBIZ-2199) - OFBIZ-2199

Revision 744841 - (view) (annotate) - [select for diffs]
Modified Mon Feb 16 07:49:40 2009 UTC (9 months, 1 week ago) by jleroux
File length: 23326 byte(s)
Diff to previous 741855 (colored)
A slightly patch from Bruno Busco "To show Current Revision number of OFBiz on its home site that will facilate in testing and comparing things with a local copy of OFBiz." (https://issues.apache.org/jira/browse/OFBIZ-1700) - OFBIZ-1700
I changed the label from Release and revision to Release.revision (no translation needed)
I removed also depends on build from run-pos

Revision 741855 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 08:43:39 2009 UTC (9 months, 2 weeks ago) by jacopoc
File length: 23360 byte(s)
Diff to previous 741649 (colored)
Improved create-admin-user-login target.

Revision 741649 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 17:40:09 2009 UTC (9 months, 2 weeks ago) by jacopoc
File length: 23319 byte(s)
Diff to previous 741605 (colored)
Made Y/N answer to create new hot deploy component case insensitive.

Revision 741605 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 16:04:05 2009 UTC (9 months, 2 weeks ago) by jacopoc
File length: 23315 byte(s)
Diff to previous 741517 (colored)
Ant target for the automatic creation of an ofbiz component in the hot-deploy folder.
ant create-component

You will be prompted for:
1) component name (e.g. "test")
2) component resource name (e.g. "Test")
3) webapp name (e.g. "testapp")
4) base permission (e.g. "TEST")

and the target will create the component in the hot-deploy folder.
Restart ofbiz and the new application will be up and running.

Revision 741517 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:41:31 2009 UTC (9 months, 2 weeks ago) by jleroux
File length: 16710 byte(s)
Diff to previous 741516 (colored)
Even better, I wonder now about localisation of all those informations (Copyright, Powered by, Release, etc.) 
For Copyright and Powered it's ok since it's in footer.ftl, but for the ant svninfo target, any ideas (an ant guru there) ?

Revision 741516 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:36:49 2009 UTC (9 months, 2 weeks ago) by jleroux
File length: 16692 byte(s)
Diff to previous 741514 (colored)
Typo

Revision 741514 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 10:33:22 2009 UTC (9 months, 2 weeks ago) by jleroux
File length: 16691 byte(s)
Diff to previous 740261 (colored)


Revision 740261 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 09:49:01 2009 UTC (9 months, 3 weeks ago) by jacopoc
File length: 15853 byte(s)
Diff to previous 740246 (colored)
Fixed bug created during my last commit.

Revision 740246 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 08:45:23 2009 UTC (9 months, 3 weeks ago) by jacopoc
File length: 15905 byte(s)
Diff to previous 740241 (colored)
Formatting fix.

Revision 740241 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 08:11:55 2009 UTC (9 months, 3 weeks ago) by jacopoc
File length: 15914 byte(s)
Diff to previous 739643 (colored)
Improved create-admin-user-login target so that now it is also possible to run it by passing the login name as an argument (no prompt will appear).
You can now build a seed data only OFBiz with an admin account with the following line:

ant run-install-extseed create-admin-user-login -DuserLoginId=<ENTER USERNAME HERE>

Revision 739643 - (view) (annotate) - [select for diffs]
Modified Sat Jan 31 22:22:59 2009 UTC (9 months, 3 weeks ago) by jleroux
File length: 15557 byte(s)
Diff to previous 739563 (colored)
To avoid any ambiguities in future

Revision 739563 - (view) (annotate) - [select for diffs]
Modified Sat Jan 31 14:34:40 2009 UTC (9 months, 3 weeks ago) by jacopoc
File length: 15216 byte(s)
Diff to previous 737003 (colored)
Three new ant targets defined:
* run-install-readers to pass the comma separated list of data readers (IMO this task should be named "run-install" and the existing one should be renamed "run-install-demo")
* run-install-file to pass a file name to load data from
* create-admin-user-login that prompts for a user login, then creates it with admin privileges and a temporary password equal to 'ofbiz'

The last task is useful to build and setup a framework only distribution; the steps to get, build and run the OFBiz framework with seed data only are:
1) checkout OFBiz
2) remove the applications and specialpurpose folders
3) ant run-install-extseed
4) ant create-admin-user-login (and enter a user login id when prompted)
5) start ofbiz and login with the user login id created in step 4 (use the password 'ofbiz')
6) change the password when prompted

Revision 737003 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 11:08:47 2009 UTC (10 months ago) by jleroux
File length: 13272 byte(s)
Diff to previous 706590 (colored)
All tabs to 4 spaces in *.groovy, *.java, *.xml : less problems in future with that aspect...

Revision 706590 - (view) (annotate) - [select for diffs]
Modified Tue Oct 21 12:18:23 2008 UTC (13 months ago) by jleroux
File length: 13260 byte(s)
Diff to previous 669890 (colored)
Fix an issue when running ant docs-all on Windows

Revision 669890 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 13:35:44 2008 UTC (17 months ago) by jacopoc
File length: 13246 byte(s)
Diff to previous 652466 (colored)
Updated JVM memory settings for all the various scripts to start OFBiz: initial memory 128M, max memory 512M.

Revision 652466 - (view) (annotate) - [select for diffs]
Modified Thu May 1 09:54:35 2008 UTC (18 months, 3 weeks ago) by jacopoc
File length: 12753 byte(s)
Diff to previous 650664 (colored)
Improved the way failonerror was used for subtasks: now, it fails on errors happening in subtasks only if the specialpurpose and application folders are present.
If they are missing it doesn't fail on error.
Before this change you got a succesful build even if one component could not be built due to compile errors... and in fact now the build is broken even if no one could see this.

Revision 650664 - (view) (annotate) - [select for diffs]
Modified Tue Apr 22 21:29:14 2008 UTC (19 months ago) by jleroux
File length: 12475 byte(s)
Diff to previous 650540 (colored)
Put comments in targets description attributes

Revision 650540 - (view) (annotate) - [select for diffs]
Modified Tue Apr 22 15:07:29 2008 UTC (19 months ago) by jonesde
File length: 12403 byte(s)
Diff to previous 639881 (colored)
Added comments to the different install targets to clarfiy their operation and purpose

Revision 639881 - (view) (annotate) - [select for diffs]
Modified Fri Mar 21 22:05:19 2008 UTC (20 months ago) by jaz
File length: 11660 byte(s)
Diff to previous 633678 (colored)
added docs-all target (from Tim Ruppert)

Revision 633678 - (view) (annotate) - [select for diffs]
Modified Tue Mar 4 22:21:17 2008 UTC (20 months, 3 weeks ago) by jonesde
File length: 10894 byte(s)
Diff to previous 632941 (colored)
Added seed-initial to a couple of existing install targets where it makes sense, removed the initial specific target

Revision 632941 - (view) (annotate) - [select for diffs]
Modified Mon Mar 3 05:32:05 2008 UTC (20 months, 3 weeks ago) by jaz
File length: 11147 byte(s)
Diff to previous 594555 (colored)
added run-install-extseed-initial target to install data including the new seed-initial

Revision 594555 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 14:54:32 2007 UTC (2 years ago) by jonesde
File length: 10868 byte(s)
Diff to previous 594468 (colored)
Changed cache clean to be in its own target and called through clean-all; is more consistent with how other things are handled and doeher things are handled and doesn't break the semantics of the clean target, which is to remove built files ONLY

Revision 594468 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 10:18:11 2007 UTC (2 years ago) by jleroux
File length: 11237 byte(s)
Diff to previous 594258 (colored)
Remove the utilcache file else POS shows errors, more a hack than a definitive solution
Used in clean task only

Revision 594258 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:06:15 2007 UTC (2 years ago) by jleroux
File length: 10435 byte(s)
Diff to previous 594050 (colored)
Reverted at David's demand

Revision 594050 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 08:41:21 2007 UTC (2 years ago) by jleroux
File length: 11228 byte(s)
Diff to previous 586923 (colored)
Clean the utilcache file else POS shows errors, more a hack than a definitive solution

Revision 586923 - (view) (annotate) - [select for diffs]
Modified Sun Oct 21 17:56:04 2007 UTC (2 years, 1 month ago) by jaz
File length: 10435 byte(s)
Diff to previous 560546 (colored)
updated build files to clean output directory and test-results; removed depends="" (empty depends)

Revision 560546 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 13:42:58 2007 UTC (2 years, 3 months ago) by jleroux
File length: 10273 byte(s)
Diff to previous 550848 (colored)
A patch from Arno Peters "javadoc creation broken" (https://issues.apache.org/jira/browse/OFBIZ-1162)

Revision 550848 - (view) (annotate) - [select for diffs]
Modified Tue Jun 26 16:43:56 2007 UTC (2 years, 5 months ago) by jonesde
File length: 10116 byte(s)
Diff to previous 523953 (colored)
Added ext-test data reader for ext data files that are used for testing only and not for production; the main reason for using this instead of demo is that it is often necessary for custom installations to make sure the tests will run without the demo data which is not generally used in production; so, production gets extseed (seed, ext) and pre-production testing gets exttest (seed, ext, ext-test)

Revision 523953 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 06:01:27 2007 UTC (2 years, 7 months ago) by jaz
File length: 9849 byte(s)
Diff to previous 499486 (colored)
added exclude to hide components from being built

Revision 499486 - (view) (annotate) - [select for diffs]
Modified Wed Jan 24 17:15:54 2007 UTC (2 years, 10 months ago) by jleroux
File length: 9803 byte(s)
Diff to previous 497004 (colored)
A (large) patch from Scott Gray  "Update ASL header" (https://issues.apache.org/jira/browse/OFBIZ-637).
I put also some svn:ignore for shark build and lib diretories and assetmaint/build 

I did some by hand lately, too much to remember. They were files with old header but without copyright. A 1st attempt I suppose, will have to check this after this commit.

I add some problems to commit this patch in one piece because it's so huge (specially with Eclipse I had to turn to Tortoise) !

Revision 497004 - (view) (annotate) - [select for diffs]
Modified Wed Jan 17 12:10:36 2007 UTC (2 years, 10 months ago) by jonesde
File length: 9622 byte(s)
Diff to previous 490457 (colored)
Added install-extseed build target as that is a commonly used option for custom use

Revision 490457 - (view) (annotate) - [select for diffs]
Modified Wed Dec 27 07:53:50 2006 UTC (2 years, 10 months ago) by pquerna
File length: 9364 byte(s)
Diff to previous 476486 (colored)
Move ofbiz out of the incubator, and into its TLP position.

Revision 476486 - (view) (annotate) - [select for diffs]
Modified Sat Nov 18 10:32:43 2006 UTC (3 years ago) by jonesde
Original Path: incubator/ofbiz/trunk/build.xml
File length: 9364 byte(s)
Diff to previous 430993 (colored)
Created new specialpurpose directory for special purpose components that are based on the more general components under the applications directory, but reuse resources in order to create applications meant for a special purpose, or a particular type of user or task; also adjusted build files, component load files, etc

Revision 430993 - (view) (annotate) - [select for diffs]
Modified Sat Aug 12 08:28:44 2006 UTC (3 years, 3 months ago) by jonesde
Original Path: incubator/ofbiz/trunk/build.xml
File length: 8771 byte(s)
Diff to previous 424624 (colored)
Changed to not bug out when applications directory is not there, but instead just show a warning message

Revision 424624 - (view) (annotate) - [select for diffs]
Modified Sat Jul 22 19:17:07 2006 UTC (3 years, 4 months ago) by jacopoc
Original Path: incubator/ofbiz/trunk/build.xml
File length: 8360 byte(s)
Diff to previous 422532 (colored)
License change to ASL2.0.

Revision 422532 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 20:47:47 2006 UTC (3 years, 4 months ago) by jonesde
Original Path: incubator/ofbiz/trunk/build.xml
File length: 9047 byte(s)
Diff to previous 418498 (colored)
Updated build.xml for site building including javadocs and dtds (xsds)

Revision 418498 - (view) (annotate) - [select for diffs]
Added Sat Jul 1 19:05:20 2006 UTC (3 years, 4 months ago) by jonesde
Original Path: incubator/ofbiz/trunk/build.xml
File length: 9047 byte(s)
Initial OFBiz import from revision 7923 of the old svn.ofbiz.org SVN repository.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2