Log of /ofbiz/trunk/build.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.